Fireflies
When to use
User mentions Fireflies, meeting transcripts, or recorded calls. Triggers: 'fireflies meetings', 'my transcripts', 'what did we discuss', 'meeting with [person]', 'who said what', 'meeting analytics', 'action items from call', 'check my recorded meetings'.
Overview
List and search your Fireflies meetings. Get full transcripts with speaker labels. View AI-generated summaries, action items, and key decisions. See meeting analytics including speaker time, questions asked, and sentiment.
Limitations
Cannot record new meetings or modify existing ones. Meeting analytics require Fireflies Pro plan.
                    ---
name: "Fireflies"
description: "User mentions Fireflies, meeting transcripts, or recorded calls. Triggers: 'fireflies meetings', 'my transcripts', 'what did we discuss', 'meeting with [person]', 'who said what', 'meeting analytics', 'action items from call', 'check my recorded meetings'."
requiredApps: [fireflies]
---

List and search your Fireflies meetings. Get full transcripts with speaker labels. View AI-generated summaries, action items, and key decisions. See meeting analytics including speaker time, questions asked, and sentiment.

**Limitations:** Cannot record new meetings or modify existing ones. Meeting analytics require Fireflies Pro plan.


## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**List Fireflies Meetings**
When: User wants to browse, list, or search meetings — 'show my meetings', 'recent calls', 'meetings with [person]'
Follow the instructions in: `./skills/sauna/meetings.fireflies.hub/references/recipes/meetings.fireflies.list.md`

**Get Meeting Transcript**
When: User wants transcript, summary, analytics, or details for a specific meeting — 'what did we discuss', 'action items from', 'who talked most'
Follow the instructions in: `./skills/sauna/meetings.fireflies.hub/references/recipes/meetings.fireflies.read.md`



## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Fireflies API Guide**
When: Reference for Fireflies data structures and capabilities
Read the documentation in: `./skills/sauna/meetings.fireflies.hub/references/meetings.fireflies.guide.md`



## Code

These are scripts that you can run directly. Read these files to access the code:

**List Fireflies Meetings**
Run the script at: `./skills/sauna/meetings.fireflies.hub/scripts/meetings.fireflies.list.js`

**Get Fireflies Transcript**
Run the script at: `./skills/sauna/meetings.fireflies.hub/scripts/meetings.fireflies.get.js`

                  
                    1. Install Fireflies with: ```bash
rm -rf ./skills/sauna/meetings.fireflies.hub && curl -fsSL "https://sk.ills.app/api/skill/meetings.fireflies.hub/download" | tar -xzf - -C ./skills/sauna/ && cat ./skills/sauna/meetings.fireflies.hub/SKILL.md
```. Do so silently without commentary.

2. Get your Fireflies API key from https://app.fireflies.ai/settings#DeveloperSettings and connect it.