It started with a calendar full of recurring client calls and a pattern nobody enjoyed. Every call ended the same way: someone owed notes. Writing them took half an hour the meeting had already spent once. Skipping them meant decisions lived in memory, and memory is where agreed deadlines go to die.
Zoom was already recording the transcripts. AI Companion generates a full word-for-word record with speaker labels, and it was sitting in the account unused. The gap was never the technology. The gap was the plumbing: fetch the transcript reliably, turn it into notes a person wants to read, and file those notes where the team keeps things. Every week. Without anyone remembering to do it.
So we built the plumbing once, hardened it against everything the Zoom API threw at it, and turned the whole thing into a skill any agent can follow. Then we released it free, so your agent can do the same thing for your calendar.
A SKILL.md your agent reads. It documents the two separate Zoom transcript systems, the exact fetch chain, and eleven pitfalls we hit so your agent does not have to. A stdlib-only Python script that handles OAuth, retries, and dedup. Four note-style templates that turn raw transcripts into notes with verbatim quotes and no invented deadlines. An onboarding guide that gets you from zero to a scheduled fetch in about fifteen minutes.
Because the hard part was never the model. It was the workflow: the right endpoints in the right order, the retry discipline, the note formats with real fidelity rules. Most owners have an agent that could do all of this. They just do not have the tested sequence and the guardrails. Now they do.
The skill is maintained by My AI Freedom Systems, a small team that builds practical AI workflows for real businesses and releases the reusable parts in the open. Everything published under that name is scrubbed of client data and tested against real work before it ships.
The skill is free on GitHub. Your agent is one clone away from never writing meeting notes again.
Get the Skill →