Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Local offline cognitive memory for AI agents providing semantic recall, GTD todos/projects, and a knowledge graph with Hebbian learning and a TUI dashboard.
Local offline cognitive memory for AI agents providing semantic recall, GTD todos/projects, and a knowledge graph with Hebbian learning and a TUI dashboard.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Local-first brain for OpenClaw. Offline, learns with use.
Binary: ./shodh-memory-server (or add to PATH) Server: localhost:3030 Data: ./shodh-data Key: <YOUR-API-KEY> (X-API-Key, generate via shodh-memory-server) Manage: process tool (session amber-seaslug) TUI: cd tools/shodh-memory && ./shodh-tui (graph/activity)
KEY='<YOUR-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"]}'
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
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.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.