← Back to Skills Marketplace
lujun2508

Model Context Transfer

by lujun2508 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install model-context-transfer
Description
模型切换时的上下文传递技能。当需要切换AI模型或Agent时,确保新模型能完整接收之前的对话记忆、任务状态和关键信息,实现无缝衔接。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install model-context-transfer
  3. After installation, invoke the skill by name or use /model-context-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug model-context-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Model Context Transfer?

模型切换时的上下文传递技能。当需要切换AI模型或Agent时,确保新模型能完整接收之前的对话记忆、任务状态和关键信息,实现无缝衔接。 It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Model Context Transfer?

Run "/install model-context-transfer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Model Context Transfer free?

Yes, Model Context Transfer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Model Context Transfer support?

Model Context Transfer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Model Context Transfer?

It is built and maintained by lujun2508 (@lujun2508); the current version is v1.0.0.

💬 Comments