Connect Ticktick to OpenClaw on Operator.io
TickTick is a cross-platform task management and to-do list app. It helps you organize tasks, set reminders, and stay on top of your schedule.
Automate Ticktick with AI
Hand Ticktick to an OpenClaw agent running on Operator. You write what you want in a chat and it turns that into real Ticktick actions like complete task, create project, create task, without you opening the app.
Your agent reaches Ticktick directly or through connectors like Composio MCP and Pipedream MCP, which handle the sign in and token refresh for you, so there is nothing to wire up and no API keys to paste.
What your agent can do with Ticktick
Your agent can call any of these Ticktick actions by name as part of a larger task. Ask for the outcome you want and it picks the right ones.
Complete Task
Marks a TickTick task as complete. Requires both the project_id and task_id, which can be obtained from TICKTICK_LIST_ALL_TASKS or TICKTICK_CREATE_TASK actions. This action is idempotent - completing an already-completed task will succee...
Create Project
Create a new project (list) in TickTick. Projects organize tasks and notes. Use this to set up a new project with optional customizations like color, view mode, and type. The created project's ID can be used with other actions like TICKT...
Create Task
Tool to create a new task in TickTick. Use after you have task details such as title, dates, and optional reminders or subtasks.
Delete TickTick Project
Permanently deletes a TickTick project by its ID. All tasks within the project will also be deleted. Note: This operation is idempotent - deleting a non-existent project ID returns success. Use TICKTICK_GET_USER_PROJECT to list available...
Delete Task
Tool to permanently delete a specific task — irreversible, no recovery. Use when you need to remove a task from a project after confirming both project and task IDs. Returns an empty data object on success; check status/success flags rat...
Get Project By ID
Tool to retrieve a specific TickTick project by its unique ID. Use when you need detailed information about a particular project after obtaining its project ID.
Get project with data
Retrieve a project's associated data (incomplete tasks, columns). IMPORTANT: This endpoint only returns INCOMPLETE tasks. Completed tasks are automatically filtered out by the TickTick API. An empty tasks list means either the project ha...
Get Task By Project And ID
Tool to retrieve a specific TickTick task by project ID and task ID. Use when you need detailed information about a particular task within a project.
Get User Projects
Retrieves all projects accessible to the authenticated user, including personal and shared projects. Use this tool to list available projects before creating tasks or to get project IDs for other operations. Returns project metadata incl...
List All Tasks
Tool to list all open/undone tasks across all user projects in one call. This is a composite operation that internally fetches all projects and aggregates their tasks. Use when you need a comprehensive view of pending work across the ent...
Generate OAuth2 Authorization URL
Tool to generate the TickTick OAuth2 authorization URL. Use to redirect the user to obtain the authorization code (step 1). Re-run this tool if downstream TickTick calls return HTTP 401 (expired/invalid token) to obtain a fresh authoriza...
Update Project
Tool to update an existing project. Use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project ID.
Update Task
Tool to update an existing task. Use after confirming the taskId and projectId. Omitting optional fields resets them to null — include all existing field values in every payload. Cannot move a task to a different project; use TICKTICK_CR...
How to connect Ticktick
You authorize Ticktick once from your dashboard. Operator holds the connection and refreshes the access tokens on its own, so your agent keeps working with Ticktick without you signing in again. The same setup unlocks every other app your agent can reach, so you only do it once.
When you are ready, the get started guide walks through standing up your OpenClaw agent.
Common questions about Ticktick
- How do I connect Ticktick to Operator?
- Connecting Ticktick is a one time sign in from your Operator dashboard. Operator keeps the connection live and rotates the token on its own, so the agent stays connected to Ticktick and you never reauthorize by hand.
- Can my agent manage tasks and projects in Ticktick?
- Yes. It can create and update items, move them between stages, add notes, and read the current state back to you. Use it to file new work as it arrives, check status without opening the app, or keep Ticktick aligned with what is happening elsewhere.
- Do I need to write code or manage Ticktick API keys?
- No. Operator manages the Ticktick connection and token refresh, so there are no API keys to paste and nothing to deploy.
- Can my agent use Ticktick together with my other apps?
- Yes. The same agent reaches every app you connect, so it can move between Ticktick and tools like Google Sheets, Notion, Linear in one job, reading from one and acting in another without you wiring anything between them.
More apps to automate
Apps your agent runs alongside Ticktick, or browse all integrations.
Put your agent on Ticktick
Sign in, connect Ticktick, and hand your agent the work. Your first week is free.
Try for free