openclaw-migration

Migrate OpenClaw footprint files into Hermes Agent with conflict resolution.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill openclaw-migration-monjyu1101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/Monjyu1101/AiDiy2026/tree/main/backend_hermes/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/Monjyu1101/AiDiy2026 --skill openclaw-migration-monjyu1101

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This migration imports and converts an OpenClaw user footprint into Hermes Agent, bringing memories, profiles, command allowlists, and workspace assets under Hermes control while preserving a report of any items that could not be migrated.

Core Features & Use Cases

  • Import SOUL.md into Hermes as a Hermes-compatible persona.
  • Migrate MEMORY.md and USER.md into Hermes memories, merge OpenClaw command allowlists, and copy user skills into ~/.hermes/skills/openclaw-imports/.
  • Copy OpenClaw workspace instructions and assets into Hermes workspace targets and provide interactive conflict handling and optional secret migration.
  • Generate a structured migration report detailing migrated, archived, and skipped items for auditability.

Quick Start

Run the interactive migration to move your OpenClaw footprint into Hermes using the built-in wizard and review the resulting 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 workspace assets and memories into Hermes Agent?

OpenClaw migration imports SOUL.md, MEMORY.md, USER.md, command allowlists, and workspace assets from ~/.openclaw into Hermes Agent using an interactive wizard with dry-run previews and conflict resolution.

Can I preview my OpenClaw to Hermes migration before committing changes?

Yes, the OpenClaw migration supports interactive dry-run previews, allowing you to review imported memories, personas, and workspace assets before actually executing the footprint migration into Hermes.

What happens to OpenClaw items that cannot be migrated into Hermes?

The OpenClaw migration generates a structured report detailing migrated, archived, and skipped items, preserving a record of any items that could not be migrated for auditability.

Is OpenClaw to Hermes migration reversible if something goes wrong?

Yes, the OpenClaw migration produces backups before importing memories, profiles, and workspace assets, ensuring a safe and reversible migration process into Hermes Agent.

Does OpenClaw migration support importing command allowlists and user skills?

Yes, OpenClaw migration merges command allowlists into Hermes and copies user skills into ~/.hermes/skills/openclaw-imports/, while also offering optional secret migration.

Do I need Python to run the OpenClaw to Hermes footprint migration?

Yes, the OpenClaw migration requires the pyyaml Python dependency to parse configuration files and execute the interactive migration wizard for importing your footprint.