add-mnemon

Solid

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.

AI & Automation 322 stars 46 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# /add-mnemon Add [mnemon](https://github.com/mnemon-dev/mnemon) persistent memory to your NanoClaw installation. After running this skill, every agent session will have access to a per-group memory graph that persists across conversations. ## Architecture ``` Host Container ~/.mnemon/data/{group}/ ──rw──→ /home/node/.mnemon/data/default/ (private) ~/.mnemon/data/global/ ──ro──→ /home/node/.mnemon/data/global/ (shared) ``` Each group gets its own isolated mnemon store. An optional global store provides shared read-only knowledge across all groups. --- ## Phase 1: Pre-flight 1. Verify mnemon is installed on the host: ```bash mnemon --version ``` If not installed: - **macOS / Linux (Homebrew)**: `brew install mnemon-dev/tap/mnemon` - **Go install**: `go install github.com/mnemon-dev/mnemon@latest` 2. Verify the container image exists: ```bash docker image inspect nanoclaw-agent:latest >/dev/null 2>&1 && echo "OK" ``` 3. Fetch the latest mnemon version for the Dockerfile: ```bash curl -s https://api.github.com/repos/mnemon-dev/mnemon/releases/latest | grep -o '"tag_name": "v[^"]*"' | cut -d'"' -f4 | sed 's/^v//' ``` --- ## Phase 2: Apply Code Changes ### 2a. Install mnemon in the container image **File**: `container/Dockerfile` Add the following block **after** the `apt-get install` section and **before** the `npm install -g` line. Replace `0.1.1` with the version from Phase 1 step 3: ```dockerfi...

Details

Author
mnemon-dev
Repository
mnemon-dev/mnemon
Created
3 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

add-mnemon

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

29,591 Updated today
nanocoai
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

install-memex

Make Claude, Cursor, Cline, Continue, and Zed remember every AI conversation forever — one local SQLite corpus shared across all of them. Installs memex (local-first MCP server) in ~60 seconds via curl one-liner. Includes auto-capture daemon for Claude Code / Cowork / Cursor / Obsidian; v0.10 Telegram auto-detect (export from Desktop → memex stages it → AI proactively asks which to import, privacy-first per-chat consent); v0.8 SessionStart hook for the Brian Chesky moment ("Claude already knows what you were doing"); URL / Perplexity / AI chat share capture via memex_store_document. 18 MCP tools, no cloud, no account, verbatim storage. Use when the user says "install memex", "set up memex", "add memory to my AI", "make my agent remember across sessions", "сохрани мои чаты", or similar.

14 Updated today
parallelclaw
AI & Automation Listed

nexo-brain

Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent persistent memory that learns, forgets, and adapts.

22 Updated today
wazionapps