openclaw-migration

Migrate OpenClaw memories, SOUL, skills, and workspace assets into Hermes.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ChimeraFoundationa/Agentx --skill openclaw-migration-chimerafoundationa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/ChimeraFoundationa/Agentx/tree/main/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/ChimeraFoundationa/Agentx --skill openclaw-migration-chimerafoundationa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Migrate a user's OpenClaw customization footprint into Hermes Agent by importing memories, SOUL.md, command allowlists, user skills, and workspace assets from ~/.openclaw, then reporting exactly what could not be migrated and why.

Core Features & Use Cases

  • Import OpenClaw memory and user profile entries into Hermes memories.
  • Merge OpenClaw skills and workspace assets into Hermes-compatible structures with conflict reporting.
  • Provide interactive/dry-run migration modes with per-item conflict resolution and detailed reports.

Quick Start

Execute hermes claw migrate to perform a guided migration from OpenClaw to Hermes and review the results.

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 memory and SOUL files into Hermes?▼

To migrate OpenClaw memory and SOUL files into Hermes, execute a guided migration process that reads MEMORY.md, USER.md, and SOUL.md from ~/.openclaw and maps them into Hermes directories.

What is migrated from the OpenClaw footprint during the Hermes transition?▼

The OpenClaw footprint migration transfers memories, SOUL.md, user skills, command allowlists, and workspace assets, while generating a detailed report of any items that could not be migrated.

Do I need Python and PyYAML installed to run the OpenClaw to Hermes migration?▼

Yes, you need Python with the PyYAML dependency installed to run the OpenClaw to Hermes migration, as the scripts parse YAML skill configurations and workspace assets.

Can I perform a dry-run migration from OpenClaw to Hermes before committing changes?▼

Yes, you can perform a dry-run migration from OpenClaw to Hermes to preview per-item conflict resolution and review exactly what will be imported before executing the actual pass.

How are conflicts handled when merging OpenClaw skills into Hermes?▼

Conflicts encountered when merging OpenClaw skills into Hermes are managed through interactive per-item conflict resolution during the migration, with all unresolved items documented in a detailed migration report.