← ClaudeAtlas

claws-memorylisted

Memory engine hub — recall/remember/forget memories, lint, pull canonical packs, inspect lineage. Routes to /claws-recall etc.
neunaha/claws · ★ 9 · AI & Automation · score 76
Install: claude install-skill neunaha/claws
# claws-memory — memory engine hub > Routes every memory-engine operation to the right tool. v0.8.3. ## What this is `claws-memory` is the hub skill for the Claws memory engine. It covers 6 MCP tools (`claws_recall`, `claws_remember`, `claws_forget`, `claws_memories_list`, `claws_memory_metadata`, `claws_pull_memories`) and the CLI linter (`scripts/claws-memory-lint.js`). Recall ranks memories by wisdom score (BM25 + recency + usage + pin + decay + pack bonus). Full developer primer: `docs/memory-engine.md`. ## When to invoke - User asks to recall, search, or surface a memory. - User asks to write, save, or update a memory. - User asks to delete or forget a memory. - User asks to list, inspect lineage, or enumerate the corpus. - User asks to install or pull a memory pack. - User asks to lint or validate memory files. ## When NOT to invoke - User wants to store ephemeral task context — use TaskCreate. - User wants to read code or project files — use Read/Grep. - Memory is already loaded in context — no need to recall again. ## Steps | Intent | Command | Tool | |---|---|---| | search | `/claws-recall <query>` | `claws_recall` | | write | `/claws-remember <slug>` | `claws_remember` | | delete | `/claws-forget <slug>` | `claws_forget` | | list | `/claws-memories` | `claws_memories_list` | | inspect | `/claws-memories <slug> --lineage` | `claws_memory_metadata` | | install pack | `/claws-pull-memories <path>` | `claws_pull_memories` | | lint | `/claws-memory-lint` | `claw