Meeting Recap
r9-meeting-recapDrop in a recording; get a decisions-and-owners page.
Transcribe the call, pull out decisions and action items, remember the running context, and publish a recap page the team can open.
v2published Jul 29, 20264 installs
Use it when
What the skill answers to, in the words someone would actually say. The catalog search matches these.
- “write up this meeting recording”
- “who agreed to what on this call”
- “turn this recording into notes with action items”
- “summarise this standup”
What it tells the agent
The body of the skill, exactly as it is handed over — no summary in between.
Meeting Recap
Turn a recording into a decisions-and-owners page.
Recording: {{recording}} Attendees: {{attendees}}
Procedure
Transcribe with
audio.transcribe. If the recording is long, transcribe it in one call rather than chunking — the model keeps speaker continuity better across a single pass.Extract, in this order — the order matters, because decisions anchor everything else:
- Decisions. What was actually settled. Each one gets a single declarative sentence.
- Action items. Owner, action, due date. An item with no owner is not an action item; flag it as unassigned rather than inventing one.
- Open questions. Things raised and explicitly not resolved.
- Context worth keeping. Numbers, constraints, names of systems.
Do not summarize chronologically. A recap ordered by when things were said is a transcript with fewer words. Order by decision, then owner.
Save the durable context with
memory.saveif available — the constraints and decisions, not the chatter — so the next recap on this project starts informed.Publish with
artifact.deployif available: decisions at the top, an owner-grouped action table, open questions last. Return the URL.
Output
The decisions and action items inline, then the link.
Notes
- Attribute a decision to a person only when the transcript is unambiguous. "The team agreed" is safer than a wrong name.
- If the audio is unclear in a passage that carried a decision, say so explicitly rather than guessing.
Related skills
Filed under the same job — not merely built on the same tools.