fireflies

Store and search meeting transcripts offline with SQLite and Python.

1.9k|565|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/mvanhorn/printing-press-library --skill fireflies-mvanhorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fireflies
Source: https://github.com/mvanhorn/printing-press-library/tree/main/library/productivity/fireflies
Command: npx skills add https://github.com/mvanhorn/printing-press-library --skill fireflies-mvanhorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sqlite, python-pdf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It enables users to retrieve and analyze their entire meeting transcript history offline, reducing dependence on API calls and enhancing data privacy.

Core Features & Use Cases

  • Offline Search & Reporting: Quickly find specific conversations, action items, or topics across extensive transcript archives without API rate limits.
  • Cross-Meeting Analytics: Generate insights on participant engagement, common themes, and sentiment trends over time.
  • Use Case: A product manager reviews past meetings to identify recurring feature requests and team sentiment, then exports summaries for stakeholder updates.

Quick Start

Use fireflies to search for action items from meetings over the past month by running 'fireflies-pp-cli action-items list --from 30'.

Frequently Asked Questions about fireflies

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

FAQPage Schema
How do I search meeting transcripts offline without hitting API rate limits?

To search meeting transcripts offline, you can store and query your transcript history locally using SQLite. This enables fast retrieval of specific conversations, action items, and topics across extensive archives while maintaining data privacy.

Can I perform sentiment analysis and engagement tracking across past meeting transcripts?

Yes, you can perform sentiment analysis and engagement tracking across past meeting transcripts. By leveraging local historical data, you can generate cross-meeting analytics to identify participant engagement levels, common themes, and sentiment trends over time.

Do I need SQLite and Python PDF parsing libraries to analyze meeting transcripts locally?

Yes, you need SQLite and Python-based PDF parsing libraries to analyze meeting transcripts locally. These dependencies are required to enable the full capabilities of local storage, offline search, and detailed transcript analysis functionalities.

What is the best way to export meeting summaries and action items for stakeholder updates?

The best way to export meeting summaries and action items for stakeholder updates is to query your local transcript database for specific topics, then use the built-in export functionalities. This allows you to extract recurring feature requests and sentiment data directly.

How do I list action items from meeting transcripts over the past month?

To list action items from meeting transcripts over the past month, you can run a command-line query such as 'fireflies-pp-cli action-items list --from 30' against your locally stored transcript archive to retrieve the relevant historical data.