Sumo Handoff Tools

# Handoff Writer - 跨 Session 交接工具

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Sumo Handoff Tools" with this command: npx skills add sumo0221/handoffs

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 - 讀取交接日誌

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Context Handoff

保存和恢复聊天上下文到本地文件。用于用户想在切换账号、清空 session、重新开会话、跨会话延续项目时,把当前会话级上下文或项目级摘要落盘并在之后恢复。也用于列出已有的会话上下文槽位或项目摘要,并按更新时间排序返回最近使用项。触发词包括:保存当前上下文、保存会话摘要、保存项目摘要、记下这次讨论、切号前保存、恢复...

Registry Source
1660Profile unavailable
General

Session Context Compressor

Compress OpenClaw session context to reduce token usage and extend session lifetime. Uses NLP summarization (Sumy) to intelligently compact conversation history while preserving essential context. Triggers on mentions of session compression, token reduction, context cleanup, or when session size exceeds safe thresholds (~300KB). Use when (1) OpenClaw approaches 50% context limit, (2) Sessions are slowing down due to large context, (3) Reducing API costs from excessive token consumption, (4) Extending session lifetime without forced reboots.

Registry SourceRecently Updated
9000Profile unavailable
General

Session Summary

Automatically generate session summaries and save to Obsidian. Use at session end to capture decisions, progress, and next actions. Triggers on "セッション終了", "サ...

Registry SourceRecently Updated
2930Profile unavailable
General

OpenClaw Session Model Switcher

Instantly switch the current OpenClaw session model; supports gpt, claude, qianwen, minimax, current model status, configured model listing, and restoring th...

Registry SourceRecently Updated
2841Profile unavailable