# 策展 · X (Twitter) 🔥

> 作者：CyrilXBT (@cyrilXBT) · 平台：X (Twitter) · 日期：2026-05-08

> 原始來源：https://x.com/cyrilXBT/status/2052235121416188114

## 中文摘要

打造自動進化的 Obsidian 知識庫，讓 Claude 每日串聯洞見。

大多數 Obsidian 使用者將知識庫視為檔案櫃，投入內容卻從不取出，半年後僅剩被遺忘的整理檔案。本指南建構不同系統：所有資訊自動流入，Claude 發掘你忽略的連結，每日洞見自動累積，無需額外努力，將知識庫從死檔轉為思考夥伴，反轉輸入導向的常見失敗。

**知識系統常見失敗原因**  
知識系統承諾永不遺失好點子，現實卻是使用者花三小時建完美資料夾結構、兩週後新增內容，隨後完全停止開啟應用，因為無有用輸出。失敗模式固定：設計僅限輸入、無輸出機制，知識庫膨脹但思考未成長。三個具體原因皆可修復：  
- **擷取摩擦**：若新增內容需超過 10 秒手動努力（如複製、貼上、標籤、分類、摘要），在認知負荷下習慣即斷。  
- **無連結層**：筆記孤立，每篇文章獨立檔案、無跨檔機制連結三月舊檔與今日問題。  
- **無返回動機**：知識庫不主動推送洞見，使用者須記得主動拉取，無人記得，僅偶爾新增或特定搜尋，非思考夥伴。  
此系統解決三者：擷取全自動、Claude 負責連結、每日儀式自動推送。

**四層架構設計**  
系統分四層，每軟體僅負責一功能、無重疊、單向流程。  
- **第一層：擷取**：無手動輸入工具，如 Readwise（文章亮點）、Airr（播客片段）、Whisper（語音筆記）、Telegram bot（手機速存），僅原始資訊流入、無分類標籤摘要。  
- **第二層：管道**：N8N 監控擷取源，將新內容路由至 Obsidian 知識庫，無手動歸檔；Readwise 新亮點數分鐘內變成格式化 markdown 檔，含來源、日期、內容。  
- **第三層：Obsidian**：本地 markdown 檔案資料夾，永久儲存、無刪除，為所有消費內容的真實記錄。  
- **第四層：Claude**：智慧層，掃描全庫、找連結、浮現模式、寫每日簡報、回應思考問題，將知識庫變思考夥伴。

**步驟一：無摩擦自動擷取**  
擷取層僅職責為零負荷收集，每摩擦點即未來知識缺口，一次設定永不碰觸。  
- **文章與亮點**：Readwise 為書面內容骨幹，安裝瀏覽器擴充套件，閱讀時亮起關鍵句即自動儲存，無摘要標籤；連結 Kindle、Twitter 書籤、Instapaper、Pocket，所有平台儲存內容自動匯入單一工具。  
- **播客與音訊**：Airr 搖手機剪播客片段，自動存轉錄；會議、演講、語音筆記用 Whisper，上傳音檔秒取乾淨轉錄。  
- **隨處速擷**：建 Telegram bot，接收訊息直送知識庫，處理車上靈感、想深思推文、對話問題；用 Claude Code 與 N8N 30 分鐘建置。  
N8N Telegram 到 Obsidian 工作流程：  
1. Node 1: Telegram Trigger → event: `message` → chat_id: `your_bot_id`  
2. Node 2: Code (format note) → filename: `inbox/{{date}}-quick-capture.md` → content: `# Quick Capture / {{message}} / Source: Telegram / Date: {{date}}`  
3. Node 3: Write File to Obsidian vault → path: `/your-vault/inbox/` → operation: `create`

**步驟二：可擴展知識庫結構**  
資料夾結構決定 Claude 導航效率，勿過度設計，僅五資料夾：  
- **Inbox**：所有自動擷取先落此，未處理原始區。  
- **Notes**：經處理亮點、文章、播客片段，每來源一檔，由 N8N 自動格式化。  
- **Ideas**：個人思考、速擷、觀察、轉錄語音筆記，為腦輸出而非他人輸入。  
- **Projects**：活躍工作，每專案一資料夾，Claude 依需求讀取專案脈絡。  
- **CLAUDE.md**：根目錄指令檔，Claude 每會話先讀，告知身分、工作、需求。  
簡化有意，複雜結構終將崩潰，因不知歸檔處而摩擦上升；規則：疑難全丟 Inbox。

**步驟三：CLAUDE.md 核心指令檔**  
最重要檔案，無此 Claude 每會話冷啟、無脈絡；有此即長期閱讀筆記的合作者。置根目錄，Claude 自動先讀，直接複製模板：  

```
# Who I Am

Name: [Your name] 
Work: [What you do — be specific] 
Focus: [The one thing you are trying to get better at right now] 
Goals 2026: [3 specific outcomes you are working toward]

# Current Projects

Active: [What you are building or working on right now] 
Stuck on: [Where you need the most thinking help] 
Next milestone: [What done looks like for the current sprint]

# How This Vault Works

Inbox: /inbox — unprocessed captures, file here first 
Notes: /notes — processed articles, highlights, research 
Ideas: /ideas — my own thinking and observations 
Projects: /projects — active work folders

# What I Want From You

- Surface connections I have not seen
- Challenge my assumptions before agreeing with them
- When I ask what to focus on — answer from the vault context, not generically
- Flag when something I believe contradicts something I saved earlier

# What I Am Reading and Thinking About

[Update this weekly — current obsessions, active questions, things puzzling you]
```

每週一早花五分鐘更新 Current Projects 與 What I Am Reading 區，維持脈絡準確；陳舊 CLAUDE.md 產陳舊回應。

**步驟四：自動每日簡報**  
每日早起前知識庫自動簡報：隔夜新連結、本週擷取模式、基於閱讀的今日一問，無需請求，N8N 定時執行，工作時已在 Inbox 等候。  
N8N Claude 節點直接複製提示：  
```
"You are reading my Obsidian knowledge vault. Read everything in /inbox from the last 24 hours and everything in /notes from the last 7 days.

Then do three things:

1. CONNECTIONS — Find the 3 most interesting connections between recent captures and older notes I probably have not noticed. Be specific. Quote the relevant passages.

1. PATTERN — Identify one pattern across everything I have been reading this week. What is my brain clearly working on even if I have not said it explicitly?

1. QUESTION — Give me one question worth sitting with today based on the pattern you identified. Not a task. A question.

Write this as a clean markdown file formatted for Obsidian. Save it to /inbox/brief-{{date}}.md"
```

平日早 6 點執行，先讀簡報再開其他應用。

**步驟五：每週綜合分析**  
每週花 15 分鐘與 Claude 深談知識庫累積方向，直接複製提示：  
```
"Read my entire Obsidian vault. Focus on everything added in the last 7 days.

I want four things:

1. EMERGING THESIS — What idea am I building toward without having stated it explicitly yet? What position is forming in my thinking?

1. CONTRADICTIONS — What have I saved recently that contradicts something I believed before? Show me both sides from my own notes.

1. KNOWLEDGE GAPS — Based on what I am reading and thinking about, what am I clearly not reading that I should be? What perspective is missing?

1. ONE ACTION — Given everything in this vault, what is the single highest-leverage thing I could do or think about this week?

Be direct. Challenge me. Do not summarize what I already know."
```

綜合會話為真累積處：每日浮現連結、每週建構論點；六個月記錄思考演進，每假設變遷、小點子成長為行動。

**累積效應與競爭優勢**  
一月時如有用工具，儲存更多、遺失更少、簡報偶有驚喜；三月起不同，Claude 連結首月與三月內容，回應當前問題時挖出八週舊筆記；六月完全蛻變，記錄每信念變遷、每問題解答、每閱讀模式先於意識辨識。  
AI 經六個月非原貌，已讀你腦中生活；此為思考複利，多數知識孤立無累積，此系統自動聯網，Claude 代導航。競爭者晚六個月起步，不僅落後設定，更缺六月連結、模式、綜合，無法靠更努力彌補，僅早啟動可追。

**完整設定順序**  
1. 安裝 Obsidian，建五資料夾結構：Inbox、Notes、Ideas、Projects，根目錄放 CLAUDE.md，勿加其他資料夾，從簡單用實際演進。  
2. 連結 Readwise 至知識庫，啟用原生整合，所有亮點自動現 Notes 資料夾為格式化 markdown。  
3. 用 N8N 建 Telegram 擷取 bot，用上述工作流程，30 分鐘完成，終生處理手機速擷。  
4. 寫 CLAUDE.md，用上述模板，具體誠實，Claude 輸出品質正比脈絡品質。  
5. N8N 設每日簡報自動化，平日早 6 點執行，輸出至 Inbox，先讀再開其他。  
6. 每週一日曆擋 15 分鐘綜合會話，勿第二週因空虛略過，知識庫永有值得思辨內容。

**從五筆記起步**  
常見阻礙為設定過多，今晚放五筆記至 Obsidian（如五篇文章、五腦中想法、五重複問題），連結 Claude 找連結，必挖出你忽略關聯，此刻系統從概念變每日餵養慾望。  
追蹤 [cyrilXBT](https://x.com/cyrilXBT) 獲精確 N8N 工作流程、CLAUDE.md 模板、每週綜合提示，每週發文。

## 標籤

教學資源, 自動化, 其他, Claude, Obsidian
