A comprehensive integration that allows AI agents to manage Microsoft To Do tasks, lists, and steps through the Membrane infrastructure.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install microsoft-to-do-integration
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install microsoft-to-do-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Microsoft To Do is a cloud-based task management application that enables users to organize and track their daily activities across mobile and desktop platforms. This skill empowers AI agents to interact directly with the Microsoft Graph API, facilitating the programmatic management of task lists, individual tasks, and sub-steps. By utilizing Openclaw Skills, developers can leverage pre-built actions that handle the heavy lifting of API communication.
At its core, this skill removes the friction of authentication by using the Membrane CLI. It provides a secure, server-side management system for credentials, ensuring that AI agents can perform operations like creating, updating, or deleting tasks without the need for manual token handling or complex OAuth configurations.
To begin using this skill within the Openclaw Skills ecosystem, follow these steps:
Install the Membrane CLI:
npm install -g @membranehq/cli
Authenticate with your account:
membrane login --tenant
Search for and connect the Microsoft To Do service:
# Find the connector ID
membrane search microsoft-to-do --elementType=connector --json
# Connect using the ID from the previous step
membrane connect --connectorId=CONNECTOR_ID --json
The skill organizes data according to the Microsoft Graph hierarchy, allowing for granular control over the following entities:
| Level | Component | Description |
|---|---|---|
| Task List | Container | The top-level organization unit for grouping related tasks. |
| Task | Item | An individual work unit containing a title, status, and importance level. |
| Step | Sub-item | A smaller, checklist-style task nested within a parent Task. |
| Connection | Metadata | Managed by Membrane, this stores the auth state for the specific user instance. |
membrane request command to send custom HTTP methods (PATCH, DELETE, etc.) directly to endpoints not covered by standard actions.membrane login complete workflow.Loading
A streamlined template designed for testing environment configurations and agentic handshakes.

A comprehensive integration for Lightspeed R-Series that enables AI agents to manage retail inventory, sales orders, and customer data via the Membrane framework.

A comprehensive CRM integration that enables AI agents to manage organizations, deals, projects, and activities via the Membrane ecosystem.

A comprehensive integration for managing payroll, employee records, and HR workflows through a secure automated interface.

A comprehensive skill to manage n8n.io workflows, executions, and credentials through a secure CLI interface.

A powerful integration for managing Ontraport CRM data, marketing sequences, and sales pipelines via the Membrane framework.








































