| name | fireflies |
| description | Retrieve and search meeting summaries, transcripts, and action items from Fireflies.ai. Use when asked to check recent meetings, search for specific topics discussed in meetings, or get transcripts/details of a meeting. |
Fireflies Meeting Retrieval
Query and search meeting transcripts, summaries, and action items from the team's Fireflies.ai workspace.
Quick start
Run the Fireflies CLI utility via Python inside the project repository to retrieve meeting data.
python3 .agent/skills/fireflies/scripts/fireflies_cli.py list
python3 .agent/skills/fireflies/scripts/fireflies_cli.py search "react development"
python3 .agent/skills/fireflies/scripts/fireflies_cli.py get "MEETING_ID"
python3 .agent/skills/fireflies/scripts/fireflies_cli.py get "MEETING_ID" --sentences
Workflows
1. Checking recent meetings
Use this workflow when the user asks "what did we discuss in the recent meetings?" or wants to catch up on recent work.
2. Searching for specific topics
Use this workflow when searching for historical context or decisions on a feature/topic.