From productivity-suite
Extracts meeting transcripts from Fireflies.ai. Lists available transcripts with search by participant name or date, displays full transcript in conversation. Use when user asks to get Fireflies transcripts, meeting recordings, call notes, or mentions a conversation with someone.
How this skill is triggered — by the user, by Claude, or both
Slash command
/productivity-suite:firefliesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull meeting transcripts from Fireflies.ai for review or analysis.
Pull meeting transcripts from Fireflies.ai for review or analysis.
This skill activates when user:
Mentions "Fireflies" or "meeting transcript"
Asks about a "call" or "conversation" with someone
Wants to review meeting notes
References a recorded meeting
| Operation | Description | Module |
|---|---|---|
| Extract | List, select, and extract transcripts | EXTRACT.md |
User: "Get my call with Owen"
→ Lists transcripts filtered by "Owen"
→ User selects the right one
→ Displays full transcript
→ Asks if user wants to save
User: "Show my recent Fireflies transcripts"
→ Lists last 20 transcripts
→ User picks one to extract
List - Show available transcripts (optionally filtered)
Select - User chooses which transcript
Extract - Fetch and display full text
Save (optional) - Store to context/calls/
| Variable | Description |
|---|---|
| FIREFLIES_API_KEY | API key from Fireflies.ai settings |
# List transcripts
uv run .claude/skills/fireflies/scripts/fireflies.py list [options]
# Options:
# --participant, -p Filter by name/email
# --from-date, -f From date (YYYY-MM-DD)
# --to-date, -T To date (YYYY-MM-DD)
# --limit, -l Max results (default: 20)
# Get specific transcript
uv run .claude/skills/fireflies/scripts/fireflies.py get <id> [--output PATH]
When saving: context/calls/{sales-calls|client-calls}/{date} - {title}.md
npx claudepluginhub riccardovandra/cc-plugin-productivity-suite --plugin productivity-suiteSearches 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.
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
Fetches Fireflies.ai meeting transcripts via GraphQL, processes speaker-diarized sentences, extracts action items and summaries for intelligence pipelines.