← 返回 Skills 市场
Model Handoff
作者
bwiley1989
· GitHub ↗
· v1.0.0
· MIT-0
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install model-handoff
功能描述
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...
安全使用建议
This skill appears to do what it says (create and keep a HANDOFF.md for switching models), but take precautions before installing/using it: do not store secrets or private data in HANDOFF.md; avoid referencing credential filenames unless those files are tightly access-controlled; require user confirmation before the agent updates HANDOFF.md or disable autonomous writes; limit which agents/models can read the workspace; and review HANDOFF.md changes manually in sensitive projects. If you want the skill to be safer, ask the author to (1) remove instructions that encourage pointing to credential filenames, (2) add an explicit safety rule to never include or reference secrets or private PII in any form, and (3) require explicit user approval before any proactive update to HANDOFF.md. Additional useful info to lower risk: whether the agent platform enforces file-permission isolation and whether skill-driven writes require user confirmations.
功能分析
Type: OpenClaw Skill
Name: model-handoff
Version: 1.0.0
The 'model-handoff' skill is designed to maintain session context across different LLM models by managing a 'HANDOFF.md' file. The instructions in SKILL.md and the template in references/template.md explicitly forbid inlining secrets and focus on project status, file paths, and behavioral rules, which aligns with its stated purpose without exhibiting malicious intent or high-risk behaviors.
能力评估
Purpose & Capability
Name/description (maintain a HANDOFF.md for model-to-model context) matches the provided instructions and there are no unrelated requirements (no env vars, no binaries, no installs).
Instruction Scope
Instructions are explicit about creating/updating HANDOFF.md and when to do so. However, they also tell agents to 'point to credential files' (even while saying 'never inline secrets') and to 'keep current proactively' — this grants agents broad discretion to read the workspace and write context. That behavior is within the skill's purpose but could lead to unintended collection or exposure of sensitive files if not tightly controlled.
Install Mechanism
Instruction-only skill with no install spec or code. No files are downloaded or executed by the skill itself, which minimizes supply-chain risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate. But the template encourages referencing 'credential files' by filename; pointing to credential storage can effectively expose secret locations to other models or agents with disk access. That is a proportionality concern in practice even though no explicit credentials are requested.
Persistence & Privilege
The skill is not always-on and does not request special privileges. However, the guidance to update HANDOFF.md proactively combined with normal autonomous invocation of skills could let an agent autonomously write or modify workspace files frequently. Consider restricting autonomous writes or requiring user confirmation for updates.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-handoff - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-handoff触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — seamless context continuity when switching between LLM models
元数据
常见问题
Model Handoff 是什么?
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Model Handoff?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-handoff」即可一键安装,无需额外配置。
Model Handoff 是免费的吗?
是的,Model Handoff 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Handoff 支持哪些平台?
Model Handoff 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Handoff?
由 bwiley1989(@bwiley1989)开发并维护,当前版本 v1.0.0。
推荐 Skills