← 返回 Skills 市场
1965
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install taskleef
功能描述
Use when managing todos, tasks, projects, or kanban boards via Taskleef.com. Supports adding, listing, completing, deleting todos, organizing with projects, and managing kanban boards. Use when the user wants to track tasks, manage their todo list, organize work by projects, or use kanban workflows.
安全使用建议
This skill appears coherent for managing Taskleef todos, but take these precautions before installing:
- Verify that https://taskleef.com is the legitimate service you expect.
- Inspect the 'todo' file the installer downloads from raw.githubusercontent.com before running chmod +x; raw GitHub content can be arbitrary code. Prefer installing from an official release repository or building from source when possible.
- Keep TASKLEEF_API_KEY secret: store it in the agent config or an auth file with restrictive permissions (e.g., chmod 600), and do not commit it into dotfiles or public repos.
- Expect the todo CLI to make network requests to Taskleef APIs (normal for this skill); if you need tighter control, run the CLI in a constrained environment or review network activity.
If you want extra assurance, ask the skill author for an official release URL or published package and for the source repository for the todo CLI so you can review it before installing.
功能分析
Type: OpenClaw Skill
Name: taskleef
Version: 1.0.1
The skill is classified as suspicious due to its installation process, which involves downloading and executing an external binary (`todo` CLI) from `https://raw.githubusercontent.com/Xatter/taskleef/main/taskleef-cli/todo` as specified in `SKILL.md`. This introduces a supply chain risk, as the integrity of the external GitHub repository and the downloaded executable is critical. Additionally, the skill requires and handles a sensitive `TASKLEEF_API_KEY` environment variable, which, while necessary for its stated purpose, adds to the overall risk profile.
能力评估
Purpose & Capability
Name/description, required binaries (todo, curl, jq), and required env var (TASKLEEF_API_KEY) all align with a CLI-based integration for Taskleef.com. The only minor metadata mismatch is that registry metadata lists no homepage while the SKILL.md includes https://taskleef.com, but this does not affect capability alignment.
Instruction Scope
SKILL.md instructs the agent to call the todo CLI and describes CLI flags and expected behavior. It does not instruct reading unrelated files or environment variables beyond TASKLEEF_API_KEY, and only mentions an optional auth file (~/.taskleef.auth) which is reasonable for storing credentials.
Install Mechanism
The install spec will download a single 'todo' executable from raw.githubusercontent.com (Xatter/taskleef) and provides jq via Homebrew or GitHub releases. Downloads come from GitHub hosts (known/common) rather than unknown personal servers, but installing an executable fetched from a raw GitHub URL is a higher-risk operation than using a vetted package — users should review the binary/script before making it executable.
Credentials
Only TASKLEEF_API_KEY is required and declared as the primary credential; that matches the stated purpose. The skill suggests an optional auth file and storing an API key in the agent config, which are reasonable. No unrelated credentials or excessive environment access are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills' configs or system-wide settings beyond suggesting where to store an API key in the user's Clawdbot config (normal for skill configuration).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taskleef - 安装完成后,直接呼叫该 Skill 的名称或使用
/taskleef触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added installer metadata for automatic installation of todo CLI and jq dependencies via Clawdbot's Skills UI.
v1.0.0
Initial release of the Taskleef skill.
- Manage todos, projects, and kanban boards via the Taskleef CLI.
- Supports adding, listing, completing, and deleting todos.
- Organize tasks by projects and manage workflows using kanban boards.
- Includes subtask support and priority indicators.
- Requires `curl`, `jq`, and the `TASKLEEF_API_KEY` environment variable.
元数据
常见问题
taskleef 是什么?
Use when managing todos, tasks, projects, or kanban boards via Taskleef.com. Supports adding, listing, completing, deleting todos, organizing with projects, and managing kanban boards. Use when the user wants to track tasks, manage their todo list, organize work by projects, or use kanban workflows. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1965 次。
如何安装 taskleef?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taskleef」即可一键安装,无需额外配置。
taskleef 是免费的吗?
是的,taskleef 完全免费(开源免费),可自由下载、安装和使用。
taskleef 支持哪些平台?
taskleef 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 taskleef?
由 Xatter(@xatter)开发并维护,当前版本 v1.0.1。
推荐 Skills