返回顶部
t

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 pick up and work on tasks; when a user expresses interest in a topic for later research, saves a bookmark for processing, or asks for help preparing deliverables. Not for reminders (eating, sleeping, meetings).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
117
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

todo-accelerator

待办加速器

用户与AI智能体之间的协作任务管理。智能体可领取任务、执行任务、交付结果并更新进度——作为用户的团队成员协同工作。Obsidian看板作为共享沟通渠道。

设置

检查: 若智能体工作区中存在todo-accelerator-config.yaml → 即可使用。若不存在 → 按照本目录中的initialization.md操作(一次性流程)。

工作场景

场景智能体操作
用户描述新任务或收藏某个主题询问缺失细节(目标、要求、优先级)→ add-todo
智能体心跳事件
调用work-on-todo → 处理返回的提示 → 完成或受阻时执行commit | | 用户要求处理特定任务 | 调用list-pending → 与用户确认 → work-on-todo --name ... → commit |

命令

基础命令(下文简称):

python3 <技能目录>/scripts/todo.py --config <工作区>/todo-accelerator-config.yaml

将<技能目录>替换为本技能目录的绝对路径,将<工作区>替换为智能体的工作区目录。

add-todo

创建带有配套笔记的新待办事项,添加至想法栏。

bash
add-todo --name 标题 [--targets 成果1 成果2] [--requirements 要求1 要求2] [--priority N] [--allow-subagent | --no-allow-subagent] [--assigned-agent 智能体ID]

示例:

bash
add-todo --name 研究AutoResearch --targets 功能摘要和设置指南 --requirements 阅读README 尝试运行演示 撰写发现报告 --priority 1

请勿猜测参数。 若用户未指定目标或要求,请询问他们:

  • - 您期望达成什么成果?
  • 是否有需要处理的特定子任务或问题?
  • 是否需要设定优先级?(0 = 普通,数值越高越紧急)

work-on-todo

从想法栏中选取优先级最高的待办事项并准备处理。

bash
work-on-todo
work-on-todo --name 特定待办事项

示例:

bash
work-on-todo --name 研究AutoResearch

行为说明:

  • - 不使用--name:按优先级自动选择(最高优先,同级随机)
  • 使用--name:处理该特定待办事项(先与用户确认准确名称)
  • 若所选待办事项无未勾选要求 → 移至审阅中并跳过(无需操作)
  • 否则 → 将卡片从想法移至推进中,增加迭代次数,并返回结构化提示

work-on-todo返回后,请遵循references/processing-work-on-todo.md中的说明。

commit

勾选已完成的要求并结束当前轮次工作。

bash
commit --name 待办名称 --completed 要求1 要求2

示例:

bash
commit --name 研究AutoResearch --completed 阅读README 尝试运行演示

每个--completed字符串必须完全匹配笔记更多内容部分中未勾选的要求。若任何字符串不匹配,脚本将返回错误并显示剩余未勾选要求——请重新检查并传入准确的字符串。

提交后脚本会将卡片移至审阅中。

list-pending

列出想法栏中所有待办事项及其优先级。

bash
list-pending

示例:

bash
list-pending

笔记结构

每个待办事项都有一个配套的.md笔记。关于YAML前置属性,请参见references/note-yaml-properties.md。

章节用途更新方式
更多内容要求清单(- [ ] / - [x])通过commit命令管理
目标
最终成果和交付物 | 直接在笔记中编写 |
| 调查与问题 | 持续发现、进度记录、障碍 | 直接在笔记中编写 |

案例研究

完整生命周期使用示例请参见references/case-study.md。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 todo-accelerator-1776113222 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 todo-accelerator-1776113222 技能

通过命令行安装

skillhub install todo-accelerator-1776113222

下载

⬇ 下载 todo-accelerator v0.1.0(免费)

文件大小: 14.12 KB | 发布时间: 2026-4-14 11:07

v0.1.0 最新 2026-4-14 11:07
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部