List recent meetings and voice memos. Use when the user asks "what meetings did I have", "show my recent recordings", "any meetings today", "list my voice memos", or wants an overview of their meeting history. Also use when they need to find a specific meeting by browsing rather than searching.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Show recent meetings and voice memos, sorted newest-first.
# List last 10 recordings (default)
minutes list
# Show more
minutes list --limit 20
# Only voice memos
minutes list -t memo
# Only meetings
minutes list -t meetingHuman-readable list to stderr, JSON array to stdout. Each entry has:
title, date, content_type, pathTreat each returned path as a hint, not a retained capability. To read a
specific meeting, reauthorize it through minutes get "<exact path>" --json,
require exit status 0, and use only that result. Never reopen a result path with
the host Read tool.
~/meetings/ doesn't exist yet or has no .md files, list returns an empty array. This is normal before the first recording.minutes list | jq), you get JSON only. The human-readable table goes to stderr.minutes status to check if something is currently recording.a9a4a8b
Also appears in
since Jul 28, 2026
since Jul 28, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.