fireflies

Query and manage Fireflies.ai meeting transcripts via a GraphQL command-line interface.

40|6|Updated Jul 11, 2026
One-click install
npx skills add https://github.com/magnus919/agent-skills --skill fireflies-magnus919
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fireflies
Source: https://github.com/magnus919/agent-skills/tree/main/fireflies
Command: npx skills add https://github.com/magnus919/agent-skills --skill fireflies-magnus919

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the friction of manually navigating meeting platforms by providing a direct, command-line interface to query and manage Fireflies.ai meeting data.

Core Features & Use Cases

  • Meeting Intelligence: Instantly search transcripts, retrieve summaries, and inspect AI-generated analytics.
  • Actionable Workflows: Automate the creation of AskFred threads, manage meeting titles, and verify webhook signatures locally.
  • Use Case: Quickly find all mentions of a specific project roadmap across multiple meetings and generate a summary of the decisions made without leaving your terminal.

Quick Start

Use the fireflies skill to list the ten most recent meeting transcripts containing the keyword roadmap.

Frequently Asked Questions about fireflies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Fireflies meeting transcripts for specific keywords from the command line?

You can search Fireflies meeting transcripts for specific keywords by running a GraphQL-based command-line query that filters recent meeting data. This retrieves matching transcript content directly in your terminal without navigating the web platform.

What's the best way to retrieve meeting summaries and analytics from Fireflies.ai automatically?

Retrieving meeting summaries and analytics from Fireflies.ai automatically is done by executing GraphQL queries through a command-line interface. This approach fetches AI-generated analytics and summaries directly into your local environment for immediate review.

Do I need a Fireflies API key to query transcripts and manage AskFred threads?

Yes, you need a valid Fireflies API key to query transcripts and manage AskFred threads. Network access to the Fireflies GraphQL endpoint is also required for any non-dry-run operations to successfully fetch or modify data.

Can I verify Fireflies webhook signatures locally without making network requests?

You can verify Fireflies webhook signatures locally without network requests by running the local webhook signature verification process. This allows you to validate incoming webhook payloads securely before processing them in your automation workflows.

How does a GraphQL command line interface interact with meeting transcripts and summaries?

A GraphQL command-line interface interacts with meeting transcripts by sending structured queries to the Fireflies GraphQL endpoint. This fetches targeted transcript text, AI-generated summaries, and meeting analytics directly into your terminal for local processing.