Agent crews & Obsidian tricks
Users are building multi‑agent Obsidian systems: a PhD posted an open‑source 10‑agent crew that automates notes, inboxes, papers, deadlines and email triage inside a vault. (x.com) Other workflows pair NotebookLM + Gemini + Obsidian for “10x faster learning,” plus voice tools (VoiceLab) that auto‑categorize recordings to books/to‑dos/journal and sync to Notion/Obsidian. (x.com) (x.com)
An open-source project titled “My Brain Is Full — Crew” publishes a 10-agent team for managing an Obsidian vault and lists features including automated organization, transcription, email triage, meal planning and mental‑health support authored by a PhD researcher on GitHub )). The project’s getting‑started docs require Obsidian plus Git and explicitly call out Claude Code (Claude Pro/Max/Team) as the LLM backend for the agents, meaning users need an active Claude subscription to run the built-in Claude agents )). Community tooling ties into major LLMs: an actively maintained “Gemini Scribe for Obsidian” plugin lets Gemini models run inside a vault and has hundreds of stars and recent commits, enabling in‑place model assistance for notes and prompts )). Journalists and bloggers have documented workflows that combine NotebookLM, Google’s Gemini and Obsidian — NotebookLM can ingest.md files for source‑grounded Q&A while Gemini powers in‑depth reasoning — and multiple how‑tos describe using the three together to accelerate studying and project work. (xda-developers.com article, (xda-developers.com)) (androidpolice.com overview, (androidpolice.com)). Voice and audio pipelines in the Obsidian ecosystem already automate transcription and categorization: the Obsidian Vox plugin performs automatic transcription and extracts metadata/tags for categorizing recordings, and Voicenotes’ Obsidian sync plugin links external voice notes into a vault for downstream tagging or task creation )) )). Technical tutorials show how to combine agent frameworks and vector stores — for example CrewAI with Qdrant — to build RAG/agentic pipelines that automate email processing and feed structured outputs back into Obsidian vaults for search and follow‑up automation (try.qdrant.tech agentic RAG with CrewAI, (try.qdrant.tech)).