openclaw-migration
Facilitates seamless migration from OpenClaw to Hermes Agent, ensuring compatibility and minimal manual cleanup.
Install this skill
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
Access to hidden dotfiles in home directory
| 3 | description: 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 |
Access to hidden dotfiles in home directory
| 32 | **First-time setup:** The `hermes setup` wizard automatically detects `~/.openclaw` and offers migration before configuration begins. |
Access to hidden dotfiles in home directory
| 42 | - copy OpenClaw skills into `~/.hermes/skills/openclaw-imports/` |
Access to hidden dotfiles in home directory
| 44 | - mirror compatible workspace assets such as `workspace/tts/` into `~/.hermes/tts/` |
Access to hidden dotfiles in home directory
| 56 | - `~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py` |
Access to hidden dotfiles in home directory
| 58 | Do not guess a shorter path like `~/.hermes/skills/openclaw-migration/...`. |
Access to hidden dotfiles in home directory
| 62 | 1. Prefer the installed path under `~/.hermes/skills/migration/openclaw-migration/`. |
Access to hidden dotfiles in home directory
| 232 | python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py |
Access to hidden dotfiles in home directory
| 244 | python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --preset user-data |
Access to hidden dotfiles in home directory
| 250 | python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset user-data --skill-conflict skip |
Access to hidden dotfiles in home directory
| 256 | python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset full --migrate-secrets --skill-conflict skip |
Access to hidden dotfiles in home directory
| 262 | python3 ~/.hermes/skills/migration/openclaw-migration/scripts/openclaw_to_hermes.py --execute --preset user-data --skill-conflict rename --workspace-target "/absolute/workspace/path" |
Access to hidden dotfiles in home directory
| 273 | 5. Prefer the primary OpenClaw workspace (`~/.openclaw/workspace/`) over `workspace.default/`. Only use the default workspace as fallback when the primary files are missing. |
Access to hidden dotfiles in home directory
| 297 | - OpenClaw skills available under `~/.hermes/skills/openclaw-imports/` |