handoff

仓库创建 2026年7月25日最近提交 5 天前SkillHot 收录 3 天前
这个 Skill 做什么

把一个待办或调查任务整理成能直接粘贴给另一个 agent 的提示语,哪怕接收方只看到一句话也能接手继续做。用在你要把工作委派、转接或生成代理接手的启动文本时。特别之处是会根据上下文推断任务细节,生成简洁、可执行的 handoff 文本,方便复制粘贴。

▸ 展开 SKILL.md 英文原文

Clipboard-ready handoff prompt for another agent to investigate or continue a task.

0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/skills-handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kody-w/rapp-toaster/main/examples/openclaw-in-rapp/skills-handoff/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Handoff

Write a clipboard-ready prompt for another agent to investigate, discuss, or work
on a specific task.

Use when the user asks for `handoff <task>`, "write a handoff", "delegate this",
or wants a prompt for another agent.

## Workflow

1. Identify the task from the user text. If the user gives only a short label,
   infer from the current repo, recent discussion, branch name, linked issue/PR,
   docs, and obvious nearby context.
2. Gather enough context to write a useful handoff: repo/product identity,
   relevant issue/PR/branch names, likely modules, constraints, and known
   symptoms. Do not perform the receiving agent's full independent review or
   decide the final technical d
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有