AI Agent Hub
Back to plugins
🖥️

dsh-ticktick

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zhengjy01/dsh-ticktick

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in DeepSeek Harness by running dsh plugin install zhengjy01/dsh-ticktick ; the source is available at https://github.com/zhengjy01/dsh-ticktick and requires no build step.

About this plugin

If you manage to-dos in TickTick or Dida365 while running AI agent workflows on DeepSeek Harness (dsh), you likely feel the friction of two disconnected tools. dsh-ticktick bridges that gap with the official OAuth 2.0 Open API, letting your agent read and write tasks directly in your lists without any copy-paste juggling.

The plugin covers the full task lifecycle: pull incomplete or completed tasks across every list (sorted by due date, with list names); create one or many tasks with title, list, due date, priority, tags, and body; update, complete, and delete; plus a one-shot bidirectional sync that dedupes by title so re-running never creates duplicates. Credentials are persisted locally with 0600 permissions, and the web settings panel handles authorization, token refresh, and quick task entry without leaving the browser.

Built for developers and productivity enthusiasts who want their AI agent to operate TickTick or Dida365 tasks natively. Zero runtime dependencies (Node 22+), supports both the CN and international regions, and is released under the MIT license.

Use Cases

  • Have your agent pull incomplete tasks from every TickTick list sorted by due date
  • Create, update, complete, or delete TickTick tasks directly from the conversation
  • Run a one-shot bidirectional sync with title-based dedupe to avoid duplicates

Best For

  • Developers who manage daily tasks in TickTick or Dida365
  • Power users who want their AI agent to operate third-party SaaS tools natively
  • Teams seeking zero-dependency, locally-persisted credential integrations