← 返回 Skills 市场
manuelhettich

TickTick CLI

作者 ManuelHettich · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
6443
总下载
22
收藏
55
当前安装
1
版本数
在 OpenClaw 中安装
/install ticktick
功能描述
Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling.
安全使用建议
Install only if you are comfortable giving this skill read/write access to your TickTick tasks and projects. Protect the plaintext config file, avoid storing secrets in TickTick task text, prefer project filters and task IDs, and require explicit user approval before mutations such as complete, abandon, batch-abandon, or project updates.
功能分析
Type: OpenClaw Skill Name: ticktick Version: 1.0.0 The OpenClaw AgentSkills skill bundle for TickTick is benign. It provides a command-line interface for managing TickTick tasks and projects, utilizing standard OAuth2 for authentication. Credentials (client ID/secret, access/refresh tokens) are stored in the designated secure location `~/.clawdbot/credentials/ticktick-cli/config.json` with restrictive file permissions (0o600). All network communication is directed to the legitimate TickTick API (`https://api.ticktick.com/open/v1` and `https://ticktick.com/oauth`). The `SKILL.md` documentation provides clear, non-malicious instructions for both human users and AI agents, with no evidence of prompt injection attempts or instructions to perform unauthorized actions. There is no indication of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The stated purpose is TickTick task and project management, and the code only targets TickTick OAuth and Open API endpoints for that purpose.
Instruction Scope
The documented commands include expected write actions such as create, update, complete, abandon, batch-abandon, and project updates; these are user-invoked CLI operations, not hidden automation.
Install Mechanism
The package uses Bun with commander and open dependencies, plus a small shell wrapper. Dependency versions are ranges and no lockfile is included, which is a provenance hygiene note rather than malicious behavior.
Credentials
Network access to TickTick and a localhost OAuth callback are proportionate for the integration. Listing tasks can expose private task content to the agent session, so users should scope queries where practical.
Persistence & Privilege
Client credentials and OAuth access/refresh tokens persist in a plaintext JSON file with attempted 0700/0600 permissions and automatic refresh; this is disclosed and expected for a CLI integration but sensitive.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ticktick
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ticktick 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: OAuth2 auth, task/project CRUD, batch operations, rate limit handling
元数据
Slug ticktick
版本 1.0.0
许可证
累计安装 255
当前安装数 55
历史版本数 1
常见问题

TickTick CLI 是什么?

Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6443 次。

如何安装 TickTick CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ticktick」即可一键安装,无需额外配置。

TickTick CLI 是免费的吗?

是的,TickTick CLI 完全免费(开源免费),可自由下载、安装和使用。

TickTick CLI 支持哪些平台?

TickTick CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 TickTick CLI?

由 ManuelHettich(@manuelhettich)开发并维护,当前版本 v1.0.0。

💬 留言讨论