🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv1.0.9
πŸ’‘ 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 immediately

Trigger 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

  • Pages not searchable: openclaw memory status to check index. Try openclaw memory index --force.
  • Cron not firing: openclaw cron list for status. Restart gateway if needed.
  • Index too large: At 80+ pages, schema supports domain sub-indices. See WIKI-SCHEMA.md.
  • Dreaming conflicts: Impossible by design. Wiki and Dreaming write to different files with a 90-minute scheduling buffer.
  • View on ClawHub
    TERMINAL
    clawhub install wiki-system

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’