File contents 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 : <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)
Quick Use
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"]}'
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.
1 --- 2 name: shodh-local 3 description: Shodh-Local (v0.1.74) 4 --- 5 6 # Shodh-Local (v0.1.74) 7 8 Local-first brain for OpenClaw. Offline, learns with use. 9 10 ## Config (TOOLS.md) 11 - **Binary**: `./shodh-memory-server` (or add to PATH) 12 - **Server**: `localhost:3030` 13 - **Data**: `./shodh-data` 14 - **Key**: `<YOUR-API-KEY>` (X-API-Key, generate via shodh-memory-server) 15 - **Manage**: `process` tool (session `amber-seaslug`) 16 - **TUI**: `cd tools/shodh-memory && ./shodh-tui` (graph/activity) 17 18 ## Quick Use 19 ``` 20 KEY='<YOUR-API-KEY>' 21 curl -s -X POST http://localhost:3030/api/remember \\ 22 -H "Content-Type: application/json" -H "X-API-Key: $KEY" \\ 23 -d '{"user_id": "henry", "content": "Test memory", "memory_type": "Learning", "tags": ["test"]}' 24 ``` 25 26 ## Core Tools 27 - **Remember**: `/api/remember` (types: Learning/Observation/Conversation/Task/Preference) 28 - **Recall**: `/api/recall` (semantic) | `/api/recall/tags` 29 - **Proactive**: `/api/proactive_context` (auto-relevant) 30 - **Todos**: `/api/todos/add` | `/api/todos` | `/api/todos/complete` 31 - **Projects**: `/api/projects/add` | `/api/projects` 32 - **Summary**: `/api/context_summary` 33 34 Full API: [reference/api.md](reference/api.md) 35 36 ## Best Practices 37 - **User ID**: `henry` (main), `openclaw` (system), `task-XYZ` (sub-agents) 38 - **Tags**: Always add for filtering (e.g. ["openclaw", "project-backend"]) 39 - **Before reply**: Recall recent context for continuity 40 - **Heartbeat**: Check todos daily 41 - **Maintenance**: Restart server weekly (`process kill amber-seaslug` + restart) 42 43 Read [reference/examples.md](reference/examples.md) for OpenClaw patterns.
Demerzels-lab/elsamultiskill/tree/main/public/skills/doobidoo/shodh-local commit cc483698ab
Frequently asked questions How do I install the Shodh Local skill? Run npx skillmds@latest add demerzels-lab/shodh-local in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Shodh Local skill do? Shodh-Local (v0.1.74) It is listed under Coding & Dev Tools on SkillMD.
Is Shodh Local safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Shodh Local? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Shodh Local free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Shodh Local? Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.