Install
openclaw skills install second-brain-growthEvaluate the user's second-brain/第二大脑 effective knowledge growth speed and second-brain health, with Hbrain defaults plus Codex interactive use, Hermes cron/reporting, and OpenClaw multi-agent handoff compatibility. Use when the user asks about 知识增长速度, 第二大脑增长, Hbrain growth, knowledge compounding, recall rate, connection density, transformation rate, weekly/monthly second-brain scorecards, OpenClaw/Hermes second-brain automation, or whether notes are becoming usable 人脑 judgment/action/output rather than merely accumulating files.
openclaw skills install second-brain-growthUse this skill to evaluate the user's second-brain growth as a closed loop: structured deposition, connection, 人脑 recall, transformation into action/output, and debt control. Default to Chinese for user-facing summaries.
Core doctrine:
anchor:, or infer 人脑 training just because a page was written./Users/jianghaidong/hbrain/Users/jianghaidong/hbrain/llm-wiki/Users/jianghaidong/hbrain/llm-wiki/_meta/anchors/index.md/Users/jianghaidong/hbrain/llm-wiki/_meta/my-core-questions.md/Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-events/YYYY-MM.jsonl/Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-events/router-misses/YYYY-MM.jsonlUse the same metric model across Codex, Hermes, and OpenClaw, but adapt the delivery contract:
| Runtime | Role | Output expectation |
|---|---|---|
| Codex | interactive evaluator and skill maintainer | concise diagnosis in chat, optional file edits when asked |
| Hermes | daily/weekly scheduled operator | deterministic commands plus Markdown report; no prompt-side derived state edits |
| OpenClaw | multi-agent orchestration layer | task handoff block, machine-readable summary, clear next-agent actions |
Hermes is the daily operation interface. OpenClaw is the experiment/orchestration sandbox. Codex remains the engineering executor for changing this skill, scripts, or wiki automation.
hermes cron create --skill second-brain-growth --workdir /Users/jianghaidong/hbrain ....weight, last_active, hot, review-state, or anchor lifecycle fields./Users/jianghaidong/hbrain/llm-wiki/_meta/automation-runs//Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-governance/knowledge-growth/## Agent Handoff so future Hermes/OpenClaw runs can pick up unresolved work.Hermes cron prompt pattern:
hermes cron create "0 21 * * 0" \
--name "第二大脑有效增长周报" \
--skill second-brain-growth \
--workdir /Users/jianghaidong/hbrain \
"Use $second-brain-growth to evaluate Hbrain effective knowledge growth for the last 7 days. Save a Markdown report if safe, and do not modify anchor lifecycle fields."
--json output for automation, and include this skill name in the message body:openclaw agent --agent main --json --message "Use $second-brain-growth to audit Hbrain effective knowledge growth for 2026-06-08..2026-06-14. Return the Markdown report plus Agent Handoff. Do not edit derived anchor fields."
If OpenClaw is only used as an orchestrator, do not assume it has permission to mutate Hbrain. Treat edits as proposals unless the initiating prompt explicitly allows low-risk writeback.
python3 /Users/jianghaidong/.agents/skills/hbrain-cognitive-loop/scripts/hbrain_loop.py route --query "<user question>"
--record unless the user explicitly asks to count a human-side call, nomination, or miss.Choose the window.
Collect five metric groups.
A. 沉淀速度
concepts/, queries/, practices/, comparisons/, entities/, and _meta/.Useful commands:
rg --files /Users/jianghaidong/hbrain/llm-wiki -g '*.md' | wc -l
rg -l '^created: YYYY-MM-' /Users/jianghaidong/hbrain/llm-wiki -g '*.md' | wc -l
rg -l '^updated: YYYY-MM-' /Users/jianghaidong/hbrain/llm-wiki -g '*.md' | wc -l
rg --files /Users/jianghaidong/hbrain/llm-wiki -g '*.md' | sed 's#^/Users/jianghaidong/hbrain/llm-wiki/##' | awk -F/ '{print $1}' | sort | uniq -c | sort -nr
B. 连接速度
Useful command:
rg -o '\[\[[^]]+\]\]' /Users/jianghaidong/hbrain/llm-wiki -g '*.md' | wc -l
C. 召回速度
used and recall-check.recall_full, recall_partial, and recall_diverged as 人脑 training evidence.Useful commands:
wc -l /Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-events/YYYY-MM.jsonl
wc -l /Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-events/router-misses/YYYY-MM.jsonl
sed -n '1,120p' /Users/jianghaidong/hbrain/llm-wiki/_meta/anchor-events/YYYY-MM.jsonl
D. 转化速度
E. 负债压力
本周有效增长 =
新增结构化页
+ 新增关键连接
+ 被调用/召回的锚点
+ 转化成输出或行动的案例
- 新增孤岛/重复/不可召回材料
沉淀过快,召回滞后连接健康,转化不足召回活跃,沉淀不足结构均衡,进入复利负债上升,需要治理**结论**
一句话判断增长状态和主要瓶颈。
**指标**
| 维度 | 本期证据 | 判断 |
|---|---:|---|
| 沉淀 | ... | ... |
| 连接 | ... | ... |
| 召回 | ... | ... |
| 转化 | ... | ... |
| 负债 | ... | ... |
**有效增长**
用公式解释本期是材料增长、网络增长、召回增长,还是行动增长。
**下周动作**
给 1-3 个最小可执行动作,优先修复瓶颈。
**Agent Handoff**
status: complete | needs-human | blocked
window: YYYY-MM-DD..YYYY-MM-DD
label: 沉淀过快,召回滞后 | 连接健康,转化不足 | 召回活跃,沉淀不足 | 结构均衡,进入复利 | 负债上升,需要治理
report_path: optional absolute path
safe_next_actions:
- ...
requires_confirmation:
- ...
blocked_by:
- ...
For Hermes/OpenClaw automation, also include this fenced machine-readable block at the end:
knowledge_growth_result:
status: complete
window: "YYYY-MM-DD..YYYY-MM-DD"
label: "沉淀过快,召回滞后"
report_path: null
metrics:
deposition: null
connection: null
recall: null
transformation: null
debt: null
safe_next_actions: []
requires_confirmation: []
blocked_by: []
anchor:.When upgrading or validating this skill:
python3 /Users/jianghaidong/.codex/skills/.system/skill-creator/scripts/quick_validate.py <skill-dir>.name and description so Codex, Hermes, and OpenClaw skill readers can parse it.agents/openai.yaml optional and UI-only; do not put required runtime logic there.hermes cron create --helphermes --helpopenclaw agent --helpopenclaw skills --helpweight, last_active, hot, or derived dashboard values.links/; that layer is retired._meta/anchor-governance/knowledge-growth/ is allowed when the user asks for a persistent report; otherwise answer in chat.