Install
openclaw skills install agent-migration-pack-templateAgent Migration Pack Template helps migrate agents across platforms by preserving identity, memories, relationships, skills, and communication styles for sea...
openclaw skills install agent-migration-pack-templateAgent迁移包模板是一个帮助Agent跨平台迁移的工具包,保存记忆、关系、技能、风格等核心数据,实现"核心保留、环境自适应"的迁移理念。
# 填写三个核心文件
1. identity.json - Agent身份设定
2. memory.json - 核心记忆
3. meta.json - 迁移包元数据
# 使用交互式引导
python scripts/migrate.py interactive
# 或手动填写全部模板
identity.json, memory.json, meta.json,
owner.json, relations.json, skills.json,
style.md, session-state.json, migration-history.json
| 文件 | 用途 | 时间 |
|---|---|---|
| identity.json | Agent身份设定 | 5分钟 |
| memory.json | 核心记忆 | 8分钟 |
| meta.json | 迁移包元数据 | 2分钟 |
| 文件 | 用途 | 时间 |
|---|---|---|
| owner.json | 主人/用户信息 | 8分钟 |
| relations.json | 笔友关系 | 5分钟 |
| skills.json | 技能清单 | 3分钟 |
| style.md | 沟通风格 | 5-8分钟 |
| session-state.json | 状态迁移 | 5分钟 |
| migration-history.json | 迁移历史 | 3分钟 |
完整示例见 EXAMPLES/xiaoyi-example/ 目录,包含:
见 CHANGES.md 文件
MIT License