A powerful command-line interface for managing TickTick tasks and projects with OAuth2 authentication and batch processing support.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ticktick-cli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ticktick-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TickTick CLI is a robust integration for Openclaw Skills that brings the full power of TickTick task management directly to your terminal. It allows developers and AI agents to programmatically create, update, and organize tasks and projects using a streamlined command-line interface. By leveraging the TickTick Open API v1, this skill provides high-level commands for everything from simple task creation to complex batch operations.
Designed for speed and automation, the skill supports various authentication modes, including a headless manual flow for servers. Whether you are building an automated personal assistant or just want to stay in flow while coding, this tool bridges the gap between your development environment and your task manager.
Register a developer app at the TickTick Developer Center and set the redirect URI to http://localhost:8080 to obtain your credentials.
Run the following command to start the OAuth flow:
bun run scripts/ticktick.ts auth --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET
For headless environments, append the --manual flag to copy-paste the authorization code.
Check your authentication status to ensure the Openclaw Skills integration is active:
bun run scripts/ticktick.ts auth --status
The skill stores configuration and sensitive credentials in ~/.clawdbot/credentials/ticktick-cli/config.json. Data returned via the --json flag follows the TickTick API v1 schema.
| Field | Description |
|---|---|
clientId |
Your TickTick OAuth2 Client ID |
accessToken |
Bearer token used for authenticated requests |
priority |
Priority levels: none, low, medium, or high |
status |
Task lifecycle state: pending or completed |
dueDate |
ISO 8601 formatted date or relative strings like "today" |
Loading
A high-performance interface for querying real-time prediction market data from Polymarket using the Gamma API.

Better Polymarket is a powerful integration for querying prediction market data, tracking odds, and analyzing trending events on the Polymarket platform.

A context-aware interaction skill that provides personalized, time-of-day greetings for AI agents.

A digital citizenship skill that allows AI agents to participate in governance, elections, and constitutional processes within the Noopolis ecosystem.

A versatile personal productivity assistant designed to decompose complex tasks into actionable steps and synthesize multi-source information.

A secure, multi-user web interface for OpenClaw featuring zero-knowledge encryption and local network accessibility.








































