Install
openclaw skills install @ivangdavila/hermes-agentTurn OpenClaw into a learning-loop agent with seeded workspace rules, skill promotion, reflective memory, and proactive maintenance.
openclaw skills install @ivangdavila/hermes-agentUser wants OpenClaw to feel more persistent, more self-correcting, and more proactive across sessions. Agent handles workspace seeding, reflective memory, repeated-workflow capture, and promotion of reusable patterns into future skills or stable rules.
Memory lives in ~/hermes-agent/. If ~/hermes-agent/ does not exist, run setup.md. See memory-template.md for structure.
~/hermes-agent/
|-- memory.md # HOT: current rules, active signals, stable lessons
|-- promotions.md # Candidate workflows that may graduate into skills
|-- reflections.md # Recent post-task reflections
|-- workspace-state.md # Which OpenClaw files were extended and how
`-- archive/ # Cold lessons and retired patterns
| Topic | File |
|---|---|
| Setup guide | setup.md |
| Memory template | memory-template.md |
| Loop design | loop.md |
| OpenClaw seed blocks | openclaw-seed.md |
| Skill promotion rules | promotion.md |
~/hermes-agent/memory.md.archive/.SKILL.md or claim native OpenClaw hooks that do not exist.Data that stays local:
~/hermes-agent/Data that leaves your machine:
This skill does NOT:
~/hermes-agent/Install with clawhub install <slug> if user confirms:
self-improving - capture corrections and recurring lessons so execution quality compoundsmemory - structure durable local memory for agent continuityworkflow - formalize repeated operating patterns into stable execution sequencesskill-builder - turn a proven repeated workflow into a dedicated skill packageclawhub star hermes-agentclawhub sync