/install second-brain-maxim
Second Brain Aphorism
Use this skill to turn the user's second-brain material into a concise, personally grounded thought. The result should feel like a distilled insight from the user's own thinking, not a generic inspirational quote.
Default to Chinese unless the user asks for another language.
Workflow
- Clarify the requested shape only when necessary.
- If the user says "感悟", produce one short paragraph.
- If the user says "箴言", "金句", or "短句", produce concise aphoristic lines.
- If unspecified, produce one
感悟and one compressed箴言.
- Run lightweight second-brain recall.
- Prefer the user's local second brain over web knowledge.
- Resolve local paths without hardcoded personal information:
- Prefer
SECOND_BRAIN_WIKI_ROOTwhen set. - Otherwise try
$SECOND_BRAIN_ROOT/llm-wikiwhenSECOND_BRAIN_ROOTis set. - Otherwise try common user-local candidates such as
~/Hbrain/llm-wiki. - If no likely wiki root exists, infer it from the current project or ask one concise question.
- Prefer
- Once the wiki root is found, use:
- Core questions:
\x3Cwiki-root>/my-core-questions.md - Anchor index:
\x3Cwiki-root>/links/index.md
- Core questions:
- Read
my-core-questions.mdandlinks/index.mdif they exist. - Select 1-3 relevant anchor pages from
links/*.mdand read only those pages. - Run focused recall when available:
gbrain search "\x3Cuser's exact topic>" --limit 5
gbrain search "\x3Cselected anchor or close synonym>" --limit 5
cm context "\x3Cuser's exact topic>" --json --limit 5 --history 5
- Extract a "seed of tension" before writing.
- Name the lived tension: what is being pulled against what?
- Name the user's recurring anchor or long-term question.
- Name the practical turn: what changes in how one sees, chooses, or acts?
- Generate the line or paragraph.
- Write from the recalled context, not from generic advice.
- Prefer concrete verbs, precise nouns, and a small paradox.
- Remove motivational filler, slogans, and abstract padding.
- If the recall is thin, be transparent and write a lower-confidence draft.
- Present the result.
- For normal requests, output:
感悟:one paragraph, 80-180 Chinese characters箴言:one line, 8-32 Chinese characters
- For batch requests, give 3-7 numbered candidates.
- Include a concise
第二大脑回路receipt unless the user explicitly asks for copy-only output.
- For normal requests, output:
Style Guide
Read references/style-guide.md when the user asks for a specific tone, more variants, quote-card copy, article endings, or when the first draft risks sounding generic.
Grounding Rules
- Do not claim the user believes something unless it is supported by recall.
- Do not invent book titles, source notes, anchors, or personal experiences.
- Do not search the web unless the user explicitly asks for outside references.
- Do not write back to the second brain unless the user explicitly asks to save, archive, 沉淀, 写入, or update.
- If recall tools fail, continue with available anchor files and briefly state what failed.
Writeback
Default to no writeback. When the user explicitly asks to save the result:
- Choose the smallest durable target:
queries/for reusable generated answers or quote collections.concepts/for a stable idea that should become a concept page.links/only when updating an existing cognitive anchor.practices/only when the output implies a repeatable routine.
- Preserve existing frontmatter and content.
- Add the generated line plus the recall receipt or source context.
- Bump
updateddates on edited wiki pages.
Quality Checklist
- It can be traced to at least one recalled anchor, note, or core question.
- It says one thing sharply instead of three things vaguely.
- It contains a tension, reversal, or implication.
- It sounds like a private notebook becoming public for a moment.
- It remains useful even if stripped of decorative language.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install second-brain-maxim - 安装完成后,直接呼叫该 Skill 的名称或使用
/second-brain-maxim触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
第二大脑箴言 是什么?
Generate grounded Chinese reflections, aphorisms, maxims, quote-card lines, article endings, daily thoughts, or short "感悟" from the user's second brain, GBra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 第二大脑箴言?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install second-brain-maxim」即可一键安装,无需额外配置。
第二大脑箴言 是免费的吗?
是的,第二大脑箴言 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
第二大脑箴言 支持哪些平台?
第二大脑箴言 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 第二大脑箴言?
由 haidong(@harrylabsj)开发并维护,当前版本 v0.1.1。