ticktick
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 mark tasks as done. Requires OAuth setup via `ticktick-setup`.
Why use this skill?
Seamlessly manage your TickTick to-do list with OpenClaw. Create, track, and complete tasks directly through your AI agent to boost your daily productivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kaiofreitas/ticktick-tasksWhat This Skill Does
The TickTick skill for OpenClaw provides a seamless interface to manage your personal and professional task lists directly from your command line or AI agent workflow. By integrating with TickTick's Open API, this skill allows users to list, create, complete, and delete tasks across various projects. It abstracts the complexity of API authentication and request construction, allowing you to focus on productivity rather than boilerplate code. Whether you need to dump a quick thought into your inbox or organize complex project timelines with specific due dates and priorities, this skill keeps your task management synced and accessible.
Installation
To get started, first install the skill package via the command: clawhub install openclaw/skills/skills/kaiofreitas/ticktick-tasks. Once installed, you must perform a one-time configuration. Visit the TickTick developer portal to register an application and obtain your client credentials. Ensure your redirect URI is set to http://127.0.0.1:8765/callback. Execute the setup command ticktick-setup <client_id> <client_secret> in your terminal and follow the instructions to authorize the application through your browser. Once the callback URL is pasted back into the terminal, the integration is complete.
Use Cases
This skill is perfect for individuals looking to bridge the gap between their automated workflows and manual task management. Typical use cases include: 1) Capturing tasks generated by other OpenClaw skills into your TickTick inbox; 2) Managing daily project deadlines without leaving your IDE or shell; 3) Programmatically cleaning up or marking off routine tasks as part of a morning startup script.
Example Prompts
- "Check my pending tasks and tell me what is due today."
- "Add a new task to the 'Work' project: Review project documentation, set for January 30th, 2026."
- "Mark the task with ID 101 in my 'Chores' project as complete."
Tips & Limitations
Note that priorities are mapped numerically: 0 for none, 1 for low, 3 for medium, and 5 for high. Be mindful that frequent API calls might trigger rate limits if used in a loop. Always ensure your environment variables are correctly configured if you intend to run this as part of a recurring background job. The skill requires an active internet connection to communicate with the TickTick API, and OAuth tokens may expire periodically, requiring a re-authentication flow if the token manager fails to refresh.
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-kaiofreitas-ticktick-tasks": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
ticktick
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 mark tasks as done. Requires OAuth setup via `ticktick-setup`.
lg-thinq
Control LG smart appliances via ThinQ API. Use when user asks about their fridge, washer, dryer, AC, or other LG appliances. Supports checking status, changing temperature, toggling modes (express, eco), and monitoring door status.