openclaw-migration

Migrate OpenClaw persona, memories, workspace data, and assets into Hermes Agent.

97|8|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/peteromallet/megaplan --skill openclaw-migration-peteromallet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/peteromallet/megaplan/tree/main/megaplan/agent/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/peteromallet/megaplan --skill openclaw-migration-peteromallet

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Migrate an OpenClaw footprint into Hermes Agent by importing persona, memories, workspace data, and selected assets, while reporting conflicts and unmapped items for manual review.

Core Features & Use Cases

  • Import SOUL.md into Hermes Persona
  • Convert MEMORY.md and USER.md into Hermes memories with size-limited merging
  • Merge OpenClaw command approvals into Hermes config
  • Copy OpenClaw workspace instructions and assets into Hermes workspace
  • Generate a structured migration report detailing migrated items and conflicts

Quick Start

Run the migration tool to import your OpenClaw footprint into Hermes Agent and review the generated report before enabling execution.

Frequently Asked Questions about openclaw-migration

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

FAQPage Schema
How do I migrate my OpenClaw configuration to Hermes Agent?

To migrate OpenClaw to Hermes Agent, import your persona, memories, and workspace data using the migration tool. It handles conflicts, supports dry-run previews, and generates a structured report detailing all migrated items and issues for manual review.

What is the best way to convert OpenClaw MEMORY.md files into Hermes memories?

Converting OpenClaw MEMORY.md into Hermes memories is handled automatically by merging memory entries with size limits. The migration process preserves data integrity by applying size constraints during the merge and backing up original files before overwriting them.

Can I preview an OpenClaw to Hermes migration before overwriting my workspace files?

Yes, you can preview an OpenClaw to Hermes migration using the dry-run feature. Dry-run previews allow you to review per-item decisions across SOUL.md, MEMORY.md, and workspace assets before any actual overwrite occurs, ensuring safe configuration imports.

Does the Hermes migration tool support importing OpenClaw command approvals and secrets?

Yes, the Hermes migration tool supports importing OpenClaw command approvals by merging them into Hermes config. It also supports optional secrets migration, allowing you to selectively transfer sensitive configuration data during the workspace import process.

How are conflicts handled when importing OpenClaw workspace assets into Hermes?

Conflicts encountered when importing OpenClaw workspace assets into Hermes are reported in a structured migration report. The tool preserves backups on overwrite and flags unmapped items, allowing you to make per-item decisions for manual cleanup of workspace instructions.

Do I need pyyaml installed to run the OpenClaw to Hermes migration script?

Yes, you need pyyaml installed to run the OpenClaw to Hermes migration script. The migration tool depends on pyyaml to parse and process YAML configuration files during the import of persona, memories, and workspace data into the Hermes Agent.