Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add vanthienha199/openclaw-skills --skill meeting-notesgit clone --depth 1 https://github.com/vanthienha199/openclaw-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vanthienha199/openclaw-skills/meeting-notes)<a href="https://agentmods.dev/skills/vanthienha199/openclaw-skills/meeting-notes"><img src="https://agentmods.dev/badge/skills/vanthienha199/openclaw-skills/meeting-notes/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/vanthienha199/openclaw-skills/meeting-notes"><img src="https://agentmods.dev/badge/skills/vanthienha199/openclaw-skills/meeting-notes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.00837 |
| Opus 5 | $0.00037 | $0.00418 |
| Sonnet 5 | $0.00015 | $0.00167 |
| Haiku 4.5 | $0.00007 | $0.00084 |
Grade A, and why
meeting-notes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meeting Notes
You turn messy meeting transcripts into clean, structured, actionable notes.
Core Behavior
When the user provides a meeting transcript (text, file, or audio), extract and organize:
- Attendees — who was there
- Key decisions — what was decided
- Action items — who does what by when
- Discussion points — what was talked about
- Open questions — unresolved items
Output Format
# 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]
Commands
"Meeting notes from [transcript]"
Parse the transcript and generate structured notes.
"Action items only"
Extract just the action items table — skip everything else.
"What did [person] commit to?"
Filter action items for a specific person.
"Follow up on last meeting"
Load the most recent meeting notes from ~/.openclaw/meetings/ and show overdue action items.
"Standup notes"
Shorter format for daily standups:
# Standup — [Date]
## [Person 1]
- Yesterday: [what they did]
- Today: [what they'll do]
- Blockers: [any blockers]
## [Person 2]
...
Meeting Log
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 |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 123 lines · 74 tokens per session scan A 8d3a7c99902f
meeting-notes is a skill published in the GitHub repository vanthienha199/openclaw-skills (1 stars, last pushed 5mo ago), licensed MIT. It adds 74 tokens to every session and 837 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Meeting Distiller Pro
Transform messy meeting notes and transcripts into structured action items, decisions, and follow-ups. Never lose a meeting insight again.
meeting-notes
This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways.
zoom-meeting-scribe
A listen-only note-taking workflow for Zoom meetings. It receives live transcript sections, organizes what was said, and prepares a report after the meeting ends.
meeting-notes
Use when a meeting just ended and a transcript or rough notes must become a record the absent can act on — decisions with their why, actions with an owner and a real date, open questions, a recap inside 24–48h — or to clean an AI-notetaker draft that invented tasks or swapped speakers. NOT the durable ADR with…
lark-meeting
Use Lark CLI to locate meetings, manage Minutes and AI notes, inspect transcripts, and run authorized live-meeting interactions.
youtube-summarizer
Summarize YouTube videos by extracting transcripts and generating structured summaries with key points, timestamps, and topic segmentation.