todoist
Todoist API integration with managed OAuth. Manage tasks, projects, sections, labels, and comments. Use this skill when users want to create, update, complete, or organize tasks and projects in Todoist. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/todoist-apiWhat This Skill Does
The todoist skill provides a seamless interface for interacting with the Todoist REST API v2 through OpenClaw. It abstracts the complexities of OAuth authentication by utilizing the Maton AI managed infrastructure. This skill allows users to programmatically manage their entire Todoist ecosystem, including tasks, projects, sections, labels, and comments. By acting as a secure proxy, the skill ensures that your API interactions are authenticated via your Maton API key, routing requests directly to the Todoist backend while maintaining high security standards. Whether you are building automated task management workflows or simply need to organize your daily agenda, this skill provides the necessary endpoints to perform CRUD operations efficiently.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/byungkyu/todoist-api
Ensure that you have set your MATON_API_KEY environment variable before executing the installation or using the skill to avoid authentication errors. You can obtain your key by visiting your settings page at maton.ai.
Use Cases
This skill is designed for productivity enthusiasts and developers who require deep integration with their task management system. Common use cases include:
- Automating the creation of recurring daily tasks from external triggers.
- Synchronizing project structures between different productivity platforms.
- Querying pending tasks to generate daily briefing summaries.
- Managing team collaboration by programmatically adding comments or updating task statuses based on project milestones.
- Archiving completed items to maintain a clean workspace.
Example Prompts
- "List all tasks due today in my Work project and display their priorities."
- "Create a new task titled 'Review Q1 Report' in the Finance section with a high priority label."
- "Move all completed tasks in the 'Personal' project to the 'Archive' section."
Tips & Limitations
- Authentication: Always verify your
MATON_API_KEYis active and properly exported in your environment. If authentication fails, check the status of your connection athttps://ctrl.maton.ai. - Connection Management: The skill supports multiple connections; use the provided connection management endpoints if you need to switch between different Todoist accounts.
- Rate Limiting: Be aware of Todoist API rate limits when scripting high-frequency updates to avoid temporary service throttling.
- Gateway Usage: For non-Todoist integrations, ensure you utilize the api-gateway skill instead of this specific tool to keep your workspace organized.
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-todoist-api": {
"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.