← 返回 Skills 市场
liusining

Todo Accelerator

作者 liusining · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install todo-accelerator
功能描述
Use when a user needs to add a new task or record a pending to-do item; when prompting an Agent to execute a pending task; during Agent heartbeat events to p...
安全使用建议
This skill appears coherent: it runs a bundled Python script that reads and writes a Kanban board and markdown notes inside the agent workspace and requires PyYAML. Before installing, verify the workspace paths you provide are not pointing to any sensitive system or credential directories (provide only a workspace folder you control). If you enable heartbeat, the agent can autonomously call work-on-todo during heartbeats — enable that only if you want autonomous task pickup. If you have security concerns, inspect scripts/todo.py locally (it appears to perform only file I/O and YAML parsing) or run initialization and commands in a confined/test workspace first. There are no external network endpoints or credential requirements requested by the skill.
功能分析
Type: OpenClaw Skill Name: todo-accelerator Version: 0.1.0 The todo-accelerator skill is a legitimate task management tool designed to coordinate work between users and AI agents using an Obsidian Kanban board and markdown notes. The core logic in scripts/todo.py handles file-based task tracking, priority-based selection, and state transitions (e.g., moving cards between 'Ideas' and '推进中') without any evidence of data exfiltration, unauthorized network access, or malicious execution. The skill's instructions (SKILL.md and initialization.md) correctly guide the agent to interact with the user for configuration and task details, ensuring the autonomous heartbeat workflow remains aligned with the user's stated goals.
能力评估
Purpose & Capability
Name/description (to-do management, agent heartbeat work pickup, add/list/commit tasks) match the provided files and the single Python script. The script manipulates an Obsidian-style Kanban board and companion markdown notes and implements the commands described in SKILL.md.
Instruction Scope
SKILL.md's runtime instructions are specific and limited: run the included Python script from the skill directory with a workspace-local config, initialize templates, enable heartbeat if desired, and call add-todo / work-on-todo / commit / list-pending. The instructions require the agent to read/write board and note files in the agent's workspace (expected for this purpose). There are no instructions to read unrelated system files, access external credentials, or send data to remote endpoints.
Install Mechanism
No install spec; this is instruction-only plus a local Python script. The only external dependency is PyYAML (documented in initialization.md). No remote downloads or archive extraction are used.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside the agent workspace. File access is confined to the board file, notes folder, and a workspace config specified by the user — which is proportionate for a local to-do manager.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill writes a workspace-local config file and updates notes/board inside the workspace; it does not request permanent platform-wide privileges or modify other skills' configs. SKILL.md asks the user to enable heartbeat in the agent configuration to allow automatic pickup — that is a user action and not an unexpected escalation by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todo-accelerator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todo-accelerator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release – introduces collaborative task management for users and AI agents. - Agents and users share tasks via an Obsidian Kanban board. - Agents can add tasks, pick up and process them, mark progress, and complete requirements. - Includes commands: add-todo, work-on-todo, commit, and list-pending. - Companion Markdown notes store task details, deliverables, and progress. - Setup instructions and user prompts ensure accurate task capture. - Not designed for reminders or routine scheduling.
元数据
Slug todo-accelerator
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Todo Accelerator 是什么?

Use when a user needs to add a new task or record a pending to-do item; when prompting an Agent to execute a pending task; during Agent heartbeat events to p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Todo Accelerator?

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

Todo Accelerator 是免费的吗?

是的,Todo Accelerator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Todo Accelerator 支持哪些平台?

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

谁开发了 Todo Accelerator?

由 liusining(@liusining)开发并维护,当前版本 v0.1.0。

💬 留言讨论