ticktick-dida365

Automate TickTick projects and tasks via the official OpenAPI with OAuth2.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Shana-AE/.shanaae-configs --skill ticktick-dida365
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticktick-dida365
Source: https://github.com/Shana-AE/.shanaae-configs/tree/main/ai/skills/local/ticktick-dida365
Command: npx skills add https://github.com/Shana-AE/.shanaae-configs --skill ticktick-dida365

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

TickTick is a powerful personal task manager, but programmatic control of projects and tasks can be tedious without a structured tool. This skill provides a ready-to-use OpenAPI-based interface to automate common TickTick operations via OAuth2 authentication and token management.

Core Features & Use Cases

  • List, create, update, and delete TickTick projects.
  • Create, update, search, complete, and batch-create tasks across projects.
  • Support both TickTick global endpoints and Dida365 CN endpoints via configurable base URLs.
  • Secure token handling with local storage to enable repeatable automation.

Quick Start

Authenticate with TickTick using the OpenAPI OAuth2 flow, then run the API commands to manage projects and tasks.

Frequently Asked Questions about ticktick-dida365

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate TickTick task creation through OpenAPI?

Automate TickTick task creation through OpenAPI by using OAuth2 authentication to securely handle tokens, then calling the API commands to create, update, or batch-create tasks across your configured projects.

How do I manage TickTick projects using the OpenAPI?

Manage TickTick projects using the OpenAPI by listing, creating, updating, or deleting projects directly through structured API commands, requiring proper OAuth2 client credentials and access tokens for secure authentication.

Does the TickTick OpenAPI automation support Dida365 CN endpoints?

Yes, TickTick OpenAPI automation supports Dida365 CN endpoints. You can configure the base URLs within your environment setup to route your project and task management requests to the Dida365 CN service.

What OAuth2 credentials do I need to set up TickTick API integration?

You need client credentials, access tokens, and refresh tokens to set up TickTick API integration. The automation skill handles secure local storage of these OAuth2 credentials to enable repeatable task management workflows.

Can I search for TickTick tasks by due date or priority via OpenAPI?

You can search for TickTick tasks by filtering via due date or priority using the OpenAPI. This allows you to programmatically query and retrieve specific tasks across your projects based on their urgency or schedule.

What are the limitations of using OpenAPI for TickTick project management?

Limitations of using OpenAPI for TickTick project management include the strict dependency on OAuth2 token validity and the need for continuous environment configuration to maintain access without manual re-authentication interruptions.