LaunchKit · 2026
Back to Skills

Fetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai)

0
413 downloads
by @codes71

Setup & Installation

openclaw skills install @codes71/firefly

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install firefly

What This Skill Does

Fetches meeting transcripts, summaries, and action items from Firefly AI via their GraphQL API. Supports listing recent meetings, pulling full transcripts, and searching by keyword across meeting content.

Querying the GraphQL API directly gives structured, scriptable access to meeting data without manually navigating the Fireflies web UI.

When to use it

  • Pull action items from yesterday's standup
  • Search all meetings where a specific topic came up
  • Get a full transcript of a client call
  • Review meeting summaries from the past two weeks
  • Extract decisions made in a product planning session

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: what action items came out of last week's product review?

AGENT
  1. 1Run list command with --days 7 to find recent meetings
  2. 2Identify the product review meeting and get its ID
  3. 3Run summary command with the meeting ID
  4. 4Parse the action items from the summary response
  5. 5Return the action items to the user
OUTPUT

A list of action items assigned during the product review meeting

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Firefly AI account (fireflies.ai)FIREFLY_API_KEY from the Fireflies API settings