ticktick-apiTickTick task manager integration. List projects and tasks, create new tasks, complete tasks, delete tasks. Use when the user wants to manage their to-do list, add reminders, check pending tasks, or mark tasks as done. Requires OAuth setup via `ticktick-setup`.
Install via ClawdBot CLI:
clawdbot install kaiofreitas/ticktick-apiManage tasks via TickTick's Open API.
First time only:
http://127.0.0.1:8765/callbackticktick-setup <client_id> <client_secret>
# List projects
ticktick projects
# List all tasks
ticktick tasks
# List tasks from specific project
ticktick tasks <project_id>
# Add task (inbox)
ticktick add "Buy milk"
# Add task to project with due date
ticktick add "Buy milk" --project <id> --due 2026-01-30
# Complete task
ticktick complete <project_id> <task_id>
# Delete task
ticktick delete <project_id> <task_id>
Base URL: https://api.ticktick.com/open/v1
| Endpoint | Method | Description |
|----------|--------|-------------|
| /project | GET | List all projects |
| /project/{id}/data | GET | Get project with tasks |
| /task | POST | Create task |
| /task/{id} | POST | Update task |
| /project/{pid}/task/{tid}/complete | POST | Complete task |
| /task/{pid}/{tid} | DELETE | Delete task |
{
"title": "Task title",
"content": "Description",
"projectId": "project-id",
"dueDate": "2026-01-25T12:00:00+0000",
"priority": 0,
"tags": ["tag1"]
}
Priority: 0=none, 1=low, 3=medium, 5=high
Generated Mar 1, 2026
Individuals use the skill to manage daily to-dos, set reminders for errands like grocery shopping, and track personal goals. It helps streamline task organization by allowing quick addition, completion, and deletion of tasks via voice or text commands, reducing manual input and improving time management.
Small teams or freelancers utilize the skill to assign and monitor tasks across shared projects in TickTick. By listing tasks from specific projects and marking them as complete, it enhances collaboration and accountability, ensuring deadlines are met without constant manual updates in the app.
Event planners employ the skill to create and track tasks for weddings, conferences, or parties, setting due dates and priorities. It automates task reminders and progress checks, reducing oversight and helping manage multiple events simultaneously with efficient task delegation.
Students integrate the skill to organize study schedules, assignment deadlines, and exam preparations. By adding tasks with due dates and completing them as finished, it aids in maintaining academic discipline and reducing procrastination through automated task management.
Individuals track fitness routines, medication schedules, or wellness goals by creating recurring tasks. The skill helps set reminders for workouts or appointments, promoting consistency and health management without needing to manually update a separate app.
Offer the skill as a free add-on to enhance TickTick's basic features, with premium tiers providing advanced analytics or team collaboration tools. Revenue is generated through subscription upgrades, targeting users who seek deeper integration and automated insights into their productivity.
License the skill to businesses for internal use, integrating it with existing workflow systems to automate task management. Revenue comes from enterprise contracts and customization services, helping companies improve employee efficiency and project tracking.
Monetize through affiliate partnerships with productivity tools or by offering anonymized usage data insights to third parties. Revenue is generated via referral commissions and data analytics services, leveraging the skill's user base for targeted marketing opportunities.
💬 Integration Tip
Ensure OAuth setup is completed first via ticktick-setup, and use clear project IDs when managing tasks to avoid errors in commands.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.