您的个人知识库 — 使用 PARA + Zettelkasten 捕获、组织和检索所有内容。触发条件:“保存此”、“记住”、“笔记”、“捕获”、“大脑转储”、每日/每周回顾、搜索存储的知识、管理项目/区域/人员。可与任何读取 markd 的 AI 代理配合使用
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install brainrepo或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install brainrepo⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/brainrepo/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: brainrepo description: > 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 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:
~/Documents/brainrepo/ exists with expected structure (Inbox/, Projects/, Areas/)Triggers automatically on first interaction, or when user says "set up brainrepo":
~/Documents/brainrepo/mkdir -p <path>/{Inbox,Projects,Areas/personal-growth,Areas/family,Notes,Resources,Journal,People,Tasks,Archive}
assets/templates/: - Tasks/index.md — task hub - Areas/personal-growth/index.md — personal growth area - Areas/family/index.md — family area
cd <path> && git init && git add -A && git commit -m "init: brainrepo"
DUMP → PROCESS → RETRIEVE
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.
| Type | Destination | Example | |------|-------------|---------| | Quick thought | Inbox/ | "Maybe we should..." | | Decision made | Inbox/ or Notes/ | "Decided to use Next.js" | | Person info | People/ | New contact or update | | Project update | Projects/ | Meeting notes, progress | | Task/Todo | Tasks/index.md | "Need to finish X" | | Link/Article | Resources/ or Inbox/ | URL with context | | Personal growth | Areas/personal-growth/ | Health, habits, learning | | Family info | Areas/family/ | Important dates, notes |
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.
Inbox/Process Inbox/:
Journal/YYYY-MM-DD.md with summarygit commit -am "daily processing"Tasks/index.mdSee references/workflows.md for detailed workflows.
| User says | Action | |-----------|--------| | "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]]
| Projects | Areas | |----------|-------| | Have deadlines | No end date | | Can be "done" | Maintained forever | | Specific outcome | Standard to uphold |
kebab-case/kebab-case.mdYYYY-MM-DD.mdfirstname-lastname.md安装 脑库 后,可以对 AI 说这些话来触发它
Help me get started with BrainRepo
Explains what BrainRepo does, walks through the setup, and runs a quick demo based on your current project
Use BrainRepo to your personal knowledge repository — capture, organize, and retriev...
Invokes BrainRepo with the right parameters and returns the result directly in the conversation
What can I do with BrainRepo in my documents & notes workflow?
Lists the top use cases for BrainRepo, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/brainrepo/ 目录(个人级,所有项目可用),或 .claude/skills/brainrepo/(项目级)。重启 AI 客户端后,用 /brainrepo 主动调用,或让 AI 根据上下文自动发现并使用。
脑库 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
脑库 可免费安装使用。请查阅仓库了解许可证信息。
您的个人知识库 — 使用 PARA + Zettelkasten 捕获、组织和检索所有内容。触发条件:“保存此”、“记住”、“笔记”、“捕获”、“大脑转储”、每日/每周回顾、搜索存储的知识、管理项目/区域/人员。可与任何读取 markd 的 AI 代理配合使用
脑库 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using BrainRepo
Identifies repetitive steps in your workflow and sets up BrainRepo to handle them automatically