← 返回 Skills 市场
ilmych

gstack Handoff

作者 ilmych · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gstack-openclaw-handoff
功能描述
Compact the current conversation into a handoff document for another agent or fresh session to continue the work. Captures decisions, open threads, artifacts...
使用说明 (SKILL.md)

Handoff

Write a handoff document so a fresh agent can continue this work with zero ramp-up time.

Process

  1. Synthesize the current conversation into a structured handoff. Don't rehash — compress.
  2. Reference, don't duplicate. If content already lives in a committed file, PR, issue, or plan — reference it by path or URL. Never copy large blocks.
  3. Redact API keys, passwords, tokens, or PII. Replace with [REDACTED].
  4. Save to the OS temporary directory (not the workspace). Tell the user the absolute path so they can feed it to the next session.

Handoff Template

# Handoff: {task summary}
Date: {YYYY-MM-DD}
From: {session context — e.g. "OpenClaw session on branch feature/x"}

## Goal
{One sentence: what we're trying to accomplish}

## Current State
{What's done, what's in progress, what's blocked}
- Completed: ...
- In progress: ...
- Blocked on: ...

## Key Decisions Made
{Decisions that would be expensive to re-derive}
- Decision 1: chose X over Y because Z
- Decision 2: ...

## Open Threads
{Unresolved questions, known issues, things the next session should address}
1. ...
2. ...

## Artifacts
{Paths, URLs, branches — anything the next agent needs to find}
- Branch: ...
- Key files modified: ...
- Related PR/issue: ...

## Suggested Skills
{Skills the next session should invoke}
- /skill-name — reason

## Context the Next Agent Won't Have
{Anything learned during conversation that isn't captured in code/commits}
- ...

Tailoring

If the user passed arguments (e.g. "handoff — next session will focus on the frontend"), tailor the Open Threads and Suggested Skills sections toward that focus. Deprioritize context irrelevant to the next session's scope.

What NOT to include

  • Full code listings (reference the file path instead)
  • Conversation transcript or dialogue replay
  • Debugging dead-ends that were fully resolved
  • Anything already captured in git history
安全使用建议
Install this if you want a reusable handoff-summary helper. Use it intentionally, review the generated temporary file before sharing it, and avoid invoking it in conversations that contain secrets or private details unless you are comfortable with a redacted local summary being written.
能力评估
Purpose & Capability
The artifact is a single Markdown skill for summarizing the current conversation into a handoff document; this matches its stated purpose.
Instruction Scope
The skill clearly describes what to include and avoid, including redacting secrets and not copying large blocks, but its activation examples include broad phrases like handoff, wrap up, and save context.
Install Mechanism
No executable scripts, dependencies, package install steps, or hidden runtime components are present.
Credentials
Writing a summary to the OS temporary directory is purpose-aligned and disclosed, but users should remember that handoff summaries may contain sensitive conversation context.
Persistence & Privilege
The only persistence requested is a user-visible temporary handoff file path; there is no background process, privilege escalation, credential use, network transfer, or long-running persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gstack-openclaw-handoff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gstack-openclaw-handoff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: forward-looking session handoff for multi-session and agent-to-agent work. Compresses decisions, open threads, artifacts, and suggests skills without duplicating committed content.
元数据
Slug gstack-openclaw-handoff
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

gstack Handoff 是什么?

Compact the current conversation into a handoff document for another agent or fresh session to continue the work. Captures decisions, open threads, artifacts... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。

如何安装 gstack Handoff?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gstack-openclaw-handoff」即可一键安装,无需额外配置。

gstack Handoff 是免费的吗?

是的,gstack Handoff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

gstack Handoff 支持哪些平台?

gstack Handoff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 gstack Handoff?

由 ilmych(@ilmych)开发并维护,当前版本 v1.0.0。

💬 留言讨论