file-sync
Installation
SKILL.md
File Sync (Hermes Worker)
Sync agent config files
When your coordinator notifies you that your config has been updated (e.g., model switch, skill update), trigger an immediate sync:
hermes-sync
This pulls openclaw.json, SOUL.md, AGENTS.md, and skills from MinIO and re-bridges the config into ~/.hermes/ (config.yaml + .env).
Hot reload caveats:
- Hermes-agent reloads
SOUL.mdon the next message — no restart needed - Skill changes in
~/.hermes/skills/are picked up on the next message as well - Changes that affect
config.yaml(model, terminal, matrix behavior) require a process restart — your coordinator handles this when needed