Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

handoff交接

Agent Skill

handoff 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,569

周安装

271

GitHub Stars

公开资料未说明

下载量

2,146
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:handoff(交接)
来源仓库:https://github.com/radonx/handoff
安装命令:
openclaw skills install handoff
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install handoff

简介

创建临时移交文档并管理共享知识库更新。

  • 适用于团队协作交接与知识沉淀场景。
  • 可辅助生成移交清单与永久知识条目归档。
  • 安装命令:openclaw skills install handoff,需接入黑曜石库。
  • 注意文档版本控制与权限隔离。handoff 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
handoff
description
Create temporary handoff docs and propose/apply permanent knowledge updates in a shared Obsidian vault.
metadata

Handoff (shared)

Create temporary handoff documents and (optionally) propose/apply updates to permanent docs.

Shared vault layout

Root: $HOME/.openclaw/shared/ (Obsidian vault)

  • Temporary handoffs: $HOME/.openclaw/shared/handoff/<project>/<YYYY-MM-DD>/...
  • Permanent knowledge: $HOME/.openclaw/shared/knowledge/<project>/...

Invocation

This skill is usually invoked via slash command (Telegram nativeSkills):

  • /handoff <project> [options] (default mode)
  • /handoff load <project> [--date YYYY-MM-DD] (subcommand)

If native skill commands are unavailable, use: /skill handoff <input>.

Supported forms (v1)

This skill currently supports only two user-facing forms:

1) Default: /handoff <project> [options] 2) Load: /handoff load <project> [--date YYYY-MM-DD]

Subcommand parsing rules (must follow)

  • Treat the first token after /handoff as either:

- a <project> (default mode), or - the literal subcommand load.

  • Only load is supported as a subcommand in v1.
  • Any other token that looks like a subcommand (e.g. integrity, list, help, : variants) must be treated as unsupported. In that case:

1) explain it’s unsupported, 2) show the two supported forms above, 3) ask the user to restate.

/handoff load behavior

Goal: help the user quickly locate the most relevant existing handoff doc for a project.

When invoked as /handoff load <project> [--date YYYY-MM-DD]:

1) Search under: $HOME/.openclaw/shared/handoff/<project>/ 2) Prefer checking an INDEX.md if present; otherwise search by recency. 3) If --date is provided, narrow to that date folder first. 4) Output: - The best matching handoff path(s) - A 3–8 bullet summary of what each file contains (read only) - Ask whether to update an existing file or create a new one.

No file writes in load mode unless the user explicitly asks to update/create.

Inputs (suggested schema)

When the user provides options, interpret them like:

  • --new force creating a new handoff file
  • --update prefer updating an existing relevant handoff file
  • --log also generate a matching _work_log.md
  • --name <name> optional short name ("slug") for the file base name
  • --permanent <target_doc_path> permanent-doc mode (ONLY propose updates unless --apply)
  • --apply apply the proposed permanent-doc patch (requires explicit user confirmation)

If options are omitted:

  • default is to search for a relevant existing handoff for the same <project> and ask whether to update it or create a new one (default suggestion: update).

Critical principles (must follow)

Confirm before writing

Before any write or edit, you MUST: 1) state the resolved absolute path(s) you intend to write, and 2) ask the user to confirm.

Permanent docs: propose first

In --permanent mode you MUST:

  • read the target doc if it exists,
  • analyze its existing style/purpose,
  • output a PROPOSED PATCH (clear section-level changes),
  • STOP and ask for explicit confirmation.

Only after explicit confirmation AND --apply should you write/edit the file.

Focus of permanent docs

Permanent docs should capture long-term maintainable knowledge:

  • architecture/procedures/debugging workflows
  • the evolution of understanding (wrong assumptions → what became clear)

Temporary handoff doc requirements

A handoff doc is meant to be discarded after use. It must include:

1) Title: Project Handoff: <project> 2) Header note: temporary/discard after use 3) Key document links (permanent docs). If any new permanent docs were created in THIS session, link them here and explain each link in 1 sentence. 4) Session Goal 5) Work Done (concise) 6) Current Status (artifact/knowledge state, not actions) 7) Next Steps (actionable) 8) If --log used: link to the work log file

Also include a YAML header for indexing:

---
type: handoff
temporary: true
project: <project>
date: <YYYY-MM-DD>
created_at: <ISO8601>
author: <agentId>
session: <sessionKey if available>
---

Work log document (only with --log)

Work log is detailed and command-ish:

  • commands executed + key outputs
  • files read/modified + summary of changes
  • hypotheses/decisions/errors

Avoid duplicating overview/goal/status/next steps from the handoff.

Implementation hints

  • Prefer relative Obsidian-friendly links inside the vault when linking other vault docs.
  • Each project should keep: $HOME/.openclaw/shared/handoff/<project>/INDEX.md pointing to recent handoffs.
  • If no <project> exists yet, propose creating the project folder + INDEX.md and ask for confirmation before writing.
  • Ask the user if anything is unclear before proceeding when requirements are ambiguous.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.71%
按下载量换算1,818

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills