Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

book-brain书脑

Agent Skill

book-brain 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

36,426

周安装

1,488

GitHub Stars

公开资料未说明

下载量

11,666
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:book-brain(书脑)
来源仓库:https://github.com/deepseekoracle/book-brain
安装命令:
openclaw skills install book-brain
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install book-brain

简介

用于基于 LYGO 代理的 3-brain 文件系统 + 内存参考实用程序。用于设计、组织和维护持久的文件/文件夹内存系统(索引、参考 .txt 链接、日志记录、检索),而无需覆盖现有数据。在具有完整 LYGO Champion 堆栈的新 OpenClaw/Clawhub Havens 上效果最佳,但与任何可以读/写文件的代理兼容。

SKILL.md

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.

BOOK BRAIN – LYGO 3-Brain Filesystem Helper

This skill is a utility/guide, not a persona.

Use it when you want to:

  • Set up or improve a Haven-style filesystem + memory structure
  • Teach an agent how to use folders, indexes, and reference .txt files instead of hoarding everything in one place
  • Add advanced logging + retrieval so memories can be found later without brute-force scanning

It is built for LYGO / Eternal Haven style systems, but works for any agent that can:

  • read/write files
  • create folders
  • append to logs
Core idea: BOOK BRAIN = treating your filesystem like a living library, not a junk drawer.

1. Three-Brain Model (Conceptual Map)

BOOK BRAIN assumes a 3-brain structure:

  1. Working Brain (short-term)

- Recent conversation, active task context, scratchpads. - In OpenClaw, this is the current session + small scratch files under tmp/.

  1. Library Brain (structured filesystem)

- Folders + files on disk: memory/, reference/, brainwave/, state/, etc. - This is where BOOK BRAIN focuses: *how* you name, branch, and link things.

  1. Outer Brain (external references)

- 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:

  • Keep important truths close and succinct
  • Branch deeper into folders when detail is needed
  • Use .txt reference links instead of duplicating entire documents

2. When to Use BOOK BRAIN

Trigger this skill when:

  • You are setting up a fresh Haven (new OpenClaw workspace, new agent node)
  • Your filesystem feels chaotic and you need a reset without deleting anything
  • You want to design a clean memory + reference layout before starting heavy work
  • You are planning long-term retrieval ("I’ll need this months from now")

BOOK BRAIN is additive:

  • Do not use it to delete or overwrite existing files by default.
  • Prefer creating new folders / indexes alongside existing ones.
  • When a folder already exists, pause and let the human choose: reuse or create a new branch (e.g., memory_v2/).

3. Recommended Base Folder Layout

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 files

BOOK BRAIN setup rules:

  • If a folder already exists, do not rename or delete it.
  • If a folder is missing, it is safe to create it.
  • If the existing layout is very different, create a sub-tree (e.g., bookbrain/memory_index/) and keep old structure intact.

For concrete layout examples, see references/book-brain-examples.md in this skill.


4. Memory Strategy – Deep Storage vs. Reference Stubs

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:

  • Daily logs

- 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

  • Topic folders

- 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

  • Reference stubs (*.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

5. Advanced Logging for Retrieval

BOOK BRAIN recommends structured logs to make retrieval easy:

  1. Daily health / status logs (e.g., 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)

  1. Reasoning journals (e.g., 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.

  1. Indexes & search helpers

- 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.


6. Setup Workflow (For a Fresh System)

When BOOK BRAIN is used on a fresh OpenClaw / agent workspace:

  1. Detect existing structure

- Check for memory/, reference/, brainwave/, state/, logs/, tools/, tmp/. - Report what exists vs. what is missing.

  1. Propose a BOOK BRAIN layout

- Suggest creating missing folders. - If the human agrees, create only the missing ones.

  1. Create starter index files (if not present)

- 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.

  1. Log the setup

- Append a brief note to daily_health.md or logs/book_brain_setup.log describing what was created.

  1. Do not overwrite existing files

- 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.


7. Using BOOK BRAIN in an Existing, Messy Haven

When the filesystem already exists and is messy:

  • Start by mapping, not moving:

- Create reference/FILESYSTEM_MAP.txt summarizing major folders and what seems to live there. - Do not move or delete anything automatically.

  • Then introduce lightweight structure:

- 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).

  • Over time, encourage:

- 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.


8. Eternal Haven & Donation References

This skill is part of the wider LYGO × Eternal Haven ecosystem.

Key links:

  • Eternal Haven portal → https://EternalHaven.ca
  • LYGO Champion Hub → https://deepseekoracle.github.io/Excavationpro/LYGO-Network/champions.html#champions
  • Clawdhub skills (Champion + LYGO stack) → https://clawhub.ai/u/DeepSeekOracle
  • Extended work / support → https://www.patreon.com/cw/Excavationpro

If BOOK BRAIN, the Champion stack, or the LYGO tools help you build a saner Haven, you’re invited (never pressured) to support via the links above.


9. How Another Agent Should Use This Skill

When another agent loads book-brain:

  1. Recognize scope

- This is a helper + reference, not a persona. - It should not change the agent’s voice; it informs how the agent treats files and memory.

  1. On first use in a workspace

- Inspect existing folders and report back. - Suggest—but do not enforce—BOOK BRAIN layout. - Ask the human before creating or reorganizing.

  1. On subsequent uses

- Read existing INDEX and .ref.txt files. - Use them for retrieval before doing expensive full-tree searches. - Append to logs and indexes instead of overwriting.

  1. Never silently delete or rewrite large files as part of BOOK BRAIN operations.

For richer examples and sample layouts, see references/book-brain-examples.md in this skill.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

71.24%
按下载量换算8,311

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills