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

handover-sync切换同步

Agent Skill

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

总安装

4,169

周安装

172

GitHub Stars

公开资料未说明

下载量

1,362
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install handover-sync

简介

用于总结会话结束时的开发进展并同步文档。

  • 适合项目移交和变更汇总场景。handover-sync 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 支持中英文输出,便于团队协作。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 可结合关键词快速定位相关信息。
  • 安装前需检查维护状态与执行权限。

SKILL.md

name
handover-sync
description
Summarize end-of-session development progress and sync project handoff documentation in Chinese or English. Use when the user asks to summarize today's changes, prepare a handover, update README and handover docs together, capture problems and TODOs before ending a session, or keep project context transferable for the next agent or teammate.

Handover Sync

Overview

Produce a concrete end-of-session summary grounded in the repository's actual changes, then update the project's handoff documents so another agent can resume work quickly.

Treat this as a documentation-sync workflow, not a chat summary. Write facts tied to files, behaviors, validations, and remaining risks.

Language Policy

Choose the working language from the user's latest request:

  • If the user asks in Chinese, write the summary and handover updates in Chinese.
  • If the user asks in English, write the summary and handover updates in English.
  • If the user explicitly requests bilingual output, provide both versions.

When touching an existing doc with a strong established language, preserve that document's language unless the user explicitly asks to switch or translate it. Do not silently translate old sections.

Workflow

  1. Identify the repo root and the effective summary date.

Default to the current local date unless the user asks for a different window such as "this week" or "since the last handoff".

  1. Inspect existing handoff targets before writing.

Look for handover.md, README.md, and any directly related docs that explain run steps, TODOs, or known issues. If a required file does not exist, create it instead of silently skipping it.

  1. Load the template that matches the working language.
  • Chinese: references/session_summary_template.md
  • English: references/session_summary_template.en.md

These templates define the minimum sections and quality bar. Do not compress them into vague bullets.

  1. Gather evidence from the repo before drafting.

Use direct repo inspection instead of memory:

  • git status --short
  • git diff --name-only
  • git diff --stat
  • git log --since "<date> 00:00:00" --oneline when commit history matters
  • targeted reads of handover.md, README.md, and the files changed today

If the directory is not a git repo, fall back to file timestamps, existing handoff history, and the files the user explicitly mentioned.

  1. Derive the narrative from evidence.

Map real code and validation output into the template's required sections:

  • session scope and goal
  • current repository state
  • actual problems encountered
  • cause analysis and conclusions
  • implemented fixes with file-level grounding
  • validations actually performed
  • environment assumptions and commands
  • known pitfalls and rejected approaches
  • resume guide for the next person
  • remaining limitations and boundaries
  • final product goal when discussed
  • concrete next TODO items
  1. Update documents together by default.

Unless the user explicitly narrows scope, update all of the following:

  • handover.md
  • README.md sections directly affected by today's conclusions
  • any nearby TODO or runbook notes needed to keep the handoff accurate

Do not update only one file if the summary changes the project's current understanding.

  1. Verify the docs after editing.

Read the changed sections back and check that they:

  • mention concrete files, commands, failures, or behaviors
  • distinguish verified facts from current judgment
  • state what the next person should do first
  • state which commands or setup steps were actually used
  • call out unresolved issues explicitly
  • leave enough context for a different agent to continue

Writing Rules

Write in terms of observable facts. Avoid generic phrases such as "improved stability" unless the specific behavior and evidence are named.

Mark stopgap solutions clearly as MVP or temporary when they are not final production solutions.

When the user has already stated a long-term delivery target such as packaging, installer support, or a desktop release, record that target in the handoff instead of only the local patch.

If verification did not happen, say so explicitly and list what remains unverified.

If you considered multiple approaches, record which ones were rejected and why. This prevents the next person from repeating dead ends.

Always include enough repo-specific context that a new person can answer three questions quickly:

  • What changed?
  • What is still broken or risky?
  • What should I do next, in what order?

File Strategy

Use the repo's existing structure when present. If handover.md already contains historical entries, append or update it in-place instead of rewriting unrelated history.

Only touch the README sections that became stale because of today's findings. Keep README user-facing; reserve deep investigation details for the handoff unless the README truly needs them.

Resources

references/session_summary_template.md

Chinese handoff template.

references/session_summary_template.en.md

English handoff template.

This skill intentionally does not require helper scripts. Use the model's normal repo inspection tools and the template above.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

95.03%
按下载量换算1,294

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills