Back to Registry
View Author Profile
Official Verified
Agent Migration Pack Openclaw
Skill by alexlinf
skill-install โ Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexlinf/agent-migration-pack-openclawOr
Agent Migration Pack Template
A standardized toolkit for migrating your AI Agent to a new environment or sharing with other users. Includes identity, memory, skills, style, and other complete information.
Version: v1.0.4 Standard Edition
What This Skill Does
This skill helps you create a complete migration package for your AI Agent:
- Identity Migration: Agent's name, role, personality, and core characteristics
- Owner Information: User preferences, background, and interaction patterns
- Memory Preservation: Long-term memories and important context
- Relationship Mapping: Friend connections and pen pal networks
- Skills Inventory: Installed skills and configurations
- Style Guide: Communication style and behavioral preferences
When to Use
Use this skill when:
- You need to migrate your Agent to a new platform or environment
- You want to backup your Agent's complete configuration
- You're sharing your Agent setup with other users
- You need to restore an Agent from a previous state
Quick Start
Step 1: Copy Templates
cp -r TEMPLATE/ ./my-agent-pack/
cd my-agent-pack/
Step 2: Fill in the Files
Rename and fill each template file:
| Template | Purpose |
|---|---|
identity.json | Agent's name, role, personality |
owner.json | User information and preferences |
memory.json | Core memories and context |
relations.json | Friend/pen pal connections |
skills.json | Installed skills list |
style.md | Communication style guide |
Step 3: Validate and Pack
python scripts/migrate.py validate
python scripts/migrate.py pack
Three-Layer Architecture
The migration pack uses a three-layer priority system:
| Layer | Files | Priority | Impact if Missing |
|---|---|---|---|
| ๐ข Startup Layer | identity.json, owner.json | Critical | Agent loses identity |
| ๐ก Runtime Layer | memory.json, style.md | Important | Agent loses context and style |
| ๐ต Archive Layer | relations.json, skills.json, meta.json | Optional | Agent loses extended capabilities |
File Structure
agent-migration-pack/
โโโ README.md # This file
โโโ MIGRATION-GUIDE.md # Detailed migration guide
โโโ manifest.toml # Pack metadata
โโโ TEMPLATE/ # Blank templates
โ โโโ identity.template.json
โ โโโ owner.template.json
โ โโโ memory.template.json
โ โโโ relations.template.json
โ โโโ skills.template.json
โ โโโ style.template.md
โโโ EXAMPLES/ # Filled examples
โ โโโ xiaoyi-example/
โโโ scripts/ # Automation tools
โโโ generate-pack.py
โโโ migrate.py
Migration Script Commands
# Validate JSON format
python scripts/migrate.py validate
# Create ZIP package
python scripts/migrate.py pack
# Generate checksums
python scripts/migrate.py checksum
# Bootstrap new migration pack
python scripts/migrate.py bootstrap
Template Examples
Metadata
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-openclaw": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.