ticktick-tasksTickTick 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-tasksManage 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 organize daily to-dos, set reminders for errands like grocery shopping, and track personal goals. It helps streamline routines by allowing quick addition and completion of tasks via voice or text commands, enhancing productivity in home and personal life.
Small teams or freelancers leverage the skill to manage shared projects by listing tasks, assigning due dates, and marking items as done. It facilitates collaboration in remote settings, ensuring everyone stays aligned on deadlines and responsibilities without complex project management tools.
Event planners use the skill to create and track tasks for weddings, conferences, or parties, such as booking vendors or sending invitations. It aids in keeping all details organized with due dates, reducing oversight and improving event execution efficiency.
Students employ the skill to manage assignments, study schedules, and project deadlines by adding tasks with due dates. It supports academic success by providing a simple way to monitor pending work and complete tasks, helping balance coursework and extracurricular activities.
Offer the skill as a free basic tool for personal use, with premium features like advanced analytics or team collaboration available via subscription. Revenue is generated through monthly or annual plans, targeting users who outgrow the free version and need more robust task management.
Bundle the skill into a larger productivity platform for businesses, charging per user or as part of a corporate package. Revenue comes from licensing fees, with added value through integration with other tools like calendars or communication apps for seamless workflow management.
Monetize by partnering with productivity tool vendors or offering anonymized usage data insights to third parties. Revenue is earned through affiliate commissions on recommended products or selling aggregated analytics, while maintaining user privacy and compliance.
💬 Integration Tip
Ensure OAuth setup is completed first via ticktick-setup, and use clear project IDs when managing tasks to avoid errors in commands.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...