{"guides":[{"id":"48b4ffed-9b05-4386-88b7-d687848376a3","unique_id":"claude-code-obsidian-second-brain-guide","title":"Build an AI Second Brain with Claude Code + Obsidian","title_he":"בנה מוח שני עם AI: Claude Code + Obsidian","summary":"A practical guide to turning Obsidian into an AI-powered second brain using Claude Code. Store everything you know about your business in markdown files — clients, sales scripts, offers, meeting notes, voice profiles — and let a Claude agent read and write them directly from your terminal.","summary_he":"מדריך מעשי להפיכת Obsidian למוח שני מבוסס AI באמצעות Claude Code. שמור את כל מה שאתה יודע על העסק שלך בקבצי markdown — לקוחות, תסריטי מכירה, הצעות, פגישות ופרופיל קול — ותן לסוכן Claude לקרוא ולכתוב אותם ישירות מהטרמינל.","long_content":"# Build an AI Second Brain with Claude Code + Obsidian\n\n## What This Is\n\nYour second brain is a folder of plain markdown files that a Claude Code agent can read and write from the terminal. Instead of scattered notes, CRM spreadsheets, and Google Docs you never find, everything lives in one vault — and a Claude agent acts as the intelligent interface on top of it.\n\nThis method was popularized by Israeli consultant Yuval Kashtecher, who wired up his entire business to this system, connecting it to email, meeting transcription (Spinach), a newsletter tool, and a payment processor.\n\n---\n\n## Why It Works\n\n- **Markdown is universal.** Claude Code reads plain text natively. No API integrations, no database setup.\n- **Claude Code runs locally.** You `cd` into your vault folder, type `claude`, and the agent has full read/write access to every file.\n- **Context compounds.** The more you document, the smarter the agent gets. Ask \"who hasn't paid?\" and it reads `clients.md`. Ask \"write a cold outreach email\" and it reads `sales-scripts.md` + `voices/linkedin.md`.\n\n---\n\n## Recommended Vault Structure\n\n```\nyour-vault/\n├── clients.md          # Every client: story, last contact, what they paid\n├── sales-scripts.md    # Call scripts, objection handling, closes\n├── offers.md           # Products, pricing, what works / what doesn't\n├── meetings/           # One file per day: decisions, actions, context\n│   └── 2026-05-12.md\n└── voices/             # How you sound on each channel\n    ├── facebook.md\n    ├── linkedin.md\n    └── newsletter.md\n```\n\n---\n\n## Step-by-Step Setup\n\n### Step 1 — Install Obsidian\nDownload Obsidian (free) from https://obsidian.md and create a new vault folder on your computer. This folder is just a regular directory — Obsidian is the visual editor, but Claude Code works directly with the files.\n\n### Step 2 — Install Claude Code\nFrom your terminal, run:\n```bash\nnpm install -g @anthropic-ai/claude-code\n```\nThen navigate into your vault and start Claude:\n```bash\ncd ~/your-vault\nclaude\n```\nThe agent now sees every file in the folder. It can read, write, search, and summarize.\n\n### Step 3 — Create Your First File\nStart with `clients.md`. List every client, their story, what you discussed, what they paid. Then ask:\n> \"Read clients.md and tell me who's most worth my time this week.\"\n\nFrom there, add files one at a time. The vault grows with you.\n\n---\n\n## Example Prompts Once Running\n\n| Goal | What to type |\n|------|-------------|\n| Chase inactive clients | \"Who in clients.md hasn't been contacted in 30+ days?\" |\n| Write a sales script | \"Read sales-scripts.md + voices/linkedin.md and write a script for a new female client\" |\n| Prep for a meeting | \"Read meetings/ and summarize open action items\" |\n| Price a new offer | \"Read offers.md and suggest a price point for a new 3-month package\" |\n| Post content | \"Read voices/facebook.md and write a post about AI second brains\" |\n\n---\n\n## Connecting External Tools\n\nOnce the local vault is working, you can extend it:\n- **Email** — Claude Code can draft and send via Gmail MCP\n- **Spinach** — Auto-transcribes every meeting and produces a call script; feed the output into `meetings/`\n- **Newsletter tools** — Export drafts from Claude into your mailing platform\n- **Payment processors** — Log payment events into `clients.md` automatically\n\n---\n\n## PARA Method Integration\n\nFor a more structured vault, adopt Tiago Forte's PARA framework:\n- **P**rojects — active work with deadlines\n- **A**reas — ongoing responsibilities (clients, finance, health)\n- **R**esources — reference material (scripts, offers, research)\n- **A**rchives — completed or inactive items\n\nClaude Code navigates PARA naturally — just describe what you need and it finds the right files.\n\n---\n\n## References\n- [How To Geek: Claude + Obsidian Second Brain](https://www.howtogeek.com/claude-obsidian-the-cheat-code-for-building-a-second-brain/)\n- [MindStudio: Build AI Second Brain](https://www.mindstudio.ai/blog/build-ai-second-brain-claude-code-obsidian)\n- [PARA Method + Claude Code + Obsidian](https://aimaker.substack.com/p/para-method-tiago-forte-claude-code-obsidian-ai-productivity-os)\n- [Claude Code Quickstart](https://code.claude.com/docs/en/quickstart)\n- Original post by Yuval Kashtecher (WhatsApp AI community)\n\n---\n\n## Level Up: Clone Yourself with AI\n\n*From the AI Cloning Guide 2026*\n\nOnce your second brain is storing your voice profiles and institutional knowledge, the natural next step is deploying an AI clone of yourself — an agent that sounds like you, knows what you know, and can act on your behalf across platforms.\n\n### Step 1: Extract Your Style DNA via the \"Taste Interview\"\n\nInside Claude, run a structured \"Taste Interview.\" Ask Claude to interview you about your communication preferences, storytelling style, sense of humor, and values. The output becomes your `voices/style-dna.md` — the master reference for all clone deployments.\n\n### Step 2: Voice Cloning via ElevenLabs\n\nRecord 5–10 minutes of clean, expressive speech. Upload to ElevenLabs and generate a voice model. Store the voice ID in `voices/elevenlabs.md` so any agent can reference it when producing spoken content.\n\n### Step 3: Deploy on 4 Platforms\n\n| Platform | Best For | Setup | Key Feature |\n|----------|----------|-------|-------------|\n| **OpenClaw** | WhatsApp, multi-channel | Railway one-click or Docker + Composio | 200+ service integrations |\n| **Hermes** | Self-improving learning clone | One-line install | SOUL.md persistent memory, multi-provider (Claude/GPT/Gemini) |\n| **NanoClaw** | Security-sensitive data | 3-command install | Docker + micro-VM isolation, 700-line auditable codebase |\n| **Claude Managed Agents** | Enterprise / API scale | Anthropic API | Structured agent loop, production-ready |\n\n**Recommended stack:** OpenClaw for WhatsApp presence → Hermes for continuous learning → NanoClaw when handling sensitive client data → Claude Managed Agents for scale.\n\n### Phase 4: Ongoing Maintenance\n\n- **Feedback loop** — review agent outputs weekly; correct and feed corrections back in\n- **/learn command** — teach Hermes new facts on the fly without rewriting the system prompt\n- **/compress** — compress accumulated memory to keep the context window efficient\n\n---\n\n## Deploying Real Agents: Barry Zhang's 5-Step Methodology\n\n*From the AI Agent Deployment Guide 2026 — Barry Zhang, Anthropic*\n\nBarry Zhang (Anthropic) distilled production agentic deployment into a 5-step framework that maps naturally onto the second brain workflow.\n\n### Step 1 — Evaluate the Use Case\n\nBefore building, weigh four factors: **complexity** (does the task have enough steps to justify an agent?), **value** (what's the upside if it works?), **viability** (can current models handle it reliably?), and **error cost** (what happens when it fails?). Only build an agent when complexity × value exceeds the error risk.\n\n### Step 2 — Define Components\n\nEvery agent needs three things: an **environment** (what can it see — your vault folder, email inbox, calendar), **tools** (what can it call — file read/write, web search, email send, payment lookup), and a **system prompt** (who is it, what are its rules, what's its north star). In your second brain, this maps directly: environment = vault, tools = file ops + MCPs, system prompt = `CLAUDE.md`.\n\n### Step 3 — Implement the Agentic Loop\n\nThe core loop: **receive task → read context → plan → execute → evaluate result → loop or stop.** Claude Code handles this natively when run inside your vault. For external deployments, OpenClaw and Hermes package this loop for you.\n\n### Step 4 — Optimize via Agent's Perspective\n\nThree techniques: **context review** (are the right files in scope? is the system prompt unambiguous?), **self-debugging** (ask the agent to explain its reasoning *before* it acts), and **trajectory analysis** (review past sessions to find where the agent drifted or made wrong assumptions).\n\n### Step 5 — Deployment & Maintenance\n\nSet token and cost budgets per session to avoid runaway spend. Evolve tools as your vault grows (add MCPs for email, calendar, CRM, payments). Scale with **multi-agent** setups: one specialized agent per domain (clients, content, finance).\n\n### Platform Deep Dives\n\n**OpenClaw** — Railway one-click deploy or Docker. Connect to 200+ services via Composio. Best entry point for WhatsApp automation and multi-channel presence. Start here if your goal is reaching clients where they already are.\n\n**Hermes** — One-line install. SOUL.md acts as the agent's persistent memory (like your vault's `CLAUDE.md`). Supports Claude, GPT-4, and Gemini — switch providers without rewiring. Best for a clone that genuinely learns and improves over time.\n\n**NanoClaw** — 3-command install. Docker sandbox with micro-VM isolation. At 700 lines of code it's small enough to audit yourself. Best when processing sensitive client data or financial records — you can verify exactly what it does.\n\n**Claude Managed Agents** — Anthropic's API-native approach. Full control over the agent loop, tools, and system prompt. Best for enterprise workflows or when you need SLA-backed reliability at scale.\n\n---\n\n## Putting It All Together: From Second Brain to AI Clone\n\n```\nYour Obsidian Vault\n├── CLAUDE.md          ← Agent identity + rules (system prompt)\n├── clients.md         ← Knowledge base\n├── voices/\n│   ├── style-dna.md   ← Taste Interview output\n│   └── elevenlabs.md  ← Voice clone ID\n└── meetings/          ← Continuous learning feed\n\n        ↓ Claude Code (local)        ← Read/write your files\n        ↓ OpenClaw (WhatsApp)        ← Reach clients\n        ↓ Hermes (self-improving)    ← Learn continuously\n        ↓ NanoClaw (secure)          ← Handle sensitive data\n        ↓ Claude Managed Agents      ← Scale to enterprise\n```\n\nThe second brain is the foundation. The agent platforms are the deployment layer. The voice clone is the interface. Together they form a complete AI operating system for your work.","slug":"claude-code-obsidian-second-brain","curation_note":null,"tool_name":"Claude Code","feature_name":null,"difficulty_level":"בינוני","topics":["Claude Code","Obsidian","Second Brain","Productivity","AI Agents","Business Workflow","AI Cloning","ElevenLabs","OpenClaw","Hermes","NanoClaw","Agent Deployment"],"url":"https://www.howtogeek.com/claude-obsidian-the-cheat-code-for-building-a-second-brain/","sources":[{"url":"https://www.howtogeek.com/claude-obsidian-the-cheat-code-for-building-a-second-brain/","title":"How To Geek: Claude + Obsidian Second Brain"},{"url":"https://www.mindstudio.ai/blog/build-ai-second-brain-claude-code-obsidian","title":"MindStudio: Build AI Second Brain"},{"url":"https://aimaker.substack.com/p/para-method-tiago-forte-claude-code-obsidian-ai-productivity-os","title":"PARA Method + Claude Code + Obsidian"},{"url":"https://code.claude.com/docs/en/quickstart","title":"Claude Code Quickstart"},{"url":"https://chat.whatsapp.com/Eav9Kgs0nSs70YWBvHgU4r","title":"Yuval Kashtecher WhatsApp AI Community"}],"language":"עברית","created_at":"2026-05-12T06:16:20.535118+00:00","updated_at":"2026-05-12T06:24:43.130694+00:00","section":"complete","section_order":2,"section_title":null,"section_title_he":null,"long_content_he":"# בנה מוח שני עם AI: Claude Code + Obsidian\n\n## מה זה בעצם\n\nהמוח השני שלך הוא תיקייה של קבצי markdown פשוטים שסוכן Claude Code יכול לקרוא ולכתוב מהטרמינל. במקום הערות מפוזרות, גיליונות CRM שאף פעם לא מוצאים, ומסמכי Google Drive שנשכחים — הכל נמצא ב-vault אחד, וסוכן Claude משמש כממשק החכם שעליו.\n\nהשיטה הפכה לוויראלית בעקבות יועץ עסקי ישראלי בשם יובל קשתכר, שחיבר את כל העסק שלו למערכת הזאת — כולל מייל, תמלול פגישות (Spinach), כלי דיוור ומעבד תשלומים.\n\n---\n\n## למה זה עובד\n\n- **Markdown הוא אוניברסלי.** Claude Code קורא טקסט פשוט באופן מובנה. אין צורך בחיבורי API או בסיסי נתונים.\n- **Claude Code רץ מקומית.** תעשו `cd` לתיקיית ה-vault, תקלידו `claude`, והסוכן מקבל גישה מלאה לכל הקבצים.\n- **ההקשר מצטבר.** ככל שתתעדו יותר, הסוכן נעשה חכם יותר. שאלו \"מי לא שילם?\" — הוא קורא `clients.md`. בקשו \"כתוב מייל פנייה קרה\" — הוא קורא `sales-scripts.md` + `voices/linkedin.md`.\n\n---\n\n## מבנה Vault מומלץ\n\n```\nהvault שלך/\n├── clients.md          # כל לקוח: סיפור, קשר אחרון, מה שילם\n├── sales-scripts.md    # תסריטי שיחה, מענה להתנגדויות, סגירות\n├── offers.md           # מוצרים, תמחורים, מה עובד / מה לא\n├── meetings/           # קובץ אחד ליום: החלטות, פעולות, קונטקסט\n│   └── 2026-05-12.md\n└── voices/             # איך אתה נשמע בכל ערוץ\n    ├── facebook.md\n    ├── linkedin.md\n    └── newsletter.md\n```\n\n---\n\n## הגדרה צעד אחר צעד\n\n### צעד 1 — התקינו Obsidian\nהורידו את Obsidian (חינמי) מ-https://obsidian.md ופתחו תיקייה חדשה במחשב. זהו ה-vault שלכם — תיקייה רגילה שObsidian משמש עורך ויזואלי לה, ו-Claude Code עובד ישירות עם הקבצים.\n\n### צעד 2 — התקינו Claude Code\nמהטרמינל הריצו:\n```bash\nnpm install -g @anthropic-ai/claude-code\n```\nואז נווטו ל-vault והפעילו את Claude:\n```bash\ncd ~/your-vault\nclaude\n```\nהסוכן רואה עכשיו את כל הקבצים. הוא יכול לקרוא, לכתוב, לחפש ולסכם.\n\n### צעד 3 — צרו את הקובץ הראשון\nהתחילו עם `clients.md`. רשמו כל לקוח, הסיפור שלו, מה דיברתם, מה שילם. ואז בקשו:\n> \"תקרא את clients.md ותסכם מי הכי שווה זמן השבוע.\"\n\nמשם, הוסיפו קבצים אחד אחד. ה-vault גדל אתכם.\n\n---\n\n## דוגמאות לפרומפטים בשימוש יומיומי\n\n| מטרה | מה לבקש |\n|------|----------|\n| מעקב לקוחות לא פעילים | \"מי ב-clients.md לא דיבר איתי 30+ יום?\" |\n| כתיבת תסריט מכירה | \"תקרא sales-scripts.md + voices/linkedin.md וכתוב תסריט ללקוחה חדשה\" |\n| הכנה לפגישה | \"תקרא את meetings/ ותסכם פעולות פתוחות\" |\n| תמחור מוצר חדש | \"תקרא offers.md ותציע מחיר לחבילה חדשה ל-3 חודשים\" |\n| יצירת תוכן | \"תקרא voices/facebook.md וכתוב פוסט על מוחות שניים עם AI\" |\n\n---\n\n## חיבור לכלים חיצוניים\n\nאחרי שה-vault המקומי עובד, אפשר להרחיב:\n- **מייל** — Claude Code יכול לנסח ולשלוח דרך Gmail MCP\n- **Spinach** — מתמלל כל פגישה ומייצר תסריט שיחה; הפלט עובר ל-`meetings/`\n- **כלי דיוור** — ייצוא טיוטות מ-Claude לפלטפורמת הניוזלטר שלכם\n- **מעבד תשלומים** — רישום אוטומטי של אירועי תשלום ב-`clients.md`\n\n---\n\n## שילוב שיטת PARA\n\nלvault מסודר יותר, אמצו את מסגרת PARA של Tiago Forte:\n- **P**rojects — עבודה פעילה עם דדליין\n- **A**reas — אחריות שוטפת (לקוחות, כספים, בריאות)\n- **R**esources — חומר עיון (תסריטים, הצעות, מחקר)\n- **A**rchives — פריטים שהושלמו או לא פעילים\n\nClaude Code מנווט ב-PARA באופן טבעי — פשוט תארו מה אתם צריכים והוא ימצא את הקבצים הנכונים.\n\n---\n\n## מקורות\n- [How To Geek: Claude + Obsidian Second Brain](https://www.howtogeek.com/claude-obsidian-the-cheat-code-for-building-a-second-brain/)\n- [MindStudio: Build AI Second Brain](https://www.mindstudio.ai/blog/build-ai-second-brain-claude-code-obsidian)\n- [PARA Method + Claude Code + Obsidian](https://aimaker.substack.com/p/para-method-tiago-forte-claude-code-obsidian-ai-productivity-os)\n- [Claude Code Quickstart](https://code.claude.com/docs/en/quickstart)\n- פוסט מקורי של יובל קשתכר (קהילת WhatsApp AI)\n\n---\n\n## הצעד הבא: שיבוט עצמי עם AI\n\n*מתוך מדריך שיבוט AI 2026*\n\nברגע שהמוח השני שלך מאחסן פרופילי קול וידע מצטבר, הצעד הטבעי הבא הוא פריסת עותק AI שלך — סוכן שנשמע כמוך, יודע מה שאתה יודע, ויכול לפעול בשמך על פני פלטפורמות שונות.\n\n### שלב 1: חילוץ ה-DNA הסגנוני שלך דרך \"ראיון טעם\"\n\nבתוך Claude, הפעילו \"ראיון טעם\" מובנה. בקשו מ-Claude לראיין אתכם על העדפות התקשורת שלכם, סגנון סיפור הסיפורים, חוש ההומור והערכים. הפלט הופך ל-`voices/style-dna.md` — הייחוס הראשי לכל פריסות העותק.\n\n### שלב 2: שיבוט קול דרך ElevenLabs\n\nהקליטו 5–10 דקות של דיבור נקי ומבוטא. העלו ל-ElevenLabs וצרו מודל קול. שמרו את מזהה הקול ב-`voices/elevenlabs.md` כך שכל סוכן יוכל לפנות אליו בעת יצירת תוכן מדובר.\n\n### שלב 3: פריסה על 4 פלטפורמות\n\n| פלטפורמה | הכי טוב ל | התקנה | תכונה מרכזית |\n|----------|----------|-------|-------------|\n| **OpenClaw** | WhatsApp, ריבוי ערוצים | Railway בלחיצה אחת או Docker + Composio | 200+ אינטגרציות שירות |\n| **Hermes** | עותק לומד ומשתפר | התקנה בשורה אחת | זיכרון מתמשך SOUL.md, ריבוי ספקים (Claude/GPT/Gemini) |\n| **NanoClaw** | נתונים רגישים | התקנה ב-3 פקודות | בידוד Docker + micro-VM, 700 שורות קוד ניתנות לביקורת |\n| **Claude Managed Agents** | ארגוני / API בסדר גודל | Anthropic API | לולאת סוכן מובנית, מוכן לייצור |\n\n**Stack מומלץ:** OpenClaw לנוכחות WhatsApp ← Hermes ללמידה מתמשכת ← NanoClaw לנתוני לקוחות רגישים ← Claude Managed Agents בסדר גודל.\n\n### שלב 4: תחזוקה שוטפת\n\n- **לולאת משוב** — סקרו פלטי סוכן שבועית; תקנו והזינו תיקונים חזרה\n- **פקודת /learn** — למדו Hermes עובדות חדשות תוך כדי ריצה מבלי לשכתב את הפרומפט\n- **/compress** — דחסו זיכרון מצטבר כדי לשמור על חלון ההקשר יעיל\n\n---\n\n## פריסת סוכנים אמיתיים: מתודולוגיית 5 הצעדים של Barry Zhang\n\n*מתוך מדריך פריסת סוכני AI 2026 — Barry Zhang, Anthropic*\n\nBarry Zhang (Anthropic) זיקק את פריסת הסוכנים בייצור ל-5 שלבים שממפים באופן טבעי לזרימת העבודה של המוח השני.\n\n### שלב 1 — הערכת תרחיש השימוש\n\nלפני הבנייה, שקלו ארבעה גורמים: **מורכבות** (האם למשימה יש מספיק שלבים כדי להצדיק סוכן?), **ערך** (מה הפוטנציאל אם זה עובד?), **כדאיות** (האם המודלים הנוכחיים יכולים לטפל בזה בצורה אמינה?) ו**עלות שגיאה** (מה קורה כשהוא נכשל?). בנו סוכן רק כאשר מורכבות × ערך עולה על עלות השגיאה.\n\n### שלב 2 — הגדרת רכיבים\n\nכל סוכן צריך שלושה דברים: **סביבה** (מה הוא יכול לראות — תיקיית ה-vault, תיבת הדואר, לוח השנה), **כלים** (מה הוא יכול לקרוא — קריאה/כתיבת קבצים, חיפוש אינטרנט, שליחת מייל, בדיקת תשלומים) ו**פרומפט מערכת** (מי הוא, מה הכללים שלו, מה המטרה שלו). במוח השני שלך זה ממפה ישירות: סביבה = vault, כלים = פעולות קבצים + MCPs, פרומפט מערכת = `CLAUDE.md`.\n\n### שלב 3 — מימוש לולאת הסוכן\n\nהלולאה המרכזית: **קבל משימה ← קרא הקשר ← תכנן ← בצע ← הערך תוצאה ← חזור על הלולאה או עצור.** Claude Code מטפל בזה באופן מובנה כשמריצים אותו בתוך ה-vault. לפריסות חיצוניות, OpenClaw ו-Hermes מארזים את הלולאה הזו עבורכם.\n\n### שלב 4 — אופטימיזציה מנקודת מבט הסוכן\n\nשלוש טכניקות: **סקירת הקשר** (האם הקבצים הנכונים בטווח? האם פרומפט המערכת חד-משמעי?), **ניפוי שגיאות עצמי** (בקשו מהסוכן להסביר את ההיגיון שלו *לפני* שהוא פועל), ו**ניתוח מסלול** (סקרו סשנים קודמים כדי למצוא היכן הסוכן סטה או עשה הנחות שגויות).\n\n### שלב 5 — פריסה ותחזוקה\n\nקבעו תקציבי טוקנים ועלויות לכל סשן כדי למנוע הוצאה בלתי מבוקרת. פתחו כלים ככל שה-vault שלכם גדל (הוסיפו MCPs למייל, לוח שנה, CRM, תשלומים). הרחיבו עם **ריבוי סוכנים**: סוכן מתמחה אחד לכל תחום (לקוחות, תוכן, פיננסים).\n\n### צלילה עמוקה לפלטפורמות\n\n**OpenClaw** — פריסה בלחיצה אחת דרך Railway או Docker. התחברות ל-200+ שירותים דרך Composio. נקודת כניסה טובה לאוטומציה של WhatsApp ונוכחות ריבוי ערוצים. התחילו כאן אם המטרה היא להגיע ללקוחות במקום שהם כבר נמצאים.\n\n**Hermes** — התקנה בשורה אחת. SOUL.md משמש כזיכרון מתמשך של הסוכן (כמו `CLAUDE.md` של ה-vault שלכם). תומך ב-Claude, GPT-4 ו-Gemini — החליפו ספקים מבלי לשכתב. הטוב ביותר לעותק שממש לומד ומשתפר עם הזמן.\n\n**NanoClaw** — התקנה ב-3 פקודות. Docker sandbox עם בידוד micro-VM. ב-700 שורות קוד, קטן מספיק לביקורת עצמית. הטוב ביותר כשמעבדים נתוני לקוחות רגישים או רשומות פיננסיות — אפשר לאמת בדיוק מה הוא עושה.\n\n**Claude Managed Agents** — הגישה המקורית של Anthropic ב-API. שליטה מלאה על לולאת הסוכן, הכלים ופרומפט המערכת. הטוב ביותר לזרימות עבודה ארגוניות או כשצריך אמינות מגובה SLA בסדר גודל.\n\n---\n\n## כל המגדל יחד: ממוח שני לעותק AI\n\n```\nה-Vault שלך באObsidian\n├── CLAUDE.md          ← זהות + כללי הסוכן (פרומפט מערכת)\n├── clients.md         ← בסיס הידע\n├── voices/\n│   ├── style-dna.md   ← פלט ראיון הטעם\n│   └── elevenlabs.md  ← מזהה עותק הקול\n└── meetings/          ← הזנת למידה מתמשכת\n\n        ↓ Claude Code (מקומי)           ← קריאה/כתיבת קבצים\n        ↓ OpenClaw (WhatsApp)            ← הגעה ללקוחות\n        ↓ Hermes (משתפר עצמי)           ← למידה מתמשכת\n        ↓ NanoClaw (מאובטח)             ← טיפול בנתונים רגישים\n        ↓ Claude Managed Agents          ← הרחבה לארגון\n```\n\nהמוח השני הוא הבסיס. פלטפורמות הסוכנים הן שכבת הפריסה. עותק הקול הוא הממשק. יחד הם מהווים מערכת הפעלה AI שלמה לעבודה שלך."}],"total":1,"limit":null,"offset":0,"next_cursor":null}