← 返回 Skills 市场
2402
总下载
1
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install 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`.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ticktick-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/ticktick-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OAuth setup, task CRUD, project listing
元数据
常见问题
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`. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2402 次。
如何安装 TickTick API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ticktick-api」即可一键安装,无需额外配置。
TickTick API 是免费的吗?
是的,TickTick API 完全免费(开源免费),可自由下载、安装和使用。
TickTick API 支持哪些平台?
TickTick API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TickTick API?
由 hikaio(@kaiofreitas)开发并维护,当前版本 v1.0.0。
推荐 Skills