TickTick API
TickTick 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 m
TickTick 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 m
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Manage tasks via TickTick's Open API.
First time only:
http://127.0.0.1:8765/callbackticktick-setup <client_id> <client_secret>
# List projects ticktick projectsList 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
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.