Hermes Features for OpenClaw
/install hermes-features
Hermes Features for OpenClaw
Hermes-style self-improvement and memory management for OpenClaw agents — learning loop, skill system, persistent memory with overflow archive.
Overview
This skill enables OpenClaw agents to integrate Hermes Agent's core capabilities natively without installing Hermes itself:
- Closed Learning Loop — Periodic self-review, pattern extraction, skill creation
- Skill System — Auto-create skills from experiences, progressive disclosure
- Persistent Memory — Capacity-limited with hard write-block and overflow archive
Features
Closed Learning Loop
hermes-style-self-reviewcron job (every 30 min)- Reviews recent sessions, extracts reusable patterns
- Creates skills or memory entries automatically
- Uses GPT-5.5 with high thinking for quality
Skill System
auto-skill-builder— detects when to save workflows as skills- Progressive disclosure (summary → full content → references)
- Skill proposals via
skill_workshopfor approval
Persistent Memory
- 4 memory files with strict character limits:
- MEMORY.md: 5,000 chars (core agent memory)
- USER.md: 1,375 chars (user profile)
- memory/YYYY-MM-DD.md: 3,000 chars (daily journal)
- working-buffer.md: 1,000 chars (active work buffer)
- Hard write-block prevents overflow
- Overflow archive prevents data loss:
- MEMORY.md →
vault/30-knowledge/MEMORY-overflow.md - USER.md →
vault/30-knowledge/USER-overflow.md - daily journals →
vault/10-journal/YYYY-MM-DD.md - working-buffer →
vault/30-knowledge/working-buffer-overflow.md
- MEMORY.md →
Installation
This skill is part of Aquila's core workspace. No separate installation needed.
Usage
The system runs automatically:
- Cron job every 30 minutes
- Heartbeat integration for real-time nudges
- Memory overflow prevents data loss
- Skill creation from complex tasks
Configuration
No configuration needed. Uses existing OpenClaw tools:
skill_workshopfor skill creationcronfor schedulingsessions_list/sessions_historyfor session searchedit/writefor memory management
Related Files
vault/30-knowledge/aquila-hermes-features.md— Full documentationvault/30-knowledge/MEMORY-overflow.md— Archived memory detailsvault/30-knowledge/USER-overflow.md— Archived user profile detailsvault/10-journal/— Daily journal archives
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install hermes-features - After installation, invoke the skill by name or use
/hermes-features - Provide required inputs per the skill's parameter spec and get structured output
What is Hermes Features for OpenClaw?
Hermes-style self-improvement and memory management for OpenClaw agents — learning loop, skill system, persistent memory with overflow archive. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.
How do I install Hermes Features for OpenClaw?
Run "/install hermes-features" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Hermes Features for OpenClaw free?
Yes, Hermes Features for OpenClaw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Hermes Features for OpenClaw support?
Hermes Features for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Hermes Features for OpenClaw?
It is built and maintained by protechsysipem-lang (@protechsysipem-lang); the current version is v1.0.0.