π¦ ClawHub
Shodh Local
by @doobidoo
Local offline cognitive memory for AI agents providing semantic recall, GTD todos/projects, and a knowledge graph with Hebbian learning and a TUI dashboard.
TERMINAL
clawhub install shodh-localπ About This Skill
name: shodh-local summary: Local-first cognitive memory for AI agents with semantic recall, GTD todos, and knowledge graph. description: Local Shodh-Memory v0.1.74 (offline cognitive memory for AI agents). Use for persistent remembering, semantic recall, GTD todos/projects, knowledge graph. Triggers: \"remember/save/merke X\", \"recall/Erinnere/search memories about Y\", \"todos/add/complete\", \"projects\", \"proactive context\", \"what learned about Z\". Server localhost:3030 (amber-seaslug), key in TOOLS.md. Hebbian learning, 3-tier (working/session/LTM), TUI dashboard.
Shodh-Local (v0.1.74)
Local-first brain for OpenClaw. Offline, learns with use.
Config (TOOLS.md)
./shodh-memory-server (or add to PATH)localhost:3030./shodh-data (X-API-Key, generate via shodh-memory-server)process tool (session amber-seaslug)cd tools/shodh-memory && ./shodh-tui (graph/activity)Quick Use
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
/api/remember (types: Learning/Observation/Conversation/Task/Preference)/api/recall (semantic) | /api/recall/tags/api/proactive_context (auto-relevant)/api/todos/add | /api/todos | /api/todos/complete/api/projects/add | /api/projects/api/context_summaryFull API: reference/api.md
Best Practices
henry (main), openclaw (system), task-XYZ (sub-agents)process kill amber-seaslug + restart)Read reference/examples.md for OpenClaw patterns.
π Tips & Best Practices
henry (main), openclaw (system), task-XYZ (sub-agents)process kill amber-seaslug + restart)Read reference/examples.md for OpenClaw patterns.