← 返回 Skills 市场
davidsmorais

Ticktick Linux

作者 davidsmorais · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1489
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ticktick-linux
功能描述
Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI.
安全使用建议
This skill appears to be a thin wrapper that runs your local tickrs CLI. Before installing: 1) Confirm you have the tickrs binary and that it's trustworthy (inspect source/release and the installed binary). Note the SKILL expects it at /home/david/.cargo/bin/tickrs — if your binary is elsewhere, the skill will fail or you should edit the path. 2) Be cautious with TICKTICK_CLIENT_ID and TICKTICK_CLIENT_SECRET — only set them if you understand how you manage secrets (avoid pasting them into chat). Alternatively run `~/.cargo/bin/tickrs init` manually to authenticate and let the CLI store tokens locally instead of exporting long-lived secrets. 3) Because this is instruction-only, there is no code to audit in the skill bundle; the main risk surface is the local tickrs binary and how it handles credentials.
功能分析
Type: OpenClaw Skill Name: ticktick-linux Version: 1.0.0 The skill bundle is benign. It defines tools to interact with the local `tickrs` CLI for TickTick task management. All commands are direct invocations of `/home/david/.cargo/bin/tickrs` with structured parameters, as seen in `SKILL.md`. There is no evidence of data exfiltration, malicious execution, persistence, prompt injection against the agent, or obfuscation. The skill requires specific environment variables (`TICKTICK_CLIENT_ID`, `TICKTICK_CLIENT_SECRET`) and a local binary, which is standard for CLI-based integrations.
能力评估
Purpose & Capability
The name/description (manage TickTick via tickrs) matches the declared requirements: the SKILL.md only invokes the tickrs CLI and the required env vars (TICKTICK_CLIENT_ID, TICKTICK_CLIENT_SECRET) are plausible for TickTick authentication. One oddity: the required binary is an absolute path (/home/david/.cargo/bin/tickrs) rather than a generic 'tickrs' on PATH, which is brittle and unusual but not itself malicious.
Instruction Scope
SKILL.md only contains commands that call the local tickrs binary to list/create/complete tasks and to run tickrs init for authentication. It does not instruct reading other files, scanning the filesystem, or sending data to unrelated endpoints. It does assume the binary lives at the hard-coded path.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written by the skill itself. This minimizes install-time risk. The skill relies entirely on an existing local tickrs binary.
Credentials
Requesting TICKTICK_CLIENT_ID and TICKTICK_CLIENT_SECRET is proportionate for a TickTick integration, but these are sensitive secrets. The skill declares only these two env vars and does not reference unrelated credentials. Note: providing a client secret to a skill (or placing it in environment) has risk — verify you trust the binary and understand where tokens will be stored.
Persistence & Privilege
always is false and the skill has no install steps or code that attempts to modify agent/system configuration. It does not request persistent privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ticktick-linux
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ticktick-linux 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ticktick-linux skill: - Manage TickTick tasks on Linux via the local tickrs CLI. - Add, list (with status and project filters), and complete tasks. - List all projects. - Requires CLI authentication and TickTick API credentials.
元数据
Slug ticktick-linux
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ticktick Linux 是什么?

Manage TickTick tasks (add, list, complete) via the local `tickrs` CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1489 次。

如何安装 Ticktick Linux?

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

Ticktick Linux 是免费的吗?

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

Ticktick Linux 支持哪些平台?

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

谁开发了 Ticktick Linux?

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

💬 留言讨论