Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

second-brain第二大脑

Agent Skill

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

总安装

222

周安装

9

GitHub Stars

公开资料未说明

下载量

70
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add leegonzales/aiskills --skill "second-brain"

简介

扩展第二大脑知识库,支持长期记忆与联想检索。

  • 适用于个人知识管理系统与创意激发场景。
  • 使用 GitHub 安装,命令见原始 README。
  • 需定期同步与清理以确保信息时效性。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • second-brain 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
second-brain
description
Personal intelligence system for capturing thoughts, managing knowledge, and surfacing insights. Use when user wants to capture an idea, task, or note during conversation; query their knowledge base; check their inbox; review digests; or update task status. Triggers include "remember this," "add a task," "what did I say about," "show my inbox," or "mark complete.
license
MIT

Second Brain Skill

Conversational interface to the Second Brain personal knowledge management system. Capture thoughts naturally during Claude Code sessions, query your knowledge graph, and manage your inbox.

Core Philosophy

Capture at the point of thinking, not after.

This skill enables seamless capture during work sessions without breaking flow:

  • Capture thoughts as they emerge
  • Query past decisions and notes
  • Surface today's priorities
  • Track what needs review

The system remembers so you don't have to.


Core Capabilities

1. Capture

Capture thoughts, tasks, ideas, and references directly from conversation.

Usage patterns:

  • "Remember that the API rate limit is 1000 req/min"
  • "Add a task to review the PR from Sarah"
  • "Note: decided to use Supabase for sync"
  • "Capture this idea: what if we..."

Classification: The system uses AI to classify captures into types:

  • task: Actionable item with completion state
  • idea: Non-actionable insight worth remembering
  • reference: Information for later retrieval
  • meeting: Time-bound event with notes
  • goal: Outcome you're working toward
  • project: Collection of related work
  • value: Core principle that guides decisions
  • person: Relationship context

Confidence threshold:

  • High confidence (≥0.6): Auto-classified
  • Low confidence (<0.6): Sent to needs_review

2. Query

Search and explore your knowledge graph.

Usage patterns:

  • "What did I say about authentication?"
  • "What projects support the 'shipping velocity' goal?"
  • "Show me tasks related to the SecondBrain project"
  • "Who did I meet with about the budget?"

Query types:

  • Semantic search: Find by meaning, not just keywords
  • Graph traversal: Follow relationships (supports, blocks, contains)
  • Filter by type: "Show me all ideas from this week"
  • Filter by domain: "What work tasks are due?"

3. Inbox

Review and triage pending captures.

Usage patterns:

  • "Show my inbox"
  • "What's waiting for review?"
  • "How many pending captures?"

Inbox states:

  • pending: Awaiting AI classification
  • needs_review: Low confidence, needs human decision
  • processing: Currently being classified

4. Digest

Get actionable summaries of what matters.

Usage patterns:

  • "What should I focus on today?"
  • "Show me today's digest"
  • "What's overdue?"

Digest includes:

  • Due tasks (today and overdue)
  • High priority items
  • Today's meetings
  • Items needing review
  • Recent insights

Constraints:

  • Daily digest: <150 words
  • Weekly review: <250 words

5. Actions

Update status and manage nodes.

Usage patterns:

  • "Mark the PR review task done"
  • "Complete task abc123"
  • "Archive the old project"
  • "Set priority to high for..."

Supported actions:

  • Complete/reopen tasks
  • Update priority (0-4)
  • Change status (active, completed, archived)
  • Add domain tag (work, personal, both)

Workflow Integration

During Work Sessions

When user mentions something capture-worthy during natural conversation:

  1. Recognize capture intent:

- Direct: "Remember this...", "Add a task..." - Implicit: "I should...", "Don't forget...", "Note to self..."

  1. Capture with context:

- Include relevant context from current conversation - Tag with source: "cli" (Claude Code session) - Add any mentioned relationships

  1. Confirm capture:

- Brief confirmation with ID - Mention if needs_review due to low confidence

Quick Actions

For common actions, provide shortcuts:

/sb capture "thought or idea"     # Capture immediately
/sb inbox                         # Show pending items
/sb digest                        # Today's actionable summary
/sb query "search term"           # Search knowledge base
/sb done <id>                     # Mark task complete

Meeting Transcript Processing

Use case: Paste meeting transcripts to automatically extract and capture structured content.

Workflow

  1. User pastes transcript:
   "Here's the transcript from today's standup:
   [transcript content]"
  1. System processes and extracts:

- Meeting summary → MEETING node - Action items → TASK nodes - Decisions made → REFERENCE nodes - People mentioned → PERSON links - Follow-up meetings → MEETING nodes - Key insights → IDEA nodes

  1. Confirmation and review:
   Processed standup transcript:

   📅 Created: "Daily Standup - Jan 15" (meeting)

   ✅ Extracted 4 tasks:
   - "Review PR #1234" → assigned to you (high)
   - "Update API docs" → assigned to Sarah
   - "Schedule design review" → due Friday
   - "Fix login bug" → blocked by infrastructure

   📝 Captured 2 decisions:
   - "Using Postgres instead of MongoDB"
   - "Sprint ends Friday, demo at 2pm"

   👥 Linked 3 people:
   - Sarah (mentioned 5x)
   - Mike (mentioned 2x)
   - John (new person, created)

   💡 1 insight flagged:
   - "Team velocity improves when standups are <15 min"

Extraction Patterns

Action items (→ TASK):

  • "TODO: ...", "Action: ...", "Need to..."
  • "Sarah will...", "I'll...", "We should..."
  • "@mentions with action verbs"

Decisions (→ REFERENCE):

  • "Decided: ...", "Agreed: ..."
  • "We're going with...", "The plan is..."
  • "Final decision: ..."

Follow-ups (→ MEETING):

  • "Let's meet again...", "Schedule a follow-up..."
  • "Next week we'll discuss..."
  • Explicit dates/times mentioned

People (→ PERSON links):

  • Names mentioned in context
  • @mentions
  • "talked to...", "asked..."

Insights (→ IDEA):

  • Observations about patterns
  • Hypotheses mentioned
  • "I noticed...", "Interesting that..."

Post-Processing

After extraction:

  1. Create meeting node with summary
  2. Create task nodes with assignments and due dates
  3. Link people (create if new)
  4. Store decisions as references
  5. Write to Obsidian with wikilinks

Configuration

# ~/.config/secondbrain/daemons.yml
transcript_processing:
  auto_assign_unassigned: true  # Assign to self
  default_task_priority: 2
  flag_low_confidence: true     # Mark uncertain extractions
  link_to_meeting: true         # Connect all items to meeting node

Graph Model

Node Types

TypeDescriptionExample
valueCore principle"Family comes first"
goalOutcome to achieve"Run a marathon by December"
projectRelated work collection"Kitchen renovation"
taskActionable item"Call dentist to schedule"
personRelationship context"Sarah - VP Engineering"
meetingTime-bound event"1:1 with Sarah - Jan 15"
ideaNon-actionable insight"What if AI for onboarding?"
referenceInfo for retrieval"API rate limit: 1000/min"

Edge Types

RelationMeaningExample
supportsProvides evidence forproject → goal
blocksPrevents progress ontask → task
containsHierarchical parentproject → task
derived_fromExtracted fromgoal → value
assigned_toAssigned to persontask → person
mentioned_inReferenced in contextperson → meeting
related_toGeneral relationshipidea → reference
child_ofSubtask/childtask → task

Implementation

CLI Integration

This skill wraps the sb CLI commands:

sb capture "content"      # Capture a thought
sb inbox                  # List pending captures
sb process                # Classify pending captures
sb digest                 # Generate daily digest
sb list [type]            # List nodes
sb show <id>              # Show node details
sb status                 # System health check

Database

  • Local SQLite at ~/.local/share/secondbrain/secondbrain.db
  • Obsidian vault for markdown output
  • Graph model: nodes + typed edges

Configuration

# ~/.config/secondbrain/config.yml
node_id: "home"
vault_path: "/path/to/vault"
classification:
  model: "claude-sonnet-4-20250514"
  confidence_threshold: 0.6

Context Awareness

Use Session Context

When capturing, leverage current conversation context:

  • File being discussed: Link to related codebase notes
  • Error being debugged: Capture as reference with solution
  • Decision being made: Note with rationale
  • Meeting notes mentioned: Parse for action items

Domain Detection

Infer domain from context:

  • In work project directory → domain: work
  • Personal topics mentioned → domain: personal
  • Both contexts mixed → domain: both

Example Interactions

Capture During Work

User: "The deadline for the API migration is March 15th"
Assistant: [Captures as task with due date]
Captured: API migration deadline - Due March 15th (ID: abc123)

Query Knowledge

User: "What did we decide about authentication?"
Assistant: [Searches knowledge graph]
Found 3 related items:
- [reference] "Use JWT with refresh tokens" (Jan 5)
- [task] "Implement OAuth flow" (in_progress)
- [meeting] "Auth design review with Sarah" (Jan 3)

Morning Digest

User: "What should I focus on today?"
Assistant: [Generates digest]

📋 Today's Focus (Wed, Jan 15):
- [OVERDUE] Review PR from Sarah (due Jan 14)
- [HIGH] Prepare API migration plan
- [DUE TODAY] Call dentist to reschedule

📅 Meetings:
- 10:00 1:1 with Mike

⚠️ Needs Review: 2 items in inbox

Anti-Patterns

Don't:

  • Capture every single thing mentioned (be selective)
  • Force classification when context is unclear
  • Interrupt flow for minor captures
  • Create duplicate entries for same concept
  • Over-classify simple notes

Do:

  • Capture when user expresses intent or importance
  • Ask for clarification if capture intent is ambiguous
  • Batch confirmations when capturing multiple items
  • Link to existing nodes when relationships are clear
  • Respect user's domain boundaries

Integration Points

With beads issue tracker:

  • Cross-reference tasks with beads issues
  • Import epic/task relationships

With Obsidian vault:

  • Generated markdown syncs via Obsidian Sync
  • Wikilinks enable navigation
  • Daily notes include digest

With SiliconDoppelgangerActual:

  • Deep queries via agent conversation
  • Complex graph traversals
  • Multi-step reasoning about priorities

Success Metrics

Skill succeeds when:

  • Captures happen naturally without flow interruption
  • User finds past information quickly
  • Daily digests surface actionable items
  • Inbox stays manageable (<10 items needing review)
  • Classification accuracy >85%

User feels:

  • Confident nothing important is lost
  • Informed about what matters today
  • In control of their knowledge system

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude Code

30.46%
按下载量换算21

windsurf

24.96%
按下载量换算17

OpenCode

17.29%
按下载量换算12

Codex

12.68%
按下载量换算9

Antigravity

8.93%
按下载量换算6

Gemini CLI

3.57%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills