If you can't find skills after migrating from OpenClaw to Hermes Agent, look at ~/.hermes/skills/openclaw-imports/ first. The official migration documentation states that OpenClaw's workspace skills will be migrated to this directory and will be handled according to the --skill-conflict policy in case of conflicts.
What should you look for
- See if
~/.hermes/skills/openclaw-imports/exists. - If you already have a Hermes skill with the same name, confirm whether you chose
skip,overwrite, orrenameat that time. - If you select
rename, the skill may have a-importedsuffix. - After migration, use
hermes skills listto see the actual loadable name.
Some people in the community also asked how to migrate tools.md, which essentially depends on whether it is converted into a skill or context file, or if you need to manually disassemble it into a skill package that is more suitable for Hermes.
In a word: If you haven't lost your OpenClaw skills, go to openclaw-imports and conflict strategies first.
Official open source address: https://github.com/NousResearch/hermes-agent; Official document entry: https://hermes-agent.nousresearch.com/.