π¦ ClawHub
Karpathy LLM Memory Wiki
by @dobrinalexandru
Compilation-over-retrieval knowledge wiki for OpenClaw agents. Drop sources in, get structured cross-referenced pages out. Knowledge compounds instead of dis...
π‘ Examples
Adding knowledge
During a conversation:
1. Save the source to work/wiki-sources/
2. Add it to work/wiki-sources/ingestion-queue.md:
## Pending
- [ ] articles/my-article.md | Added 2026-04-07
- [ ] https://example.com/paper | Added 2026-04-07
3. Say "wiki ingest" β the agent processes the queue immediatelyTrigger ingest outside a conversation:
openclaw cron run
Automated: Cron processes up to 3 sources daily at 4AM.
Querying the wiki
The agent checks memory/wiki/index.md for relevant pages, reads them, and synthesizes answers with citations. If a question reveals a knowledge gap, it adds an entry to the ingestion queue for future research.
Manual lint
Say "wiki lint" to run a health check anytime.
π Tips & Best Practices
openclaw memory status to check index. Try openclaw memory index --force.openclaw cron list for status. Restart gateway if needed.TERMINAL
clawhub install wiki-system