← 返回 Skills 市场
willwebberley

Tasktrove

作者 willwebberley · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1379
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tasktrove
功能描述
Manage todos via Tasktrove API. Use for listing, creating, completing, or updating tasks. Triggers on task/todo requests like "what's on my todo list", "add a task", "mark X done", "what's due today".
安全使用建议
This skill appears to implement a legitimate Tasktrove client, but the registry metadata does not declare environment variables that the skill actually requires. Before installing or using it: 1) Confirm the skill's origin — source/homepage are missing. 2) Expect to set TASKTROVE_HOST (required) and optionally TASKTROVE_TOKEN; the script will send your token and requests to whatever host you configure, so only point it at a trusted Tasktrove instance. 3) Review the included scripts/tasks.py yourself (it's short and readable) to verify there are no surprises. 4) Ask the publisher to correct the metadata so required env vars/primary credential are declared. If you cannot verify the source, treat the skill as higher risk and avoid supplying real credentials.
功能分析
Type: OpenClaw Skill Name: tasktrove Version: 1.0.0 The skill bundle is designed to manage tasks via a user-configured Tasktrove API. The `SKILL.md` provides clear instructions without any prompt injection attempts against the agent. The `scripts/tasks.py` uses standard Python libraries (`urllib.request`) to interact with the API, reading `TASKTROVE_HOST` and `TASKTROVE_TOKEN` from environment variables. There is no evidence of intentional malicious behavior such as data exfiltration (beyond task data to the configured API), unauthorized command execution, persistence, or obfuscation. The network access is directly aligned with the skill's stated purpose.
能力评估
Purpose & Capability
Name/description match the included CLI and API usage. The included script and SKILL.md implement listing, adding, completing, and searching tasks against a Tasktrove API, which is appropriate for the stated purpose. HOWEVER the registry metadata claims no required env vars/credentials while the SKILL.md and script clearly require TASKTROVE_HOST (and optionally TASKTROVE_TOKEN). This metadata omission is an inconsistency.
Instruction Scope
SKILL.md and the CLI script confine actions to calling the Tasktrove API (HTTP requests to TASKTROVE_HOST). Instructions do not request unrelated local files or system state, nor do they instruct exfiltration to external endpoints other than the configured TASKTROVE_HOST.
Install Mechanism
There is no install spec; the skill is instruction-only with a small Python CLI included. Nothing is downloaded from external URLs or installed automatically.
Credentials
The skill legitimately needs TASKTROVE_HOST and may use TASKTROVE_TOKEN for auth — those are proportional to its function. The concern is that the registry lists no required env vars/primary credential while both the SKILL.md and scripts/tasks.py require TASKTROVE_HOST (the script exits if it's missing) and optionally use TASKTROVE_TOKEN. That mismatch reduces transparency and could mislead users about what secrets/config are needed.
Persistence & Privilege
The skill does not request permanent presence (always=false), does not modify other skills or global agent configuration, and does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tasktrove
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tasktrove 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: List, add, complete, and search tasks via Tasktrove API
元数据
Slug tasktrove
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tasktrove 是什么?

Manage todos via Tasktrove API. Use for listing, creating, completing, or updating tasks. Triggers on task/todo requests like "what's on my todo list", "add a task", "mark X done", "what's due today". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1379 次。

如何安装 Tasktrove?

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

Tasktrove 是免费的吗?

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

Tasktrove 支持哪些平台?

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

谁开发了 Tasktrove?

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

💬 留言讨论