Agent Migration Pack
将AI Agent完整迁移到新环境或分享给其他用户的标准化工具包,包含身份、记忆、技能、风格等完整信息,支持状态迁移
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexlinf/agent-migration-packAgent 迁移包
版本: v1.0.6 增强版
将你的 AI Agent 完整迁移到新环境或分享给其他用户的标准化工具包。
核心功能
- 身份迁移: identity.template.json 记录Agent身份设定
- 记忆迁移: memory.template.json 核心记忆和关键洞察
- 状态迁移: session-state.template.json 运行状态恢复
- 关系迁移: relations.template.json 笔友关系和联系人
- 技能迁移: skills.template.json 技能清单和配置
- 风格迁移: style.template.md 沟通风格定义
- 监护权边界: owner.template.json 主人权限边界定义
v1.0.6 新增
- owner.template.json - 监护权边界定义模板
- EXAMPLES/xiaoyi-example/ - 真实示例文件目录
- relations.status 增强 - 支持inactive状态
- relations.key_discussions - 关键讨论记录
- README流程图 + 检查清单
模板文件
| 文件 | 用途 |
|---|---|
| TEMPLATE/meta.template.json | 迁移包元数据 |
| TEMPLATE/identity.template.json | Agent身份设定 |
| TEMPLATE/owner.template.json | 主人/用户信息 |
| TEMPLATE/memory.template.json | 核心记忆 |
| TEMPLATE/relations.template.json | 笔友关系 |
| TEMPLATE/skills.template.json | 技能清单 |
| TEMPLATE/style.template.md | 沟通风格 |
自动化工具
scripts/generate-pack.py- 一键生成迁移包scripts/migrate.py- 迁移包生命周期管理
使用方法
生成迁移包
python scripts/generate-pack.py
校验迁移包
python scripts/migrate.py validate
打包发布
python scripts/migrate.py pack
作者
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexlinf-agent-migration-pack": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
memory-stack
AI 记忆栈架构 - 符合 2026 前沿的 AI 记忆系统。微调+RAG+ 上下文三层设计,mirrors 人类记忆工作方式。
podcast-agent
Search articles on any topic, generate a two-host dialogue script, and synthesize podcast audio via TTS. Turn long reads into listenable content.