← All skills
Tencent SkillHub · Developer Tools

BrainRepo

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, assets/templates/note.md, assets/templates/project.md, assets/templates/daily.md, assets/templates/person.md, assets/templates/resource.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 17 sections Open source page

BrainRepo

Your personal knowledge repository. Capture fast, organize automatically, retrieve instantly.

Brain Location

Fixed path: ~/Documents/brainrepo/ This is not configurable. All brain data lives here.

First Run Check

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

Onboarding

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

Core Concept

DUMP → PROCESS → RETRIEVE Dump — Capture everything to Inbox/ (don't organize yet) Process — Evening review: Inbox → permanent home Retrieve — Ask AI to find anything

Repository Structure

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.

What to Capture (Immediately)

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

What NOT to Capture

Casual chat without information value Temporary queries ("what time is it") Information easily searchable online

Note Format

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.

During Day

Dump everything to Inbox/ Don't organize — just capture

Evening (5-10 min)

Process Inbox/: Each item → permanent home or delete Update Journal/YYYY-MM-DD.md with summary git commit -am "daily processing"

Weekly Review (Sunday, 15 min)

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.

Commands

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

Linking

Use [[wiki-links]] to connect notes: Met with [[People/john]] about [[Projects/acme/index|ACME Project]]. Relevant insight: [[Notes/negotiation-tactics]]

Projects vs Areas

ProjectsAreasHave deadlinesNo end dateCan be "done"Maintained foreverSpecific outcomeStandard to uphold

File Naming

Folders: kebab-case/ Files: kebab-case.md Dates: YYYY-MM-DD.md People: firstname-lastname.md

References

Structure Guide — Detailed folder breakdown Workflows — Daily/weekly/monthly workflows Templates — Note templates

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • assets/templates/daily.md Docs
  • assets/templates/note.md Docs
  • assets/templates/person.md Docs
  • assets/templates/project.md Docs
  • assets/templates/resource.md Docs