Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Your personal knowledge repository — capture, organize, and retrieve everything using PARA + Zettelkasten. Triggers on: "save this", "remember", "note", "capture", "brain dump", daily/weekly reviews, searching stored knowledge, managing projects/areas/people. Works with any AI agent that reads markdown. Stores everything as .md files in a Git repo for Obsidian, VS Code, or any editor.
Your personal knowledge repository — capture, organize, and retrieve everything using PARA + Zettelkasten. Triggers on: "save this", "remember", "note", "capture", "brain dump", daily/weekly reviews, searching stored knowledge, managing projects/areas/people. Works with any AI agent that reads markdown. Stores everything as .md files in a Git repo for Obsidian, VS Code, or any editor.
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.
Your personal knowledge repository. Capture fast, organize automatically, retrieve instantly.
Fixed path: ~/Documents/brainrepo/ This is not configurable. All brain data lives here.
Before any action, check if brainrepo is initialized: Check if ~/Documents/brainrepo/ exists with expected structure (Inbox/, Projects/, Areas/) If NOT found → Run onboarding automatically If found → Proceed with user request
Triggers automatically on first interaction, or when user says "set up brainrepo": Create brain at ~/Documents/brainrepo/ Create the folder structure: mkdir -p <path>/{Inbox,Projects,Areas/personal-growth,Areas/family,Notes,Resources,Journal,People,Tasks,Archive} Create initial files from templates in assets/templates/: Tasks/index.md — task hub Areas/personal-growth/index.md — personal growth area Areas/family/index.md — family area Initialize git (optional): cd <path> && git init && git add -A && git commit -m "init: brainrepo" Confirm setup and show quick start commands
DUMP → PROCESS → RETRIEVE Dump — Capture everything to Inbox/ (don't organize yet) Process — Evening review: Inbox → permanent home Retrieve — Ask AI to find anything
brainrepo/ ├── Inbox/ # Quick capture (clear daily) ├── Projects/ # Active work with deadlines ├── Areas/ # Ongoing responsibilities (no deadline) ├── Notes/ # Permanent atomic knowledge ├── Resources/ # External links, articles, references ├── Journal/ # Daily notes (YYYY-MM-DD.md) ├── People/ # One note per person ├── Tasks/ # Centralized task tracking └── Archive/ # Completed projects See references/structure.md for detailed breakdown.
TypeDestinationExampleQuick thoughtInbox/"Maybe we should..."Decision madeInbox/ or Notes/"Decided to use Next.js"Person infoPeople/New contact or updateProject updateProjects/<name>/Meeting notes, progressTask/TodoTasks/index.md"Need to finish X"Link/ArticleResources/ or Inbox/URL with contextPersonal growthAreas/personal-growth/Health, habits, learningFamily infoAreas/family/Important dates, notes
Casual chat without information value Temporary queries ("what time is it") Information easily searchable online
Every note uses minimal frontmatter: --- created: YYYY-MM-DD tags: [tag1, tag2] related: ["[[Other Note]]"] --- # Title Content here. Link to [[Related Notes]] freely. Use templates from assets/templates/ when creating new notes.
Dump everything to Inbox/ Don't organize — just capture
Process Inbox/: Each item → permanent home or delete Update Journal/YYYY-MM-DD.md with summary git commit -am "daily processing"
Review all Projects/ — still active? Check Areas/ — anything neglected? Move completed projects to Archive/ Update Tasks/index.md See references/workflows.md for detailed workflows.
User saysAction"Set up brainrepo"Run onboarding, create structure"Save this: [text]"Capture to Inbox/"New project: [name]"Create Projects/name/ with template"Add person: [name]"Create People/name.md with template"What do I know about X?"Search & retrieve"Daily review"Process Inbox/, update Journal/"Weekly review"Full system review
Use [[wiki-links]] to connect notes: Met with [[People/john]] about [[Projects/acme/index|ACME Project]]. Relevant insight: [[Notes/negotiation-tactics]]
ProjectsAreasHave deadlinesNo end dateCan be "done"Maintained foreverSpecific outcomeStandard to uphold
Folders: kebab-case/ Files: kebab-case.md Dates: YYYY-MM-DD.md People: firstname-lastname.md
Structure Guide — Detailed folder breakdown Workflows — Daily/weekly/monthly workflows Templates — Note templates
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.