← Back to Skills Marketplace
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install handoffs
Description
Record and track structured task handoff logs across sessions with status, summary, artifacts, and confidence in JSONL format.
README (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- 讀取交接日誌
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install handoffs - After installation, invoke the skill by name or use
/handoffs - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Cross-session handoff tools, writer and reader
Metadata
Frequently Asked Questions
What is Sumo Handoff Tools?
Record and track structured task handoff logs across sessions with status, summary, artifacts, and confidence in JSONL format. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Sumo Handoff Tools?
Run "/install handoffs" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sumo Handoff Tools free?
Yes, Sumo Handoff Tools is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sumo Handoff Tools support?
Sumo Handoff Tools is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sumo Handoff Tools?
It is built and maintained by Sumo0221 (@sumo0221); the current version is v1.0.0.
More Skills