add-mnemon

Solid

Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.

AI & Automation 29,591 stars 12899 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Add Mnemon — Persistent Memory Installs [mnemon](https://github.com/mnemon-dev/mnemon) in the agent container image. On each container start, `mnemon setup` registers Claude Code hooks that surface relevant memory before the agent responds and store new insights after each turn. Memory is written to the per-agent-group `.claude/` mount and survives container restarts. ## Provider Compatibility **mnemon hooks only work with `--target claude-code`.** If the agent group uses `AGENT_PROVIDER=opencode`, hooks registered by `mnemon setup` will never fire — OpenCode spawns its own process and doesn't invoke the `claude` CLI at all. Check your provider: ```bash grep AGENT_PROVIDER .env groups/*/container.json 2>/dev/null ``` - `AGENT_PROVIDER=claude` (default) — fully compatible, proceed with both Phase 2 steps. - `AGENT_PROVIDER=opencode` — use **Phase 2 (OpenCode path)** instead of the standard entrypoint step. ## Phase 1: Pre-flight ### Check if already applied ```bash grep -q 'MNEMON_VERSION' container/Dockerfile && echo "Already applied" || echo "Not applied" ``` If already applied, skip to Phase 3 (Verify). ### Check latest mnemon version ```bash curl -fsSL https://api.github.com/repos/mnemon-dev/mnemon/releases/latest | grep '"tag_name"' ``` Note the version (e.g. `v0.1.1`) — use it as `MNEMON_VERSION` in the next step. ## Phase 2: Apply Changes (Claude Code path) ### 1. Dockerfile — install mnemon binary Add after the AWS CLI block, before the Bun runtime se...

Details

Author
nanocoai
Repository
nanocoai/nanoclaw
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

add-mnemon

Add persistent graph-based memory to NanoClaw agents using mnemon. Agents recall context before responding and remember insights after. Each group gets isolated memory with optional global shared store.

322 Updated today
mnemon-dev
AI & Automation Listed

mnemos-setup

Setup mnemos persistent memory with mnemo-server. Triggers: "set up mnemos", "install mnemo plugin", "configure memory plugin", "configure openclaw memory", "configure opencode memory", "configure claude code memory".

3 Updated today
unvulcanised-watercress762
AI & Automation Solid

mnemon

Persistent memory CLI for Hermes Agent. Store facts, recall past knowledge, link related memories, manage lifecycle.

322 Updated today
mnemon-dev
AI & Automation Listed

add-persistent-project-memory-and-hook-driven-synthesis-with-cla

Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.

11 Updated today
agentskillexchange
AI & Automation Listed

memory_road

Persistent 11-layer memory architecture for Claude Code · drop-in for any agent / any project. Substrate (continuity-kernel.service) captures every event to SQLite FOREVER · always-on · LLM-free · indestructible. Comprehension layers (FURROW → SCRIBE → CHRONICLER → CARTOGRAPHER → MINER+SMITH → HUNTSMAN) extract structured meaning over time. Snow plow workers stack parallel from RIGHT-NOW backwards through history · always sharpening recent recall first. Blank-slate workers + batch-5 + strip-CLAUDE.md = 15-25x throughput vs naive single-fire. Forward sweeper keeps the now-edge clean automatically. HUNTSMAN surfaces every unfinished item. CARTOGRAPHER clusters episodes by theme. MINER+SMITH propose lockable doctrines. Forced memory injection on every user prompt via hook · the agent CANNOT forget to use memory. CANONICAL TURN-ON ORDER (every fresh install) · 1. FOUNDATION · substrate (L0) + chunking (L1) → records everything forever 2. FORWARD MEMORY · forward sweeper + WATCHER → now-edge stays summarized 3. BA

1 Updated today
RickyPOnline