TickTick Integration for Openclaw

A powerful CLI and AI agent tool to manage TickTick tasks, projects, and reminders through the TickTick Open API.

kaiofreitas
v1.0.0
Jan 26, 2026
1
2.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ticktick-tasks

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install ticktick-tasks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is TickTick Integration?

The TickTick integration for Openclaw Skills allows developers and AI agents to interface directly with the popular task management platform. By leveraging the TickTick Open API, this skill enables seamless synchronization of to-do lists, project management, and task automation. It provides a robust bridge between your conversational AI and your personal or professional productivity workflows, ensuring that no deadline is missed and every task is accounted for.

This tool is designed for users who want to streamline their task management without leaving their development environment. By incorporating Openclaw Skills into your workflow, you can automate the creation, completion, and organization of tasks using simple commands or natural language prompts.

TickTick Integration Use Cases

  • Automating the creation of new tasks in specific projects with due dates via AI commands.
  • Retrieving a comprehensive list of pending tasks to summarize a daily agenda.
  • Bulk completing or deleting tasks based on project progress or status updates.
  • Organizing project hierarchies and tagging tasks for better categorization within Openclaw Skills environments.

How TickTick Integration Works

  1. The user authenticates the skill using OAuth 2.0 via the ticktick-setup utility.
  2. The AI agent or user issues a command such as add, list, or complete.
  3. The skill communicates with the TickTick Open API endpoints at api.ticktick.com using the authorized token.
  4. Data is returned in a structured format, allowing the agent to parse task details or project IDs.
  5. Operations like task creation or completion are reflected instantly across all TickTick client applications.

TickTick Integration Setup

To get started with this skill, you must first register your own application in the TickTick Developer Portal.

  1. Go to https://developer.ticktick.com and create a new app.
  2. Add the following redirect URI: http://127.0.0.1:8765/callback.
  3. Run the setup command using your credentials:
ticktick-setup <client_id> <client_secret>
  1. Open the generated auth URL in your browser, authorize the app, and paste the resulting callback URL into your terminal.

TickTick Integration Data Schema & Taxonomy

The skill organizes data around projects and tasks, utilizing a clear metadata taxonomy to ensure compatibility with other Openclaw Skills. Below is the primary task schema:

Property Type Description
title String The name of the task
content String Detailed task description or notes
projectId String The unique identifier for the parent project
dueDate String ISO 8601 formatted date (e.g., 2026-01-25T12:00:00+0000)
priority Integer Priority level: 0 (none), 1 (low), 3 (medium), 5 (high)
tags Array List of associated tags for organization

TickTick Integration Advanced Features

  • Support for specific project targeting using unique project IDs.
  • Advanced task filtering by due dates and priority levels.
  • Seamless integration into multi-agent workflows for dynamic task generation.
  • Real-time project data retrieval including all nested task objects.
  • Automated task management through Openclaw Skills command-line interface.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*