Sumo Handoff Tools

v1.0.0

Record and track structured task handoff logs across sessions with status, summary, artifacts, and confidence in JSONL format.

0· 89·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for sumo0221/handoffs.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Sumo Handoff Tools" (sumo0221/handoffs) from ClawHub.
Skill page: https://clawhub.ai/sumo0221/handoffs
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install handoffs

ClawHub CLI

Package manager switcher

npx clawhub@latest install handoffs
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

handoffvk97an1ckhtqzwfxxj23jmfjscd84dcnwlatestvk97an1ckhtqzwfxxj23jmfjscd84dcnwrelayvk97an1ckhtqzwfxxj23jmfjscd84dcnwsessionvk97an1ckhtqzwfxxj23jmfjscd84dcnw
89downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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)
--statuscompleted / running / failed
--summary任務摘要
--artifacts產出檔案(逗號分隔)
--next下一棒需求(逗號分隔)
--confidence信心度(0-1,預設 0.85)

輸出位置

~/.sumo/handoffs/YYYY-MM-DD.jsonl

相關工具

  • handoff_reader.py - 讀取交接日誌

Comments

Loading comments...