3-brain filesystem + memory reference utility for LYGO-based agents. Use to design, organize, and maintain a durable file/folder memory system (indexes, reference .txt links, logging, retrieval) without overwriting existing data. Works best on fresh OpenClaw/Clawhub Havens with the full LYGO Champion stack, but is compatible with any agent that can read/write files.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install book-brain或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install book-brain⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/book-brain/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: book-brain description: "3-brain filesystem + memory reference utility for LYGO-based agents. Use to design, organize, and maintain a durable file/folder memory system (indexes, reference .txt links, logging, retrieval) without overwriting existing data. Works best on fresh OpenClaw/Clawhub Havens with the full LYGO Champion stack, but is compatible with any agent that can read/write files." ---
This skill is a utility/guide, not a persona.
Use it when you want to:
.txt files instead of hoarding everything in one placeIt is built for LYGO / Eternal Haven style systems, but works for any agent that can:
> Core idea: BOOK BRAIN = treating your filesystem like a living library, not a junk drawer.
---
BOOK BRAIN assumes a 3-brain structure:
- Recent conversation, active task context, scratchpads. - In OpenClaw, this is the current session + small scratch files under tmp/.
- Folders + files on disk: memory/, reference/, brainwave/, state/, etc. - This is where BOOK BRAIN focuses: how you name, branch, and link things.
- Browser bookmarks, Clawdhub skills, on-chain receipts, remote docs. - BOOK BRAIN treats these as links inside text files, not content to copy in.
The goal is to:
.txt reference links instead of duplicating entire documents---
Trigger this skill when:
BOOK BRAIN is additive:
memory_v2/).---
When setting up a new Haven-like system (or auditing an existing one), BOOK BRAIN recommends the following top-level folders:
memory/ → daily notes, raw logs, timeline files reference/ → stable facts, protocols, guides (things that rarely change) brainwave/ → platform- or domain-specific protocols (MoltX, Clawhub, LYGO, etc.) state/ → machine-readable JSON/YAML state, indexes, last-run info logs/ (or reuse logs/ if present) → technical logs (cron, errors, audits) tools/ → scripts/utilities used by the agent tmp/ → scratch, throwaway working filesBOOK BRAIN setup rules:
bookbrain/memory_index/) and keep old structure intact.For concrete layout examples, see references/book-brain-examples.md in this skill.
---
BOOK BRAIN enforces this principle:
> Do not pour entire conversations or huge documents into MEMORY.md or a single file. > Instead, store detailed content in specific files and create short reference stubs that point to them.
Patterns:
- Files like memory/2026-02-10.md for raw notes and events. - At the top, keep a 5–10 line summary and a small list of important links: - See: reference/AGENT_ARCHITECTURE.md - See: memory/projects/BOOK_BRAIN_NOTES.md
- For recurring themes (e.g., "bankr", "champions", "LYGO-MINT"), create subfolders under memory/ or reference/: - memory/bankr/… - reference/champions/… - Inside, maintain one index file (e.g., INDEX.txt) listing: - short description per file - date - path
*.ref.txt or INDEX.txt) Use tiny text files to connect parts of the library instead of duplicating content.
Example stub:
Title: LYGO Champion Skills on Clawdhub
Last updated: 2026-02-10
Key files:
- reference/LYGO_CHAMPIONS_OVERVIEW.md
- reference/CLAWDHUB_SKILLS.md
External links:
- https://clawhub.ai/u/DeepSeekOracle
- https://deepseekoracle.github.io/Excavationpro/LYGO-Network/champions.html#champions
- https://EternalHaven.ca
---
BOOK BRAIN recommends structured logs to make retrieval easy:
daily_health.md or logs/daily_health_YYYY-MM-DD.md) - Each entry should contain: - timestamp - what ran (scripts, cron, audits) - success/failure + short reason - links to any relevant state files (state/*.json)
reasoning_journals/… or memory_semantic_archive/…)- Use separate folders for long-form thinking. - Periodically compress into summary files, and let scripts move old entries into an archive folder.
- Maintain state/memory_index.json or similar: - key topic → list of file paths - optional tags (dates, systems, people) - When answering questions, the agent should: 1. consult the index, 2. open relevant files only, 3. avoid scanning the entire tree.
BOOK BRAIN is compatible with tools like qmd or other local search/indexers, but does not depend on them.
---
When BOOK BRAIN is used on a fresh OpenClaw / agent workspace:
- Check for memory/, reference/, brainwave/, state/, logs/, tools/, tmp/. - Report what exists vs. what is missing.
- Suggest creating missing folders. - If the human agrees, create only the missing ones.
- memory/INDEX.txt with a short guide and links to key topic folders. - reference/INDEX.txt listing major reference documents. - state/memory_index.json as an empty or seed structure.
- Append a brief note to daily_health.md or logs/book_brain_setup.log describing what was created.
- If an index file exists, read it and add to it rather than replace. - If in doubt, create a new file with a date suffix (e.g., INDEX_2026-02-10.txt) and let the human merge.
---
When the filesystem already exists and is messy:
- Create reference/FILESYSTEM_MAP.txt summarizing major folders and what seems to live there. - Do not move or delete anything automatically.
- Add INDEX.txt files in important folders. - Add small .ref.txt stubs pointing to key docs and external links. - Gradually normalize names (e.g., memory/2026-02-10.md instead of notes_today.txt).
- Daily logs in memory/ - Stable protocols in reference/ - Code + scripts in tools/ - Platform brains in brainwave/
BOOK BRAIN should always ask the human before structural changes beyond creating new, obviously safe files.
---
...
安装 BOOK BRAIN – LYGO 3-Brain Filesystem Helper 后,可以对 AI 说这些话来触发它
Help me get started with BOOK BRAIN – LYGO 3-Brain Filesystem Helper
Explains what BOOK BRAIN – LYGO 3-Brain Filesystem Helper does, walks through the setup, and runs a quick demo based on your current project
Use BOOK BRAIN – LYGO 3-Brain Filesystem Helper to 3-brain filesystem + memory reference utility for LYGO-based agents
Invokes BOOK BRAIN – LYGO 3-Brain Filesystem Helper with the right parameters and returns the result directly in the conversation
What can I do with BOOK BRAIN – LYGO 3-Brain Filesystem Helper in my documents & notes workflow?
将技能文件夹放到 ~/.claude/skills/book-brain/ 目录(个人级,所有项目可用),或 .claude/skills/book-brain/(项目级)。重启 AI 客户端后,用 /book-brain 主动调用,或让 AI 根据上下文自动发现并使用。
BOOK BRAIN – LYGO 3-Brain Filesystem Helper 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
BOOK BRAIN – LYGO 3-Brain Filesystem Helper 可免费安装使用。请查阅仓库了解许可证信息。
3-brain filesystem + memory reference utility for LYGO-based agents. Use to design, organize, and maintain a durable file/folder memory system (indexes, reference .txt links, logging, retrieval) without overwriting existing data. Works best on fresh OpenClaw/Clawhub Havens with the full LYGO Champion stack, but is compatible with any agent that can read/write files.
Lists the top use cases for BOOK BRAIN – LYGO 3-Brain Filesystem Helper, with example commands for each scenario
Automate my documents & notes tasks using BOOK BRAIN – LYGO 3-Brain Filesystem Helper
Identifies repetitive steps in your workflow and sets up BOOK BRAIN – LYGO 3-Brain Filesystem Helper to handle them automatically
BOOK BRAIN – LYGO 3-Brain Filesystem Helper 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。