Skip to main content

openclaw-migration

Facilitates seamless migration from OpenClaw to Hermes Agent, ensuring compatibility and minimal manual cleanup.

Install this skill

or
50/100

Security score

The openclaw-migration skill was audited on May 30, 2026 and we found 14 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Access to hidden dotfiles in home directory

SourceSKILL.md
3description: Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.op
medium line 32

Access to hidden dotfiles in home directory

SourceSKILL.md
32**First-time setup:** The `hermes setup` wizard automatically detects `~/.openclaw` and offers migration before configuration begins.
medium line 42

Access to hidden dotfiles in home directory

SourceSKILL.md
42- copy OpenClaw skills into `~/.hermes/skills/openclaw-imports/`
medium line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44- mirror compatible workspace assets such as `workspace/tts/` into `~/.hermes/tts/`
medium line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56- `~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py`
medium line 58

Access to hidden dotfiles in home directory

SourceSKILL.md
58Do not guess a shorter path like `~/.hermes/skills/openclaw-migration/...`.
medium line 62

Access to hidden dotfiles in home directory

SourceSKILL.md
621. Prefer the installed path under `~/.hermes/skills/migration/openclaw-migration/`.
low line 232

Access to hidden dotfiles in home directory

SourceSKILL.md
232python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py
low line 244

Access to hidden dotfiles in home directory

SourceSKILL.md
244python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --preset user-data
low line 250

Access to hidden dotfiles in home directory

SourceSKILL.md
250python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset user-data --skill-conflict skip
low line 256

Access to hidden dotfiles in home directory

SourceSKILL.md
256python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset full --migrate-secrets --skill-conflict skip
low line 262

Access to hidden dotfiles in home directory

SourceSKILL.md
262python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset user-data --skill-conflict rename --workspace-target "/absolute/workspace/path"
medium line 273

Access to hidden dotfiles in home directory

SourceSKILL.md
2735. Prefer the primary OpenClaw workspace (`~/.openclaw/workspace/`) over `workspace.default/`. Only use the default workspace as fallback when the primary files are missing.
medium line 297

Access to hidden dotfiles in home directory

SourceSKILL.md
297- OpenClaw skills available under `~/.hermes/skills/openclaw-imports/`
Scanned on May 30, 2026
View Security Dashboard
Installation guide →
GitHub Stars 185.0K
Rate this skill
Categorydevelopment
UpdatedJune 10, 2026
NousResearch/hermes-agent