A free, open skill that teaches your AI agent to fetch the transcript after each meeting, apply the note style you chose, and file the notes where your team keeps things. You stay on the call. The agent does the paperwork.
Get the Skill, Free on GitHub See Example NotesWorks with any agent that can run a Python script and follow a SKILL.md. No subscription. No new app to maintain.
The problem
You finish a client call and the real work starts: writing up what was said, who agreed to what, and what happens next. Skip it and the decisions evaporate. Do it and you lose half an hour you already spent once. Either way it costs money, time, and energy, and it repeats after every single meeting.
On a schedule you set, the skill checks your Zoom account for new AI Companion transcripts. It handles the OAuth, the retries while Zoom processes, and the bookkeeping so every transcript downloads exactly once. Missed runs catch themselves.
The agent reads the raw transcript and rewrites it in the note style you picked: bullet summary, detailed third-person, action items only, or a coaching tracker that carries threads between sessions. Quotes stay verbatim. Deadlines are never invented.
Google Docs, Notion, or plain markdown files next to the transcripts. Every note is named with date, topic, and style so it sorts itself, and links back to the raw transcript so every line is auditable.
What's inside
The skill is a SKILL.md your agent reads, a stdlib-only Python script with zero pip installs, four note-style templates, and an onboarding guide that takes about fifteen minutes, most of it clicking through the Zoom portal.
The honest numbers
No invented before-and-after stats here. These are the mechanics of the skill itself, and you can check every one of them in the repo.
What you get back
Count the recurring calls on your calendar. Each one ends with the same tax: someone writes the notes, or nobody does and the decisions live in memory until they don't. The skill removes the tax. Money you stopped spending on write-ups. Time back after every meeting. Energy for the work the meeting was actually about.
The notes are also better than the ones written from memory. They come from the full transcript, with verbatim quotes for every commitment and a source link for every line. When a client says "that's not what we agreed," you have the sentence where the agreement was made.
Get the skill
Clone the repo into your agent's skills folder, spend fifteen minutes in the Zoom portal, and run one command. The onboarding guide walks every step.
git clone https://github.com/MyAiFreedomSystems/zoom-transcript-fetch.git
2. Follow ONBOARDING.md
Create a free Zoom Server-to-Server OAuth app, enable transcript retention, paste three values into a .env file.
3. Test it, then schedule it
ZOOM_ENV_FILE=.env python3 scripts/zoom_fetch_latest.py --verbose --once
Then tell your agent which note style to use and where to file the notes. Cron, launchd, Task Scheduler, or your agent runtime's own scheduler all work. Read the README for the full setup.
So is the note-taking. Install the skill today and the next call ends with the notes already filed.
Get the Skill on GitHub →