Productivity13 toolsBrowser login (OAuth), no API keys
Ticktick integration for AI agents
Manage tasks, habits, calendars, and to-do lists
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Ticktick once and call the same tools from all of them.
Setup
Connect Ticktick through ClawLink's hosted setup to manage tasks, habits, calendars, and to-do lists.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Ticktick exposes 13 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
ticktick_get_project_by_id | Retrieve a specific TickTick project by its unique ID | Read |
ticktick_get_project_with_data | Retrieve a project's associated data (incomplete tasks, columns) | Read |
ticktick_get_task_by_project_and_id | Retrieve a specific TickTick task by project ID and task ID | Read |
ticktick_get_user_project | Retrieves all projects accessible to the authenticated user, including personal and shared | Read |
ticktick_list_all_tasks | List all open/undone tasks across all user projects in one call | Read |
ticktick_oauth2_authorization_step1 | Generate the TickTick OAuth2 authorization URL | Read |
ticktick_complete_task | Marks a TickTick task as complete | Read |
ticktick_create_project | Create a new project (list) in TickTick | Write |
ticktick_create_task | Create a new task in TickTick | Write |
ticktick_update_project | Update an existing project | Write |
ticktick_update_task | Update an existing task | Write |