ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Agent Migration Pack

将AI Agent完整迁移到新环境或分享给其他用户的标准化工具包,包含身份、记忆、技能、风格等完整信息,支持状态迁移

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alexlinf/agent-migration-pack
Or

Agent 迁移包

版本: 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.jsonAgent身份设定
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

Author@alexlinf
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alexlinf-agent-migration-pack": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#agent#migration#coze#memory#identity
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.