IOS Meeting Notes to Obsidian via Local AI
Records an iOS voice memo, transcribes it locally, optionally summarizes with ChatGPT.
What it does
Capture your iOS voice memos and instantly turn them into organized Markdown notes stored in your Obsidian vault. The system transcribes audio locally on your device and optionally summarizes the content with ChatGPT before uploading everything to Google Drive for private, searchable access.
Step by step
- Configure an n8n webhook node to receive POST requests from the iOS automation.
- Set up a Google Drive upload node in n8n with OAuth2 authentication for the target vault folder.
- Define the Markdown template structure including date, title, and summary fields.
Where the LLM does the work
- Generate the prompt instructions for ChatGPT to summarize the raw transcript into concise bullet points.
- Refine the system prompt to ensure the output format strictly matches the required Markdown schema.
- Handle edge cases where the transcript is too short or unclear by instructing the LLM to note the ambiguity.
Watch out for
Local transcription on iOS might fail for noisy audio, check the status code before sending to the LLM.
Markdown formatting errors can break Obsidian links, validate the output string structure before upload.
Tools that fit
iOS Voice Memos Service Record audio input
ChatGPT LLM Summarize transcription text
The agent brief
Everything your agent needs, including the gotchas. Copy it and go.
You are helping me build the following AI agent workflow. ## Goal IOS Meeting Notes to Obsidian via Local AI: Records an iOS voice memo, transcribes it locally, optionally summarizes with ChatGPT. ## Specification - What it does: Capture your iOS voice memos and instantly turn them into organized Markdown notes stored in your Obsidian vault. The system transcribes audio locally on your device and optionally summarizes the content with ChatGPT before uploading everything to Google Drive for private, searchable access. - Trigger: Run manually (Manual · on voice memo recording) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - iOS Voice Memos: Record audio input - n8n: Process webhook and convert to Markdown - Google Drive: Store and sync files - ChatGPT: Summarize transcription text ## Known pitfalls, handle each one explicitly in your implementation 1. Local transcription on iOS might fail for noisy audio, check the status code before sending to the LLM. 2. Markdown formatting errors can break Obsidian links, validate the output string structure before upload. ## Reference implementation https://n8n.io/workflows/10482 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/ios-meeting-notes-to-obsidian-via-local-ai/ via usecasesforagents.com
Frequently asked questions
Can I use a different Automation Platform than n8n?
Yes. n8n is only the example automation platform in this recipe. The same flow works with Home Assistant. Swap the automation platform connection and keep the rest of the setup as written.
Want this running in your business?
This is what I do. I design and build AI agents like this one, and keep them running. If you want it set up for your team instead of doing it yourself, get in touch.
Who it's for
Also fits Legal-Compliance.
Also fits Healthcare.
Works just as well for personal use, no business context needed.