pp-fireflies

Search Fireflies.ai meeting transcripts offline via a local SQLite database.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-fireflies-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-fireflies
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/integrations/skills/fireflies
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-fireflies-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fireflies.ai stores valuable meeting data behind rate-limited APIs with no offline access, forcing users to burn quota for repeated searches and making cross-meeting analysis impossible. This Skill syncs your entire meeting history to a local SQLite database, enabling instant full-text search, action item aggregation, and person-centric intelligence without consuming API calls.

Core Features & Use Cases

  • Offline Full-Text Search: Search every synced transcript for keywords, topics, or phrases without touching the API.
  • Aggregate Action Items: Harvest commitments from all meetings in a date range and export them to a TODO file.
  • Person-Centric Timeline: Reconstruct the full relationship history with any client or colleague before a QBR or renewal call.
  • Meeting Digest: Get an aggregate briefing of recent meetings with titles, gists, topics, and action items in one view.

Quick Start

Use the pp-fireflies skill to search your synced meeting transcripts for "pricing objection" and return the matching meeting titles and dates.

Frequently Asked Questions about pp-fireflies

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

FAQPage Schema
How do I search Fireflies meeting transcripts offline?

You can search Fireflies meeting transcripts offline by syncing your meeting history to a local SQLite database, enabling instant full-text search for keywords and topics without consuming API calls.

Can I aggregate action items across multiple Fireflies meetings?

Yes, you can aggregate action items across multiple Fireflies meetings by querying your local SQLite database to harvest commitments from a specific date range and export them to a TODO file.

Do I need a Fireflies API key to sync meeting transcripts locally?

Yes, you need the FIREFLIES_API_KEY credential and the fireflies-pp-cli binary for the initial sync to populate your local SQLite database before running any offline queries.

What is the best way to reconstruct a client's meeting history for a QBR?

The best way to reconstruct a client's meeting history for a QBR is using person-centric timeline queries on your local cached database to retrieve the full relationship history with any colleague or client.

Does offline search avoid Fireflies API rate limits?

Yes, offline search avoids Fireflies API rate limits by operating entirely on local cached data within a SQLite database, meaning all subsequent full-text queries bypass the remote API entirely.

How do I get a digest of recent meeting transcripts and action items?

You get a digest of recent meeting transcripts by querying the local SQLite database to generate an aggregate briefing containing titles, gists, topics, and action items in a single view.