← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install handoffs
功能描述
Record and track structured task handoff logs across sessions with status, summary, artifacts, and confidence in JSONL format.
使用说明 (SKILL.md)
Handoff Writer - 跨 Session 交接工具
版本:1.0.0 用途:結構化寫入交接日誌,實現跨 session 接力
功能
- 寫入結構化交接日誌(JSONL)
- 追蹤任務鏈(chain_id + sequence)
- 記錄產出、依賴、信心度
使用方式
python handoff_writer.py --task-id "task_xyz" --sender "main" \
--receiver "engineer" --chain-id "hermes_v2" \
--status "completed" --summary "完成某任務" \
--artifacts "file1.md,file2.md" --next "下一步需求"
參數說明
| 參數 | 說明 |
|---|---|
| --task-id | 任務 ID |
| --sender | 發送者 agent(main/engineer/professor 等) |
| --receiver | 接收者 agent |
| --chain-id | 任務鏈 ID(如 hermes_v2, sumo_notebook) |
| --status | completed / running / failed |
| --summary | 任務摘要 |
| --artifacts | 產出檔案(逗號分隔) |
| --next | 下一棒需求(逗號分隔) |
| --confidence | 信心度(0-1,預設 0.85) |
輸出位置
~/.sumo/handoffs/YYYY-MM-DD.jsonl
相關工具
handoff_reader.py- 讀取交接日誌
安全使用建议
This skill appears to do what it says: it will create ~/.sumo/handoffs and store JSONL handoff logs there. Before installing, review the scripts (they're short) to confirm you are comfortable with logs being written to your home directory. Avoid putting secrets in summaries/artifact fields since entries are plain JSONL. If you prefer, change HANDOFF_DIR to a different path or restrict filesystem permissions on ~/.sumo/handoffs to control access.
功能分析
Type: OpenClaw Skill
Name: handoffs
Version: 1.0.0
The skill bundle provides a utility for agents to maintain state across sessions by writing and reading structured handoff logs in JSONL format. The scripts (handoff_writer.py and handoff_reader.py) manage local files within a dedicated directory (~/.sumo/handoffs) and do not exhibit any signs of data exfiltration, remote execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (record and track handoff logs) align with included files and behavior: writer creates JSONL entries and a chain registry; reader lists and filters those entries. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running handoff_writer.py and handoff_reader.py. The scripts only read/write files under ~/.sumo/handoffs and accept CLI-provided metadata; they do not read arbitrary system files, environment variables, or send data externally.
Install Mechanism
No install spec and no downloaded code at install time. The skill is instruction + small Python scripts; nothing is fetched from external URLs or installed into system locations.
Credentials
No environment variables, credentials, or config paths are required. The writer only uses CLI args and writes to a subdirectory of the user's home, which is proportional to the stated logging purpose.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system-wide configs, and only creates/updates files under ~/.sumo/handoffs. It is user-invocable and not forced into every agent run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install handoffs - 安装完成后,直接呼叫该 Skill 的名称或使用
/handoffs触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Cross-session handoff tools, writer and reader
元数据
常见问题
Sumo Handoff Tools 是什么?
Record and track structured task handoff logs across sessions with status, summary, artifacts, and confidence in JSONL format. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Sumo Handoff Tools?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install handoffs」即可一键安装,无需额外配置。
Sumo Handoff Tools 是免费的吗?
是的,Sumo Handoff Tools 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sumo Handoff Tools 支持哪些平台?
Sumo Handoff Tools 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sumo Handoff Tools?
由 Sumo0221(@sumo0221)开发并维护,当前版本 v1.0.0。
推荐 Skills