/install shodh-local
Shodh-Local (v0.1.74)
Local-first brain for OpenClaw. Offline, learns with use.
Config (TOOLS.md)
- Binary:
./shodh-memory-server(or add to PATH) - Server:
localhost:3030 - Data:
./shodh-data - Key:
\x3CYOUR-API-KEY>(X-API-Key, generate via shodh-memory-server) - Manage:
processtool (sessionamber-seaslug) - TUI:
cd tools/shodh-memory && ./shodh-tui(graph/activity)
Quick Use
KEY='\x3CYOUR-API-KEY>'
curl -s -X POST http://localhost:3030/api/remember \\
-H "Content-Type: application/json" -H "X-API-Key: $KEY" \\
-d '{"user_id": "henry", "content": "Test memory", "memory_type": "Learning", "tags": ["test"]}'
Core Tools
- Remember:
/api/remember(types: Learning/Observation/Conversation/Task/Preference) - Recall:
/api/recall(semantic) |/api/recall/tags - Proactive:
/api/proactive_context(auto-relevant) - Todos:
/api/todos/add|/api/todos|/api/todos/complete - Projects:
/api/projects/add|/api/projects - Summary:
/api/context_summary
Full API: reference/api.md
Best Practices
- User ID:
henry(main),openclaw(system),task-XYZ(sub-agents) - Tags: Always add for filtering (e.g. ["openclaw", "project-backend"])
- Before reply: Recall recent context for continuity
- Heartbeat: Check todos daily
- Maintenance: Restart server weekly (
process kill amber-seaslug+ restart)
Read reference/examples.md for OpenClaw patterns.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shodh-local - After installation, invoke the skill by name or use
/shodh-local - Provide required inputs per the skill's parameter spec and get structured output
What is Shodh Local?
Local offline cognitive memory for AI agents providing semantic recall, GTD todos/projects, and a knowledge graph with Hebbian learning and a TUI dashboard. It is an AI Agent Skill for Claude Code / OpenClaw, with 1895 downloads so far.
How do I install Shodh Local?
Run "/install shodh-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shodh Local free?
Yes, Shodh Local is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Shodh Local support?
Shodh Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shodh Local?
It is built and maintained by doobidoo (@doobidoo); the current version is v1.0.1.