Write a path-free, clipboard-ready handoff prompt that lets another agent investigate, discuss, or pick up a specific task.
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "handoff" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/agent-skills/main/skills/handoff/SKILL.md 2. 保存为 ~/.claude/skills/handoff/SKILL.md 3. 装好后重载技能,告诉我可以用了
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.
The prompt must:
Use this shape by default:
I want to discuss and possibly work on: <short task title>
Context:
- <portable repo/product context>
- <what triggered this task>
- <known current state, branch/issue/PR names or URLs if relevant>
- <important constraints and ownership boundaries>
Before doing any implementation:
- Find the right repository from the current directory, a parent directory, or the usual workspace.
- Read the local agent/repo instructions.
- Inspect the relevant code, docs, tests, recent commits, and linked issue/PR state.
- Decide whether this task is still real, whether the proposed direction is a good idea, and whether a smaller/better fix exists.
- Call out stale assumptions, hidden risks, and anything that should stop the work.
Task:
- <what to investigate or implement if the review supports it>
- <expected behavior or decision criteria>
- <non-goals>
Validation:
- <focused tests/checks/live proof expected>
- <what evidence should be included>
- <what is explicitly not required>
Output:
- Start with your review findings and recommendation.
- Then give the proposed plan or patch summary.
- If you edit code, keep changes scoped and report exact proof run.
- Do not push, merge, close issues/PRs, label, or post public comments unless explicitly told.
On macOS:
pbcopy < /tmp/handoff-prompt.txt
Use a temp file or pipe. Avoid inline shell quoting for prompts containing
backticks, $, quotes, or user text.
If pbcopy is unavailable, use the obvious platform clipboard tool (wl-copy,
xclip, clip.exe) or print the prompt and say clipboard copy was unavailable.
…
将多种 AI 会话 JSONL 记录渲染为可搜索、可分享的单文件 HTML 浏览器。
跨平台运行 OpenClaw 远程验证,并返回实际服务商与租约信息。
对本地或PR分支执行结构化代码审查,帮助提交或发布前发现问题。
将脱敏后的智能体会话记录附加到 GitHub PR 或议题正文,保留本地溯源信息。
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。