← Back to Skills Marketplace
2402
Downloads
1
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install ticktick-api
Description
TickTick task manager integration. List projects and tasks, create new tasks, complete tasks, delete tasks. Use when the user wants to manage their to-do list, add reminders, check pending tasks, or mark tasks as done. Requires OAuth setup via `ticktick-setup`.
Usage Guidance
This skill appears coherent and limited to TickTick task management, but it expects you to have (or to install) two external CLIs: 'ticktick-setup' for OAuth and a 'ticktick' CLI for operations. Before using the skill, verify the origin and integrity of those CLI tools (install from an official source or repository). During setup you'll open a browser and paste a local callback URL — be cautious to only authorize apps you created on developer.ticktick.com. The skill doesn't itself request environment variables, but OAuth tokens will likely be stored by the CLI on your machine; check where those tokens are saved and who can access them.
Capability Analysis
Type: OpenClaw Skill
Name: ticktick-api
Version: 1.0.0
The skill bundle is benign. It consists of metadata and a markdown file describing an integration with the TickTick API. The `SKILL.md` provides setup instructions for OAuth (using a local redirect URI `http://127.0.0.1:8765/callback`) and usage examples for a hypothetical `ticktick` CLI tool. There is no executable code, no prompt injection attempts against the agent, and no evidence of data exfiltration, malicious execution, or persistence mechanisms within the provided files. The skill relies on external commands (`ticktick-setup`, `ticktick`) whose implementations are not part of this bundle.
Capability Assessment
Purpose & Capability
The name/description claim TickTick task management and the SKILL.md provides OAuth setup and CLI commands that map directly to listing, creating, completing, and deleting tasks via TickTick's Open API. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Runtime instructions are narrowly scoped to creating a TickTick developer app, running a local oauth helper (ticktick-setup), authorizing via the browser, and using a ticktick CLI to call TickTick endpoints. The doc does not instruct reading arbitrary files or other system state. Note: SKILL.md expects the user to run/install the external 'ticktick-setup' and 'ticktick' CLI utilities but does not state their provenance.
Install Mechanism
There is no install spec and no code files; this is instruction-only. That reduces risk because nothing is downloaded or written by the skill itself. The skill does presuppose external CLIs are available but does not install them.
Credentials
The skill declares no required environment variables or credentials. Its OAuth flow is appropriate for the stated purpose. There is no request for unrelated secrets or system config paths.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges. Autonomous invocation is allowed (platform default) but the skill itself has no declared ability to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ticktick-api - After installation, invoke the skill by name or use
/ticktick-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: OAuth setup, task CRUD, project listing
Metadata
Frequently Asked Questions
What is TickTick API?
TickTick task manager integration. List projects and tasks, create new tasks, complete tasks, delete tasks. Use when the user wants to manage their to-do list, add reminders, check pending tasks, or mark tasks as done. Requires OAuth setup via `ticktick-setup`. It is an AI Agent Skill for Claude Code / OpenClaw, with 2402 downloads so far.
How do I install TickTick API?
Run "/install ticktick-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TickTick API free?
Yes, TickTick API is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TickTick API support?
TickTick API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TickTick API?
It is built and maintained by hikaio (@kaiofreitas); the current version is v1.0.0.
More Skills