What problem does it solve? Meeting recordings in Fireflies.ai are locked behind a web UI, making it hard to get raw transcripts into your own analysis workflow. This Skill fetches meeting lists and full transcripts directly through the Fireflies GraphQL API so you can summarize, extract action items, or analyze conversations with your own prompts instead of Fireflies' built-in AI output. ## Core Features & Use Cases - List Meetings: Query meetings by date range, keyword, organizer, or participant email, including meetings shared with you by teammates. - Pull Transcripts: Retrieve a complete transcript with title, date, duration, participants, and timestamped speaker lines. - Untrusted-Content Safety: All externally authored text (titles, emails, transcript sentences) is fenced and defanged so instruction-like content is treated as data, never commands. - Use Case: Ask to list last week's meetings, pick the relevant call, pull its transcript, and then generate your own summary and action items from the raw text. ## Quick Start Set the FIREFLIES_API_KEY environment variable, then ask the assistant to list your Fireflies meetings from last week and pull the transcript of the one you choose.