← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install model-context-transfer
功能描述
模型切换时的上下文传递技能。当需要切换AI模型或Agent时,确保新模型能完整接收之前的对话记忆、任务状态和关键信息,实现无缝衔接。
安全使用建议
This skill appears internally coherent and does what it says: produce structured handover documents for switching models or agents. Before installing or using it, consider these precautions:
- Secrets handling: the templates and checklist explicitly reference handing over credentials and file paths. Ensure you or your agent redact or exclude secrets (API keys, passwords, private file contents) from any CONTEXT_TRANSFER before sending it to another agent or model.
- Triggering policy: the SKILL.md suggests automatic triggers (e.g., context thresholds, periodic backups). If you enable automation, limit when and to whom transfers are sent to avoid accidental data leakage.
- Review the script: the Python script only formats and writes a markdown file locally. You can safely inspect it; run it in a controlled environment if you plan to execute it on sensitive data.
- Agent permissions: restrict which agents/models can receive CONTEXT_TRANSFER documents and monitor any agents that are permitted to forward or export them externally.
If you want higher assurance, ask the author to explicitly state policies for redaction, or modify the templates to include mandatory redaction placeholders for secrets and PII.
功能分析
Type: OpenClaw Skill
Name: model-context-transfer
Version: 1.0.0
The skill bundle is designed to facilitate context transfer between AI models or agents. The core logic in 'scripts/generate_transfer.py' is a straightforward Python script that generates a Markdown report based on provided arguments, with no network activity, obfuscation, or unauthorized file access. While the 'SKILL.md' checklist mentions transferring credentials, it does so within the context of a legitimate task handoff and lacks any instructions for data exfiltration or malicious prompt injection.
能力评估
Purpose & Capability
Name/description, SKILL.md, templates, and the small Python script all align: they generate and format a context-transfer document for handing work between models/agents. No unrelated binaries, env vars, or remote endpoints are requested.
Instruction Scope
Instructions are narrowly focused on producing and exchanging structured CONTEXT_TRANSFER documents. However the guidance explicitly mentions handing over '文件/路径/凭据' (files/paths/credentials) and recommends periodic automatic backups and triggers (e.g., '检测到上下文超过 80% 时'), which could encourage collection or transmission of sensitive data if operators do not redact it. The instructions do not themselves automate reading system files or secrets, but they give agents permission to include credential information in transfers if user/agent logic does so.
Install Mechanism
No install spec; skill is instruction-focused with one local Python script that generates markdown. No downloads, no external packages fetched by the skill itself.
Credentials
Skill declares no required environment variables or credentials and the script doesn't access environment secrets. Still, the quality checklist and templates mention transferring '凭据' (credentials) and file paths — this is a usage-level risk (user/agents could include secrets in the transfer) rather than a property of the skill's code.
Persistence & Privilege
always is false and skill does not request persistent elevated privileges. The included script writes a local markdown file (context_transfer.md), which is expected behavior for a document-generator; it does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install model-context-transfer - 安装完成后,直接呼叫该 Skill 的名称或使用
/model-context-transfer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
model-context-transfer 1.0.0
- Initial release of the model context transfer skill.
- Enables seamless context handover between AI models or Agents, preserving dialogue history, task status, and key information.
- Provides a structured `CONTEXT_TRANSFER` format for transmitting project background, current status, key constraints, decisions, and next steps.
- Supports both proactive handover (on user/model request) and passive triggers (e.g. memory loss, completion of milestones).
- Includes templates and methodology for model/Agent switching, task continuation, and long-term memory maintenance.
元数据
常见问题
Model Context Transfer 是什么?
模型切换时的上下文传递技能。当需要切换AI模型或Agent时,确保新模型能完整接收之前的对话记忆、任务状态和关键信息,实现无缝衔接。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Model Context Transfer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install model-context-transfer」即可一键安装,无需额外配置。
Model Context Transfer 是免费的吗?
是的,Model Context Transfer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Model Context Transfer 支持哪些平台?
Model Context Transfer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Model Context Transfer?
由 lujun2508(@lujun2508)开发并维护,当前版本 v1.0.0。
推荐 Skills