Claude Code 懶人包 #03:建立第二大腦(Obsidian)
Description
> 版本:v0.5 > 更新日期:2026-04-06 > 對應影片:Claude基本功 EP06 > 📌 **本懶人包可獨立執行**:會自動檢查並安裝所需工具,不需要先看過其他懶人包。你只要確認下方「先備條件」即可開始。 ---
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for mathruffian-dot/claude-code-lazy-packs, shared by 8 entries
in this directory. It describes the repository, not this entry specifically.
title: 'Claude Code 懶人包 #03:建立第二大腦(Obsidian)' date: '2026-04-04' type: 懶人包 version: v0.5 status: 實測修正版 tags:
- Claude-Code
- 懶人包
- Obsidian
- MCP
- 第二大腦 video: EP06
Claude Code 懶人包 #03:建立第二大腦(Obsidian)
版本:v0.5 更新日期:2026-04-06 對應影片:Claude基本功 EP06
📌 **本懶人包可獨立執行**:會自動檢查並安裝所需工具,不需要先看過其他懶人包。你只要確認下方「先備條件」即可開始。
這個懶人包會幫你做什麼?
幫你的 Claude Code 裝上「第二大腦」,完成後 Claude 可以:
- 讀取你 Obsidian 筆記庫裡的所有筆記
- 幫你搜尋、新增、編輯筆記
- 記住你的教學紀錄、素材、想法,變成你的專屬助理
先備條件
在使用這個懶人包之前,請確認:
- Claude Code 桌面版已安裝且能正常使用(Pro 方案以上)
- 已有 Google 帳號(用於 Google Drive 同步)
- 電腦有網路連線
- Node.js 已安裝(mcpvault 需要 npx 指令)— 沒裝也沒關係,步驟零會自動安裝
請 Claude Code 幫我執行以下步驟
⚠️ 以下內容是給 Claude Code 讀的操作指令。 你只需要把這整份 MD 檔丟給 Claude Code 桌面版的 Code 分頁,它會自動開始執行。 遇到需要你手動操作的地方,它會暫停並告訴你該怎麼做。
**所有安裝與設定都在 Claude Code 桌面版內完成,不需要另外打開 PowerShell 或命令提示字元。** 如果 Claude Code 桌面版無法執行某個指令,才會引導你到終端機操作。 進階使用者也可以直接使用 Claude Code CLI 版本來執行本懶人包。
階段一:安裝 Obsidian 並建立 Vault
步驟零:環境檢查
請 Claude 在開始前,先自動確認以下所有項目。 如果有任何一項不符合,請先告知使用者問題所在,並引導解決後再繼續。 **不要跳過任何一項檢查,不要假設環境正常。**
- 確認作業系統:執行系統指令確認是 Windows / macOS / Linux,後續所有指令請根據實際的作業系統選擇正確版本執行
- 確認網路連線正常
- 檢查 Node.js 是否已安裝:
- ⚠️ Windows 重要提醒:Claude Code 桌面版的 bash 環境可能找不到
node,即使已安裝。請用以下方式檢查:- 先嘗試
node --version - 若失敗,嘗試
export PATH="/c/Program Files/nodejs:$PATH" && node --version - 若仍失敗,代表未安裝,請安裝:
- Windows:
winget install --id OpenJS.NodeJS --accept-source-agreements --accept-package-agreements - macOS:
brew install node - Linux:
sudo apt update && sudo apt install nodejs npm -y
- Windows:
- 先嘗試
- 安裝完成後,後續所有 node/npm/npx 指令都需要先加上
export PATH="/c/Program Files/nodejs:$PATH"(僅 Windows)
- ⚠️ Windows 重要提醒:Claude Code 桌面版的 bash 環境可能找不到
- 檢查 npx 是否可用:執行
npx --version(Windows 記得加 PATH) - 檢查 Google Drive 桌面版是否已安裝:
- Windows:確認
G:\或C:\Users\[使用者]\Google Drive\路徑是否存在 - macOS:確認
/Users/[使用者]/Google Drive/或~/Library/CloudStorage/GoogleDrive-*/路徑是否存在 - 如果沒有安裝 Google Drive 桌面版,告知使用者需要先安裝
- Windows:確認
- 檢查 Obsidian 是否已安裝:嘗試確認 Obsidian 的安裝路徑
全部通過後,告知使用者環境狀態。 如果有不通過的項目,列出問題清單並逐一引導解決。
步驟一:安裝 Obsidian(如果未安裝)
如果步驟零確認 Obsidian 已安裝,跳過此步驟。
🖐️ **需要手動操作**:
- 請使用者開啟瀏覽器,到 https://obsidian.md 下載安裝檔
- 執行安裝檔,按照指示完成安裝
- 安裝完成後先不要開啟 Obsidian,等下一步設定好資料夾再開
步驟二:安裝 Google Drive 桌面版(如果未安裝)
如果步驟零確認 Google Drive 桌面版已安裝,跳過此步驟。
Google Drive 桌面版會在你的電腦上建立一個同步資料夾,Obsidian 的筆記存在這裡就能自動同步到雲端,換電腦也不會遺失。
🖐️ **需要手動操作**:請依照以下步驟操作。
**下載與安裝:**
- 開啟瀏覽器,前往 https://www.google.com/drive/download/
- 點擊「下載電腦版雲端硬碟」按鈕
- 執行下載的安裝檔(
GoogleDriveSetup.exe)- 安裝過程中按照指示完成(一路點「下一步」即可)
**登入與設定:** 5. 安裝完成後會自動開啟登入畫面,用你的 Google 帳號登入 6. 登入後,系統匣(右下角)會出現 Google Drive 的雲朵圖示 7. 點擊雲朵圖示 → 齒輪 ⚙ → 「偏好設定」 8. 確認「Google 雲端硬碟」分頁中的同步方式:
- 選擇「串流檔案」(預設,推薦)— 檔案存在雲端,需要時才下載
- 或選擇「鏡射檔案」— 所有檔案都下載到本機(佔空間但離線也能用)
**確認同步資料夾位置:** 9. 安裝完成後,檔案總管左側會出現「Google Drive」磁碟機(通常是 `G:\`)
- Windows:通常是
G:\我的雲端硬碟\或G:\My Drive\- macOS:通常是 `~/Library/CloudStorage/GoogleDriv
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11