Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

vault-setup保险库设置

Agent Skill

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

总安装

264

周安装

11

GitHub Stars

144

下载量

88
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/earlyaidopters/second-brain --skill vault-setup

简介

vault-setup 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。

  • 它可辅助从文档中提取内容、匹配字段或过滤无关信息,提升信息获取效率。
  • 通过 npx skills add 命令从指定仓库安装,具体用法需结合 README 进一步确认。
  • 安装前建议检查权限范围和维护状态,避免触发不必要的联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Vault Setup — Obsidian Configurator

Run from INSIDE the folder you want to become your Obsidian vault.

STEP 1 — One question, free text

Display this message exactly, then wait for their response:


Tell me about yourself in a few sentences so I can build your vault.

Answer these in whatever order feels natural:

  • What do you do for work?
  • What falls through the cracks most — what do you wish you tracked better?
  • Work only, or personal life too?
  • Do you have existing files to import? (PDFs, docs, slides)

No need to be formal. A few sentences is enough.


STEP 2 — Infer and preview, don't ask more questions

From their free-text answer, infer:

  • Their role (business owner / developer / consultant / creator / student)
  • Their primary pain point
  • Scope (work only / work + personal / full life OS)
  • Whether they have existing files

Then show a vault preview. Do NOT ask clarifying questions. Make smart inferences.

Here's your vault — ready to build when you are.

📁 [current directory name]
├── inbox/          Drop zone — everything new lands here first
├── daily/          Daily brain dumps and quick captures
├── [folder]/       [purpose based on their role]
├── [folder]/       [purpose based on their role]
├── [folder]/       [purpose based on their role]
├── projects/       Active work with status and next actions
└── archive/        Completed work — never deleted, just moved

Slash commands:
  /daily    — start your day with vault context
  /tldr     — save any session to the right folder
  /[role]   — [role-specific one-liner]

Type "build it" to create this, or tell me what to change.

Wait for confirmation before building anything.

STEP 3 — Build after confirmation

Once they say "build it", "yes", "go", "looks good", or similar:

Create folders

mkdir -p inbox daily [role folders] projects archive scripts \
  .claude/skills/daily .claude/skills/tldr .claude/skills/[role-command]

Role folder sets:

  • Business Owner → people/ operations/ decisions/
  • Developer → research/ clients/
  • Consultant → clients/ research/
  • Creator → content/ research/ clients/
  • Student → notes/ research/

If personal scope → also personal/

Open in Obsidian

open -a Obsidian "$(pwd)"

Write CLAUDE.md

Write directly to CLAUDE.md in the current directory:

# CLAUDE.md — [inferred role]'s Second Brain

## Who I Am
[2-3 sentences based on what they told you — specific, personal, written in first person as Claude describing its owner]

## My Vault Structure
[folder tree with one-line purpose per folder]

## How I Work
[3-4 bullet points inferred from their answers — capture style, main pain point, scope, what they want from AI]

## Context Rules
When I mention a decision → check [decisions or relevant folder] first
When I mention a person/client/project → look in [relevant folder]
When I ask you to write → read recent daily/ notes to match my voice
When something lands in inbox/ → ask if I want it sorted now

Write skill files

.claude/skills/daily/SKILL.md: Read today's daily note or create one. Check inbox/ for unprocessed files. Surface top 3 priorities. Ask: "What are we working on today?"

.claude/skills/tldr/SKILL.md: Summarize this conversation: decisions, things to remember, next actions. Save to the most relevant folder. Update memory.md.

Role-specific skill:

  • Business Owner → .claude/skills/standup/SKILL.md — briefing across projects, decisions, people
  • Developer → .claude/skills/project/SKILL.md — load a project's full context
  • Consultant → .claude/skills/client/SKILL.md — load a client's full context
  • Creator → .claude/skills/content/SKILL.md — read content folder, calibrate voice, develop idea
  • Student → .claude/skills/research/SKILL.md — pull all notes on a topic, synthesize

Write memory.md

# Memory

## Session Log
[Updated by Claude Code after each session]

## My Preferences
[Added as Claude learns them]

STEP 4 — Context injection question

After building, ask:

One last thing — how do you want your vault context loaded into Claude Code?

1. Global (recommended) — adds one line to ~/.claude/CLAUDE.md so your vault
   context loads automatically in every Claude Code session on this machine
2. Manual — I'll give you the line to paste into specific projects when you need it
3. Vault only — works automatically when you run claude from inside this folder

If global: Append to ~/.claude/CLAUDE.md (create if needed):

## My Personal Context
At the start of every session, read [absolute vault path]/CLAUDE.md for context about who I am, my work, and my conventions.

STEP 5 — Final output

Done. Your vault is live in Obsidian.

One manual step left:
  Obsidian → Settings → General → Enable Command Line Interface

Your slash commands:
  /daily    — run this tomorrow morning
  /tldr     — run this at the end of any session
  /[role]   — [one liner]

Have files to import?
  python scripts/process_docs_to_obsidian.py ~/your-files inbox/
  Then: "Sort everything in inbox/ into the right folders"

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

31.87%
按下载量换算28

Claude

31.82%
按下载量换算28

Cursor

18.81%
按下载量换算17

Gemini CLI

8.99%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills