Converts meeting transcripts into structured notes with action items and owners.
Meeting Summarizer takes raw meeting transcripts — from Zoom, Google Meet, Otter.ai, or plain text — and produces structured, actionable meeting notes. It identifies decisions made, action items with assigned owners and deadlines, open questions, and parking lot items.
The skill parses speaker-labeled transcripts to attribute statements correctly. It recognizes implicit commitments ('I'll handle that by Friday') and explicit action items ('Action: Sarah to update the docs'). Duplicate or restated items are merged, and the output is deduplicated and organized.
Output is clean Markdown with sections: Summary (2-3 sentences), Decisions, Action Items (with owner and due date), Open Questions, and Next Steps. The skill reads from a file and writes to a file — no network access, no external APIs. Requires no environment variables or binaries beyond the OpenClaw runtime.