Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计提醒

model-handoff模型切换

Agent Skill

model-handoff 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,987

周安装

127

GitHub Stars

公开资料未说明

下载量

1,046
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install model-handoff

简介

维护 HANDOFF.md 实现 LLM 间上下文无缝传递。

  • 适合跨模型协作保持对话连贯性的工作流。
  • 自动捕获关键状态并在切换时恢复现场。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 使用前请确保所有参与方共享同一工作区。
  • 建议定期清理过期上下文以提升性能。model-handoff 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
model-handoff
description
Maintain a HANDOFF.md file in the workspace so context survives seamlessly when switching between LLM models (e.g. Claude → GPT → Gemini). Use when the user says they are switching models, asks how to preserve context across model switches, wants to save tokens by rotating models, or asks how a new model can pick up where the last one left off. Also use proactively during long sessions to keep HANDOFF.md current.

Model Handoff Skill

Enables seamless context continuity when switching between LLM models mid-session. Maintains a HANDOFF.md file that any model can read to instantly understand the current project state, active tasks, and behavioral expectations.

Core Concept

Every model starts a session cold. HANDOFF.md is a dense, always-current fast-boot file that eliminates the ramp-up. It is the single source of truth for model-to-model context transfer.

HANDOFF.md Structure

Write HANDOFF.md to the workspace root with these sections:

# HANDOFF.md — Model Switch Context

## Who you are
[Agent name, persona, tone, key behavioral rules. Reference SOUL.md if present.]

## Who you're helping
[User name, role, location, preferences. Reference USER.md and MEMORY.md if present.]

## Active projects
[For each project: name, status, key files, next steps. Be specific — include file paths.]

## Agent roster
[If multi-agent: list agent IDs, models, roles.]

## Key credentials & tools
[Point to credential files — never inline secrets. e.g. "Azure SP creds: azure-config.json"]

## Behavioral rules
[Critical rules a new model must follow. Keep to essentials only.]

## How to keep this file current
[Brief note on when to update.]

## Last updated
[Timestamp + 1-line session summary]

When to Create/Update

Create HANDOFF.md when:

  • User asks about switching models
  • User asks how to preserve context
  • HANDOFF.md does not yet exist

Update HANDOFF.md when:

  • User says "switching to [model]" — update immediately before they go
  • User says "update HANDOFF" or "log everything"
  • A significant project milestone is reached (new project started, major decision made, new agent added)
  • The session has been running for several hours with significant new context

Keep current proactively — do not wait to be asked. Update during long sessions when meaningful things happen.

Wiring HANDOFF.md into the Workspace

After creating HANDOFF.md, add a reference in AGENTS.md so every model is instructed to read it on a model switch:

## Every Session
...
- **If you are a new model taking over** (model switch): Read `HANDOFF.md` first — it's your fast-boot summary of everything active

What to Say When Switching

Tell the user to open with this when switching to a new model:

"Read HANDOFF.md. You are [agent name]."

That single line forces the new model to self-load before responding.

Writing Guidelines

  • Dense, not verbose — every line earns its place
  • File paths, not descriptions — "see azure-config.json" not "credentials are stored somewhere"
  • Never inline secrets — point to credential files only
  • No personal/private data — HANDOFF.md may be shared; keep sensitive context in MEMORY.md
  • Remove stale content — delete completed projects and outdated context on each update
  • Last updated timestamp — always include so the receiving model knows how fresh it is

References

  • See references/template.md for a copy-paste HANDOFF.md starter template

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

90.27%
按下载量换算944

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills