openclaw-migration

Migrates OpenClaw footprint to Colony importing personas, memories, and workspace assets.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Aevonix/colony-ai --skill openclaw-migration-aevonix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/Aevonix/colony-ai/tree/main/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/Aevonix/colony-ai --skill openclaw-migration-aevonix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) components.

What problem does it solve?

Migrate an OpenClaw footprint into Colony by importing persona, memories, and workspace assets.

Core Features & Use Cases

  • Imports SOUL.md, MEMORY.md, and USER.md into Colony memories and persona.
  • Merges OpenClaw exec-approvals into Colony command_allowlist.
  • Migrates workspace assets and optional secrets when explicitly enabled.
  • Produces a structured migration report for review and archival.

Quick Start

Run the migration to move your OpenClaw footprint into Colony and generate a migration report.

Frequently Asked Questions about openclaw-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate OpenClaw persona and memories into Colony?

Yes, OpenClaw exec-approvals merge directly into the Colony command_allowlist during migration. The script combines your existing execution permissions with Colony's configuration using PyYAML for config updates.

Does the OpenClaw to Colony migration support workspace assets and secrets?

Yes, the OpenClaw to Colony migration supports workspace assets and optional secrets. Secrets must be explicitly enabled, ensuring sensitive data is only transferred when intentionally configured during the migration process.

Do I need PyYAML installed to run the OpenClaw migration to Colony?

Yes, PyYAML is a required dependency to run the OpenClaw migration to Colony. A compatible Colony environment with PyYAML installed is necessary for the script to perform config updates and complete the migration.

Can I generate a migration report after importing OpenClaw setups into Colony?

Yes, you can generate a structured migration report after importing OpenClaw setups into Colony. The migration script produces this report automatically for review and archival once the persona, memories, and workspace assets are transferred.

What is the best way to move SOUL.md and MEMORY.md files into Colony memories?

The best way to move SOUL.md and MEMORY.md files into Colony memories is using a dedicated migration script. It imports these OpenClaw footprint files directly, mapping them into Colony's native memory and persona architecture.