ClawLink
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.

ToolWhat it doesKind
ticktick_get_project_by_idRetrieve a specific TickTick project by its unique IDRead
ticktick_get_project_with_dataRetrieve a project's associated data (incomplete tasks, columns)Read
ticktick_get_task_by_project_and_idRetrieve a specific TickTick task by project ID and task IDRead
ticktick_get_user_projectRetrieves all projects accessible to the authenticated user, including personal and sharedRead
ticktick_list_all_tasksList all open/undone tasks across all user projects in one callRead
ticktick_oauth2_authorization_step1Generate the TickTick OAuth2 authorization URLRead
ticktick_complete_taskMarks a TickTick task as completeRead
ticktick_create_projectCreate a new project (list) in TickTickWrite
ticktick_create_taskCreate a new task in TickTickWrite
ticktick_update_projectUpdate an existing projectWrite
ticktick_update_taskUpdate an existing taskWrite