From minutes
Lists recent meetings and voice memos from local files, sorted newest-first. Supports filtering by type and custom limits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minutes:minutes-listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show recent meetings and voice memos, sorted newest-first.
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 meeting
Human-readable list to stderr, JSON array to stdout. Each entry has:
title, date, content_type, pathTo read a specific meeting's full transcript, use Read on its path.
~/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.npx claudepluginhub silverstein/minutes --plugin minutesSearches and surfaces voice memos and ideas captured from any device in the last 14 days. Use when recalling ideas recorded while away from the desk.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Searches and retrieves meeting transcripts from Fireflies.ai and Google Drive with full text, speaker labels, timestamps, summaries, keywords, and action items. Triggers on transcript search, meeting history, call recordings, or Fireflies queries.