/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install second-brain-maxim - After installation, invoke the skill by name or use
/second-brain-maxim - Provide required inputs per the skill's parameter spec and get structured output
What is 第二大脑箴言?
Generate grounded Chinese reflections, aphorisms, maxims, quote-card lines, article endings, daily thoughts, or short "感悟" from the user's second brain, GBra... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.
How do I install 第二大脑箴言?
Run "/install second-brain-maxim" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 第二大脑箴言 free?
Yes, 第二大脑箴言 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 第二大脑箴言 support?
第二大脑箴言 is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created 第二大脑箴言?
It is built and maintained by haidong (@harrylabsj); the current version is v0.1.1.