How to use Claude Code to file every meeting into your notes, automatically

Dylan de Heer
Claude Code is Anthropic's assistant that lives in the Terminal, the black window with the blinking cursor that most sensible people avoid. Stay with us, because the trick of this guide is that you won't write any code. You'll ask Claude Code to build the automation for you, and then check its work.
What you'll have at the end: the moment Weeve finishes summarizing a meeting, a tidy note appears in your notes folder (Obsidian, or any app that reads Markdown files) with the date, title, attendees, and notes, and your action items copied into one running to-do file. Not on a schedule. Within seconds of the summary being ready, powered by a small helper that macOS itself triggers whenever your meetings folder changes.
This is the guide for readers who want the fastest, most self-sufficient version of a Weeve automation and are willing to touch the Terminal twice to get it. (If "Terminal" is a hard no, our Claude Cowork guide gets you most of the way with none of this.)
What you need
The Claude Code app installed (Anthropic's site has a one-line installer, and a Claude subscription covers it), Weeve with auto-generate summaries turned on, and a notes folder, say ~/Notes/Meetings.
Step 1 — Move your Weeve library out of the system folders
In Weeve: Settings → Data & Storage → Change folder. Create a folder called Weeve in your home folder and pick it. From now on, every meeting lives at Weeve → Users → (one long-named folder, your account) → Recordings, one small file per meeting. Open that folder in Finder once, just to see it. Those files are the raw material for everything below.
Step 2 — Ask Claude Code to build the automation
Open Terminal (press Cmd-Space, type "Terminal", press Enter), type claude, and press Enter. You're now chatting with Claude Code. Paste this. It's a description of what you want, not code:
Claude Code will write the script, explain it, create the trigger, and ask permission before installing anything. Read what it proposes; approve it. This is the honest division of labor in 2026: you describe the outcome and the safety rules, the AI handles the plumbing, and everything it builds sits on your Mac in plain text where you (or any developer, or Claude itself) can inspect it later.
Step 3 — Test it
Record a ten-second meeting in Weeve. Say something with a task in it: "Note to self, send Marloes the proposal Tuesday." Stop, wait for the summary to finish, and watch your notes folder. A new file should appear within moments, and your Inbox file should have gained a checkbox.
If nothing happens, tell Claude Code exactly that ("the note didn't appear, here's what the meeting file looks like") and let it debug its own work. It's good at that.
Why this design is worth having
Three properties make this setup better than most off-the-shelf integrations. It's instant: macOS notices the file change and fires the script within seconds, no polling, no half-hour waits. It's transparent, since every piece is a readable file on your Mac and the script keeps a log of what it handled. And nobody can discontinue it, because there's no company in the middle and no subscription beyond Claude itself.
Once it works, extend it by asking. "Also file notes into a subfolder per project." "If a meeting mentions a date or deadline, add it to a Deadlines file." "Draft a follow-up email for any external meeting and save it to Drafts." Each is one more conversation with Claude Code, not a rebuild.
The privacy line, drawn clearly
Weeve records, transcribes, and summarizes entirely on your Mac. That never changes. And here's the quiet advantage of this particular setup: the automation Claude Code builds is an ordinary script, so once it's installed, the filing loop runs entirely on your Mac too. No meeting content goes anywhere at run time; the prompt above forbids it explicitly. The one cloud touchpoint is the building and debugging itself. While you're describing the automation to Claude Code, and especially if you paste a meeting file to help it debug, that text goes to Anthropic's servers. Build and debug with a throwaway test meeting rather than a real client call, and even that touchpoint stays harmless.
Two visits to the Terminal, one honest conversation about what you want, and the gap between "meeting ended" and "notes filed, tasks captured" drops to zero. Permanently.
Filing is the first half. For what happens when those filed notes start compounding into something the whole company reads, see how we built an AI company brain at Weeve.

