microsoft-to-do
Microsoft To Do API integration with managed OAuth. Manage task lists, tasks, checklist items, and linked resources. Use this skill when users want to create, read, update, or delete tasks and task lists in Microsoft To Do. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/microsoft-to-doWhat This Skill Does
The Microsoft To Do skill provides a robust interface for the Microsoft Graph API, allowing your OpenClaw agent to seamlessly manage your task ecosystem. By leveraging managed OAuth via the Maton gateway, the skill handles the complexities of authentication, proxying requests to Microsoft's native endpoints while maintaining strict security headers. Whether you need to organize your daily workflow by creating tasks in specific lists, tracking complex sub-tasks, or syncing linked resources, this skill acts as a bridge between your agent's reasoning capabilities and your personal productivity data.
Installation
To integrate this skill into your OpenClaw environment, use the following command:
clawhub install openclaw/skills/skills/byungkyu/microsoft-to-do
Ensure you have your Maton API key generated at maton.ai and exported in your environment variables as MATON_API_KEY. You must also initialize a connection via https://ctrl.maton.ai to authorize the agent to access your Microsoft account data.
Use Cases
- Project Management: Automatically sync tasks from your project planning software into Microsoft To Do for centralized tracking.
- Automation of Daily Routines: Use the agent to ingest emails or calendar events and generate corresponding tasks in your "Today" or "Inbox" lists.
- Data Archiving: Read completed tasks and move them to local storage or external databases for long-term record-keeping.
- Task Dependency Handling: Create complex lists with multi-level checklist items for structured project execution.
Example Prompts
- "Create a new task in my Work list called 'Review Q1 Reports' and set the due date to tomorrow."
- "List all incomplete tasks from my Personal list and show me the sub-tasks for each one."
- "Move the task 'Send follow-up email' from my Inbox to the 'Pending' list."
Tips & Limitations
- Connection Management: Always check your connection status at
https://ctrl.maton.aiif you encounter 401 Unauthorized errors; token refreshing is handled by the gateway but may require re-authorization if the Microsoft session expires. - Rate Limiting: The skill utilizes the Microsoft Graph API; be mindful of API throttling when performing bulk updates.
- Error Handling: For non-To Do related API needs, please route requests through the
api-gatewayskill to prevent payload conflicts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-microsoft-to-do": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.