openclaw-migration

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

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/AlexiosBluffMara/mercury --skill openclaw-migration-alexiosbluffmara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-migration
Source: https://github.com/AlexiosBluffMara/mercury/tree/main/optional-skills/migration/openclaw-migration
Command: npx skills add https://github.com/AlexiosBluffMara/mercury --skill openclaw-migration-alexiosbluffmara

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Migrate a legacy OpenClaw workspace into Hermes Agent by importing persona, memories, skills, and workspace assets, then reporting what could not be migrated.

Core Features & Use Cases

  • Import SOUL.md as Hermes persona
  • Convert MEMORY.md and USER.md into Hermes memories
  • Merge OpenClaw command allowlists into Hermes command_allowlist
  • Copy OpenClaw skills into ~/.mercury/skills/openclaw-imports/
  • Produce a structured migration report detailing conflicts, skipped items, and unmapped docs

Quick Start

Run the migration tool to begin interactive OpenClaw to Hermes migration and review the generated dry-run 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 memory and persona files into Hermes?

Migrate OpenClaw memory and persona files by importing SOUL.md as the Hermes persona and converting MEMORY.md and USER.md into Hermes memories. The process also merges command allowlists and copies workspace skills automatically.

What does an OpenClaw to Hermes migration do with unmapped docs and conflicts?

An OpenClaw to Hermes migration produces a structured dry-run report detailing conflicts, skipped items, and unmapped docs. This report identifies what could not be migrated so you can resolve issues before finalizing.

Can I import OpenClaw skills into a Hermes workspace without overwriting existing assets?

Importing OpenClaw skills copies them into ~/.mercury/skills/openclaw-imports/ and merges command allowlists into Hermes. The migration report flags conflicts and skipped items, helping you avoid overwriting existing workspace assets.

Does the OpenClaw migration tool support secret migration into Hermes?

The OpenClaw migration tool supports optional secret migration into Hermes alongside memories, persona, and workspace assets. You can review the generated dry-run report to verify which secrets and assets were imported.

Do I need a yaml dependency to run the OpenClaw to Hermes migration?

You need the yaml dependency to run the OpenClaw to Hermes migration scripts. The scripts parse yaml configuration files to convert OpenClaw footprints and generate the structured migration report.