ClawMem
Persistent local memory and context recall for coding sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ClawMem?โผ
Run `npx skills add yoloshii/ClawMem --all -g -y` in your terminal to install the skill globally. Then bootstrap a vault with `clawmem bootstrap ~/notes --name notes` to index your notes and enable hooks.
How to give a coding agent long-term memory?โผ
ClawMem indexes your notes and docs into a local vault, then automatically injects relevant context into every prompt via hooks. Decisions, preferences, and session handoffs are captured and recalled across sessions.
Does ClawMem need cloud API keys or a GPU?โผ
No. It runs fully on-device with local models that auto-download on first use, and works on CPU with no GPU required. A dedicated GPU or llama-server setup is optional for better speed.
Does ClawMem work with Claude Code and OpenClaw?โผ
Yes. It integrates via Claude Code hooks and MCP tools, a native OpenClaw plugin, and a Hermes MemoryProvider plugin, all sharing the same local vault.
How does ClawMem find past decisions?โผ
It combines keyword search, semantic vector search, intent classification, and graph traversal to answer questions like why a decision was made or what changed since last session.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core