能力标签
obsidian-second-brain AI工具
🛠
AI工具

obsidian-second-brain AI工具

基于 Python · 开源免费,本地部署,数据完全自主可控
英文名:obsidian-second-brain
⭐ 1.1k Stars 🍴 112 Forks 💻 Python 📄 MIT 🏷 AI 8.2分
8.2AI 综合评分
Claude集成笔记增强AI代理知识管理Python工具
✦ AI Skill Hub 推荐

obsidian-second-brain AI工具 是 AI Skill Hub 本期精选AI工具之一。已获得 1.1k 颗 GitHub Star,综合评分 8.2 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。

📚 深度解析

obsidian-second-brain AI工具 是一款基于 Python 的开源工具,在 GitHub 上收获 1k+ Star,是Claude集成、笔记增强、AI代理、知识管理领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
obsidian-second-brain AI工具 依赖 Python 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Python 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 obsidian-second-brain AI工具 的版本更新,及时通知重要功能变化。

📋 工具概览

将Obsidian笔记库转化为AI驱动的智能第二大脑。通过Claude API集成,实现笔记智能化处理、跨CLI技能调用、知识库关联推理等功能。适合需要智能知识管理的研究者、创意工作者和AI爱好者。

obsidian-second-brain AI工具 是一款基于 Python 开发的开源工具,专注于 Claude集成、笔记增强、AI代理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 1.1k
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
正常维护,社区驱动
开源协议
MIT
AI 综合评分
8.2 分
工具类型
AI工具
Forks
112

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

将Obsidian笔记库转化为AI驱动的智能第二大脑。通过Claude API集成,实现笔记智能化处理、跨CLI技能调用、知识库关联推理等功能。适合需要智能知识管理的研究者、创意工作者和AI爱好者。

obsidian-second-brain AI工具 是一款基于 Python 开发的开源工具,专注于 Claude集成、笔记增强、AI代理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:pip 安装(推荐)
pip install obsidian-second-brain

# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install obsidian-second-brain

# 方式三:从源码安装(获取最新功能)
git clone https://github.com/eugeniughelbur/obsidian-second-brain
cd obsidian-second-brain
pip install -e .

# 验证安装
python -c "import obsidian_second_brain; print('安装成功')"
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
obsidian-second-brain --help

# 基本用法
obsidian-second-brain input_file -o output_file

# Python 代码中调用
import obsidian_second_brain

# 示例
result = obsidian_second_brain.process("input")
print(result)
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# obsidian-second-brain 配置文件示例(config.yml)
app:
  name: "obsidian-second-brain"
  debug: false
  log_level: "INFO"

# 运行时指定配置文件
obsidian-second-brain --config config.yml

# 或通过环境变量配置
export OBSIDIAN_SECOND_BRAIN_API_KEY="your-key"
export OBSIDIAN_SECOND_BRAIN_OUTPUT_DIR="./output"
📑 README 深度解析 真实文档 完整度 72/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <a href="https://github.com/eugeniughelbur/obsidian-second-brain"> <img src="media/banner.png" alt="obsidian-second-brain: one brain, four CLIs, 45 commands. A cross-CLI skill for Obsidian that runs on Claude Code, Codex CLI, Gemini CLI, and OpenCode." width="100%" /> </a> </p>

<p align="center"> <a href="#install"><img src="https://img.shields.io/badge/Claude_Code-D97757?style=for-the-badge&logo=anthropic&logoColor=white" alt="Claude Code" /></a> <a href="#codex-cli--gemini-cli--opencode"><img src="https://img.shields.io/badge/Codex_CLI-412991?style=for-the-badge&logo=openai&logoColor=white" alt="Codex CLI" /></a> <a href="#codex-cli--gemini-cli--opencode"><img src="https://img.shields.io/badge/Gemini_CLI-4285F4?style=for-the-badge&logo=googlegemini&logoColor=white" alt="Gemini CLI" /></a> <a href="#codex-cli--gemini-cli--opencode"><img src="https://img.shields.io/badge/OpenCode-181818?style=for-the-badge&logo=opensourceinitiative&logoColor=white" alt="OpenCode" /></a> </p>

<p align="center"> <strong>One codebase. Four CLIs. Same brain.</strong> </p>

<p align="center"> <img src="https://img.shields.io/badge/Obsidian-Vault-7C3AED?style=for-the-badge&logo=obsidian&logoColor=white" alt="Obsidian Vault" /> <img src="https://img.shields.io/github/v/release/eugeniughelbur/obsidian-second-brain?style=for-the-badge&color=green" alt="Release" /> <img src="https://img.shields.io/badge/license-MIT-blue?style=for-the-badge" alt="License: MIT" /> <img src="https://img.shields.io/github/stars/eugeniughelbur/obsidian-second-brain?style=for-the-badge&color=yellow" alt="Stars" /> <a href="https://github.com/sponsors/eugeniughelbur"><img src="https://img.shields.io/badge/Sponsor-EA4AAA?style=for-the-badge&logo=github-sponsors&logoColor=white" alt="Sponsor" /></a> </p>

obsidian-second-brain

<p align="center"> <strong>An evolution of <a href="https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f">Karpathy's LLM Wiki pattern</a>: a vault that rewrites itself.</strong> <br /><br /> <em>Every source updates existing pages instead of just appending new ones. Contradictions reconcile automatically. Your vault compounds while you sleep.</em> <br /><br /> <em>45 commands &middot; auto-synthesis &middot; thinking tools that argue with you</em> <br /><br /> <em>live research from X, the web, and YouTube &middot; 4 scheduled agents &middot; 4 role presets</em> <br /><br /> <em>write-time AI-first validator &middot; <code>/create-command</code> interview flow &middot; multilingual trigger schema</em> <br /><br /> <a href="#what-happens-when-you-install-this">See it in action</a> &middot; <a href="#43-commands">All commands</a> &middot; <a href="#install">Install</a> &middot; <a href="#choose-your-preset">Presets</a> &middot; <a href="https://github.com/eugeniughelbur/obsidian-second-brain/discussions">Discussions</a> </p>

<p align="center"> <strong>v0.10 - The Architect (May 2026):</strong> new <code>/obsidian-architect</code> scans a codebase and writes maintained architecture notes into your vault - refreshable, never clobbering your edits.<br/> <em>Plus free key-less research, Google Calendar commands, anti-hallucination guards, and tests + CI.</em><br/> <a href="CHANGELOG.md">See the changelog &rarr;</a> </p>

<p align="center"> <strong>From the blog</strong> &middot; <a href="https://theaioperator.io">The AI Operator &rarr;</a> </p>

<p align="center"> <strong>Latest:</strong> <a href="https://theaioperator.io/p/huge-update-on-obsidian-second-brain">"HUGE update on obsidian-second-brain: The Architect"</a><br /> <em>v0.10 ships <code>/obsidian-architect</code> &middot; document your codebase into your vault &middot; the full before-and-after</em> </p>

<p align="center"> <strong>Deep dive:</strong> <a href="https://theaioperator.io/p/i-rebuilt-karpathys-llm-wiki-heres">"I rebuilt Karpathy's LLM Wiki. Here's what's missing from the original."</a><br /> <em>Why append-only breaks at scale &middot; the AI-First Vault Principle &middot; three bugs in v1</em> </p>

<p align="center"> <strong>Origin story:</strong> <a href="https://theaioperator.io/p/i-built-this-for-myself-then-1374">"I built this for myself. Then 1,374 strangers cloned it."</a><br /> <em>Two disconnected tools &middot; the institutional-amnesia problem &middot; 1,000+ stars in 7 weeks</em> </p>

<p align="center"> <em>One post per Tuesday on Obsidian + AI workflows and bringing AI into real work.</em> </p>

<p align="center"> <strong>Research toolkit &middot; dual-track</strong><br/> <code>/x-read</code> &middot; <code>/x-pulse</code> &middot; <code>/research</code> &middot; <code>/research-deep</code> &middot; <code>/notebooklm</code> &middot; <code>/youtube</code> &middot; <code>/podcast</code> </p>

<p align="center"> <em><strong>Open-web track</strong> &middot; <code>/research-deep</code> via Perplexity + Grok. Pulls fresh signal from outside.<br/> <strong>Source-grounded track</strong> &middot; <code>/notebooklm</code> via Gemini File Search. Reads your own vault.<br/> Run both for high-stakes topics. <strong>Contradictions across the two are where the insight is.</strong></em> </p>

<p align="center"> Built by <a href="https://github.com/eugeniughelbur"><strong>Eugeniu Ghelbur</strong></a> &middot; AI Automation Engineer @ Single Grain<br /> <em>building in public &middot; sharing what works</em> </p>

What's the difference between an Obsidian Claude Code skill and a regular Obsidian plugin?

An Obsidian plugin runs inside Obsidian and is written in TypeScript against Obsidian's plugin API. A Claude Code skill for Obsidian runs inside Claude Code and is written as a set of markdown command files plus optional Python scripts. Plugins are constrained to what Obsidian's API exposes. Skills are constrained only by what Claude can do in your shell, which is why this skill can do things plugins can't: pull live web research into vault notes, run scheduled agents that update your vault while you sleep, and synthesize knowledge across years of notes using Anthropic's Claude.

Where do I file issues or feature requests?

GitHub Issues: https://github.com/eugeniughelbur/obsidian-second-brain/issues. PRs welcome, see Contributing below.

---

What Happens When You Install This

After a meeting: /obsidian-save Claude pulls out every decision, person, task, and idea and saves each one to the right note. You do nothing.

You recorded a voice memo: /obsidian-ingest meeting.m4a Claude transcribes it with Whisper, identifies speakers, extracts every promise and action item, and distributes across entity pages, task boards, and the daily note.

You screenshot a whiteboard: /obsidian-ingest photo.png Claude reads the image, extracts text and structure, creates concept notes, links to related projects. A photo becomes knowledge.

You find a great video: /obsidian-ingest https://youtube.com/... Claude doesn't summarize into one note. It REWRITES your existing pages. People get updated. Contradictions get resolved. Patterns trigger new synthesis pages. One URL in. The vault is smarter.

Before a big decision: /obsidian-challenge Claude searches your vault for past failures and reversed decisions on the same topic. Pushes back with your own words. Your vault holds you accountable.

You want to see the big picture: /obsidian-visualize Claude generates a visual canvas of your entire vault. Hub nodes centered, color-coded by type, orphans highlighted. Open it in Obsidian and see the shape of your knowledge.

You go to sleep: The nightly agent runs 5 phases: closes the day, reconciles contradictions, synthesizes cross-source patterns, heals orphan notes, and rebuilds the index. You wake up to a smarter vault.

You start a new day: /obsidian-daily Claude pulls your calendar events, overdue tasks, and overnight changes into today's note. Your morning starts informed.

Someone shares an X post: /x-read https://x.com/... Grok with live X access fetches the post, the thread, and the replies. Returns verbatim text + TL;DR + key claims + reply sentiment + voices to watch. No more screenshots.

You're planning today's content: /x-pulse "AI automation" Grok scans X for what's trending in your topic right now. Returns 3-5 emerging themes (with rep posts + key voices), gaps nobody is filling, hook formats that are working, and 3 specific post ideas you could write today.

You need real research: /research "AI memory tools" Perplexity Sonar Pro pulls a deep dossier with citations: summary, key facts (every claim with a recency marker and source domain), timeline, key players, contrarian views, recommended further reading, open questions. Saved to your vault, auto-opens in Obsidian.

You want vault-first deep research: /research-deep "AI memory tools" Scans your vault for what you already know. Identifies gaps. Spawns 3-5 targeted searches via Perplexity (web) and Grok (X discourse). Synthesizes a delta report: what's new, what's confirmed, contradictions to resolve, recommended vault updates. Vault baseline doesn't get re-researched. Only gaps get filled.

You hit a great YouTube video: /youtube https://youtu.be/... Free transcript via youtube-transcript-api. Optional metadata + top comments via YouTube Data API v3. Grok summarizes into TL;DR, Key Points, Notable Quotes (verbatim), Themes, Comment Sentiment, and Worth Following Up On. Saved as an AI-first note in your vault.

You never open Obsidian. Everything happens through Claude.

---

Install

One codebase, six platforms. Pick yours below. The vault behavior is identical across all of them; only the install path and the dispatcher file (CLAUDE.md / AGENTS.md / GEMINI.md / .pi/) differ.

then follow dist/hermes/INSTALL.md (copy into ~/.hermes/skills/ or add as a tap)


This is the skill/playbook half of the Hermes work; the bounded vault-data half is the [MCP connector](integrations/obsidian-mcp-server/). Native cron and lifecycle-hook integration are tracked in [Issue #79](https://github.com/eugeniughelbur/obsidian-second-brain/issues/79).

Point OpenCode at Hermes via OpenRouter. Authenticate once (`/connect`, search OpenRouter, paste your key - or `export OPENROUTER_API_KEY=...`), then in `opencode.json`:
json { "$schema": "https://opencode.ai/config.json", "model": "openrouter/nousresearch/hermes-4-70b", "provider": { "openrouter": { "models": { "nousresearch/hermes-4-70b": {} } } } } ```

Hermes models on OpenRouter (as of 2026-06, openrouter.ai):

Model idBest forCost (in / out per 1M tokens)
nousresearch/hermes-4-70bDefault. Cheap, capable, 131k context.$0.13 / $0.40
nousresearch/hermes-4-405bStrongest instruction-following for the synthesis-heavy commands.$1.00 / $3.00
nousresearch/hermes-3-llama-3.1-405b:freeZero-cost trial (needs any OpenRouter key to authenticate).free

For the privacy story, run a smaller Hermes locally through Ollama or LM Studio and point OpenCode at the local endpoint - no data leaves your machine.

What to expect (open models follow instructions less reliably than Claude, so this is honest, not a promise of parity): the core commands - /obsidian-save, /obsidian-daily, /obsidian-capture, /obsidian-find, /obsidian-task, and /research in free mode - hold up well. The sub-agent-heavy commands and the deep synthesis ones (/obsidian-architect, /obsidian-reconcile, /research-deep) lean hard on instruction-following, so prefer hermes-4-405b (or Claude) for those. The AI-first vault rule still applies on every write regardless of model.

Research toolkit (optional)

The 6 research commands need API keys. Run install.sh and answer "y" to the research prompt. That sets up ~/.config/obsidian-second-brain/.env. Or do it manually:

```bash mkdir -p ~/.config/obsidian-second-brain cp .env.example ~/.config/obsidian-second-brain/.env chmod 600 ~/.config/obsidian-second-brain/.env

Semantic search (optional, off by default)

Search (/obsidian-find and the MCP connector) works out of the box as fast keyword search - no setup, no model, nothing to install. You can optionally add a meaning-based layer that finds notes even when your query shares no words with them. It is opt-in by setup and, when present, fuses with keyword search (measured best of both: keyword recall@10 80% -> 91%, paraphrased 17% -> ~46% on a 1,000-note vault). If the model is ever unreachable, search silently falls back to keyword - it never breaks or hangs.

Two ways to provide the embedding model:

  • Local + private (recommended), via Ollama: install Ollama, ollama pull mxbai-embed-large, then build the index once: uv run python scripts/eval/semantic_search.py --path "<vault>" --build. Your notes never leave the machine.
  • No Ollama? Any OpenAI-compatible endpoint. Set OBSIDIAN_EMBED_BACKEND=openai, OBSIDIAN_EMBED_URL=<base url>, OBSIDIAN_EMBED_MODEL=<model>, and OBSIDIAN_EMBED_KEY=<key if needed>. This covers other local runtimes (LM Studio, llama.cpp's server) for free/private use, or a cloud API (OpenAI, a gateway) for top quality - note a cloud endpoint means note text leaves your machine, so use OBSIDIAN_EMBED_EXCLUDE=<folder prefixes> to keep private folders local-only.

Knobs: OBSIDIAN_SEARCH_SEMANTIC=0 disables the layer entirely; the index is rebuilt incrementally (only changed notes re-embed) so re-run --build occasionally as the vault grows. The index file is large and regenerable - gitignore it.

---

Codex CLI / Gemini CLI / OpenCode

git clone https://github.com/eugeniughelbur/obsidian-second-brain
cd obsidian-second-brain
bash scripts/build.sh --platform codex-cli   # or gemini-cli, or opencode
cp -R dist/codex-cli/. /path/to/your/vault/   # or .gemini-cli / .opencode/

Then start your CLI from the vault root.

The Codex build emits native Codex Agent Skills: one skill per command under .agents/skills/<name>/SKILL.md. Codex discovers them automatically with progressive disclosure (only each skill's name + description load until it's selected), and they run in your current session - invoke one with $<name>, pick it from /skills, or just describe the task and let Codex match it implicitly. AGENTS.md stays as a thin always-on manual (vault conventions + the AI-first rule); there is no routing table to maintain because the skill list is the router. The Gemini / OpenCode builds still emit a GEMINI.md / AGENTS.md dispatcher with an auto-generated routing table to command files under .gemini/ / .opencode/.

Run bash scripts/build.sh with no arguments to build every platform at once. See dist/<platform>/INSTALL.md after building for platform-specific notes.

Do I need API keys to use this?

Mostly no. The vault commands (/obsidian-save, /obsidian-daily, etc.) need no API keys. /research and /research-deep are also key-free now - with no Perplexity key they automatically fall back to free, key-less sources (Wikipedia, HackerNews, arXiv, Reddit, and more) and Claude synthesizes the dossier. The remaining research commands (/x-read, /x-pulse, /notebooklm, /youtube, /podcast) need their respective keys (xAI Grok, Perplexity, Google Gemini, optionally YouTube Data API v3 / OpenAI Whisper) and exit with a clear setup message when one is missing. The calendar command (/obsidian-calendar, all four modes) needs the Google Calendar MCP connector rather than an API key.

Is this an Obsidian plugin or a Claude Code skill?

This is a Claude Code skill, not an Obsidian plugin. An Obsidian plugin lives inside Obsidian and adds UI features there. A Claude Code skill lives inside Claude Code (Anthropic's terminal AI coding agent) and gives Claude the ability to read, write, and reason over your Obsidian vault from outside Obsidian. You install this skill into Claude Code, not into Obsidian. Your vault is unchanged, just better-leveraged.

Can I have a separate vault per project (multi-repo workflows)?

Yes. The default scripts/setup.sh writes OBSIDIAN_VAULT_PATH globally to ~/.claude/settings.json, but every hook in this skill reads that env var at fire-time. Claude Code merges per-project .claude/settings.json on top of the global one, so you can put {"env": {"OBSIDIAN_VAULT_PATH": "/path/to/repo-vault"}} in each repo's .claude/settings.json and Claude will use that repo's vault whenever you launch a session from that directory. The slash commands and hooks remain globally installed; only the vault path changes. Full recipe in SKILL.md. One thing this does NOT give you: isolation within a single vault (no --scope on commands yet).

FAQ

🇨🇳 中文文档镜像 AI 翻译 2026-06-20
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

obsidian-second-brain 是一个强大的跨平台 CLI 技能集,旨在将您的 Obsidian 库转化为一个智能的“第二大脑”。它通过集成 Claude Code、Codex CLI、Gemini CLI 和 OpenCode 四大终端 AI 工具,提供了多达 33 个智能命令。无论您是在处理会议记录还是整理灵感,该工具都能通过 AI 的推理能力,在命令行界面中实现对 Obsidian 笔记的深度管理与自动化处理。

⚡ 功能介绍

本项目与传统的 Obsidian plugin 有本质区别。传统的插件受限于 Obsidian API 的 UI 交互,而本项目作为一种 Claude Code skill,运行在您的 Shell 环境中。这意味着它不受 Obsidian 内部 API 的约束,而是利用 Claude 在终端中的强大能力,通过 Markdown 命令文件和 Python 脚本,实现对笔记库的读、写、分析与推理,赋予 AI 直接操作您知识库的权限。

🛠 安装步骤(Docker/pip/源码)

本项目采用“一套代码,多平台支持”的设计。您可以根据需求选择 Claude Code、Codex CLI、Gemini CLI 或 OpenCode 平台进行安装。虽然不同平台的安装路径和调度文件(如 CLAUDE.md、AGENTS.md 或 GEMINI.md)有所不同,但它们对 Obsidian vault 的操作行为是完全一致的。请根据您选择的平台执行相应的构建与部署流程。

⚙️ 配置说明(含 MCP / env)

本项目包含一个可选的 Research toolkit。如果您需要使用 `/x-read`、`/research` 等 6 个高级研究命令,则需要配置相应的 API keys。您可以通过运行 `install.sh` 并根据提示选择“y”来自动完成配置,系统会自动生成 `~/.config/obsidian-second-brain/.env` 文件;也可以手动创建目录并从 `.env.example` 复制配置文件进行管理。

🔌 API 说明

对于 Codex CLI、Gemini CLI 和 OpenCode 用户,可以通过克隆仓库并运行 `bash scripts/build.sh --platform [平台名称]` 来构建对应的分发文件。构建完成后,将 `dist` 目录下对应的文件拷贝至您的 vault 根目录或对应的隐藏配置目录(如 `.gemini-cli/`),随后从 vault 根目录启动您的 CLI 即可开始使用。

🔄 工作流/模块

本项目并非传统的 Obsidian plugin,而是一种 Claude Code skill。Obsidian plugin 侧重于在软件内部增强 UI 功能,而本项目则赋予了 Anthropic 的终端 AI 代理(Claude Code)一种“外部视角”,使其能够直接在您的 Shell 中读取、写入并对整个 Obsidian vault 进行逻辑推理,实现从语音转录到任务自动分发的自动化工作流。

❓ FAQ 摘要

关于 API Key 的使用:基础的 27 个 vault 命令(如 `/obsidian-save`、`/obsidian-daily` 等)无需任何 API keys 即可直接运行。只有涉及高级研究功能的 6 个命令(如 `/x-pulse`、`/notebooklm`、`/youtube` 等)才需要配置 xAI Grok、Perplexity、Google Gemini 或 YouTube Data API 的密钥。

🎯 aiskill88 AI 点评 A 级 2026-05-21

融合Obsidian与Claude能力的创新工具,填补笔记应用与AI代理的空白。架构完整、社区活跃,是知识工作者升级工作流的优质方案。维护态度积极。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 做语音类 AI 产品的开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台

⚡ 核心功能

  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 做语音类 AI 产品的开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

❓ 常见问题 FAQ

需要Anthropic Claude API密钥,可在claude.ai申请获得。
💡 AI Skill Hub 点评

经综合评估,obsidian-second-brain AI工具 在AI工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。

📚 深入学习 obsidian-second-brain AI工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 obsidian-second-brain
原始描述 开源Claude技能:Cross-CLI skill for Obsidian. Turns your vault into a living AI-first second bra。⭐1.1k · Python
Topics Claude集成笔记增强AI代理知识管理Python工具
GitHub https://github.com/eugeniughelbur/obsidian-second-brain
License MIT
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/eugeniughelbur/obsidian-second-brain 🌐 官方网站  https://theaioperator.io

收录时间:2026-05-14 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。