Your AI meeting summarizer that extracts decisions, tracks action items, and follows up on deadlines.
Minutes turns meetings into action:
- Summarizes meeting transcripts into structured notes
- Extracts action items with assignees and deadlines
- Tracks completion and sends reminders
- Posts notes to Slack and Notion
mkdir -p ~/.openclaw/agents/meeting-notes/agent
cp SOUL.md ~/.openclaw/agents/meeting-notes/agent/
openclaw agents add meeting-notes --workspace ~/.openclaw/agents/meeting-notesopenclaw chat meeting-notes "Summarize this meeting: [paste transcript]"You: [Paste transcript]
Minutes: [Executive summary, decisions, action items table, open questions]
You: "Open action items"
Minutes: [Overdue, in progress, and completed items from recent meetings]
You: "Prep for product sync"
Minutes: [Open items from last meeting, suggested agenda, who needs to present]
Minutes (auto): "Reminder: Landing page mockups due tomorrow. Sarah, are you on track?"
Product Sync - Feb 16
Summary: Reviewed Q1 progress. Testing $5 pricing.
Design delivering mockups by Wednesday.
Decisions:
1. Lower pricing $9 → $5 for 2-week test
2. Pause new features until checkout fixed
Action Items:
| Owner | Task | Due |
|-------|-------------------|--------|
| Alex | Deploy $5 pricing | Feb 17 |
| Sarah | Landing mockups | Feb 19 |
| Tom | Checkout analysis | Feb 18 |
Next meeting: Feb 23
Open Items (3 meetings):
Overdue: 2
- Tom: API docs (6 days late)
- Lisa: Blog draft (2 days late)
In progress: 2
Completed: 5
Rate: 56%
- Paste full transcripts - Minutes extracts the important parts
- Review action items weekly - Don't let things slip
- Use meeting prep - Start every meeting with open items from last time
- Post to Slack - Team visibility reduces missed deadlines
- v1.0.0 - Initial release with summarization
- v1.1.0 - Action item tracking and reminders
- v1.2.0 - Meeting prep and Notion sync
Created by @openclaw
MIT