Documentation
README
mnemon
Install & Configure
1. Install the binary
Homebrew (macOS / Linux):
brew install mnemon-dev/tap/mnemon
Go install:
go install github.com/mnemon-dev/mnemon@latest
2. Set up OpenClaw integration
mnemon setup --target openclaw --yes
This single command deploys all components:
- Skill →
~/.openclaw/skills/mnemon/SKILL.md - Hook →
~/.openclaw/hooks/mnemon-prime/(agent:bootstrap — injects behavioral guide) - Plugin →
~/.openclaw/extensions/mnemon/(remind, nudge, compact hooks) - Prompts →
~/.mnemon/prompt/(guide.md, skill.md)
Restart the OpenClaw gateway to activate.
3. Customize (optional)
Edit ~/.mnemon/prompt/guide.md to tune recall/remember behavior.
This is the opening of the README. Read the full README on GitHub.