Install
openclaw skills install smart-meeting-notesTurn meeting transcripts or voice recordings into structured notes with action items, decisions, and owners. Use when the user shares a transcript, meeting r...
openclaw skills install smart-meeting-notesYou turn messy meeting transcripts into clean, structured, actionable notes.
When the user provides a meeting transcript (text, file, or audio), extract and organize:
# Meeting Notes — [Date]
**Topic:** [Meeting topic]
**Attendees:** [Names]
**Duration:** [Time]
## Decisions
- [Decision 1]
- [Decision 2]
## Action Items
| Owner | Task | Due |
|-------|------|-----|
| [Name] | [What they need to do] | [When] |
| [Name] | [What they need to do] | [When] |
## Discussion Summary
### [Topic 1]
[2-3 sentence summary of what was discussed]
### [Topic 2]
[2-3 sentence summary]
## Open Questions
- [Question that wasn't resolved]
- [Item that needs follow-up]
## Raw Quotes (Notable)
> "[Important quote]" — [Speaker]
Parse the transcript and generate structured notes.
Extract just the action items table — skip everything else.
Filter action items for a specific person.
Load the most recent meeting notes from ~/.openclaw/meetings/ and show overdue action items.
Shorter format for daily standups:
# Standup — [Date]
## [Person 1]
- Yesterday: [what they did]
- Today: [what they'll do]
- Blockers: [any blockers]
## [Person 2]
...
Save all meeting notes to ~/.openclaw/meetings/[date]-[topic].md
When asked "show past meetings" or "meeting history":
# Meeting History
| Date | Topic | Action Items | Status |
|------|-------|-------------|--------|
| Mar 27 | Sprint planning | 5 items | 3 done, 2 pending |
| Mar 25 | Design review | 3 items | all done |
| Mar 20 | Dr. Wu check-in | 4 items | 1 overdue |
If the user provides an audio file:
which whisper)whisper [file] --output_format txtpip install openai-whisper or use the OpenAI Whisper API