From minutes
Lists recent meetings and voice memos from ~/meetings/, sorted newest-first. Filter by type (memo/meeting) or limit. JSON to stdout; table to stderr for browsing transcripts.
npx claudepluginhub silverstein/minutes --plugin minutesThis skill uses the workspace's default tool permissions.
Show recent meetings and voice memos, sorted newest-first.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Surfaces recent voice memos from ~/meetings/memos/ using minutes CLI or file scan. Lists date/title/duration/device and reads selected transcripts.
Queries MeetGeek API via CLI: lists meetings, fetches AI summaries, transcripts, action items, and searches transcripts across calls with natural language.
Share bugs, ideas, or general feedback.
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.