ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

fireflies

Access Fireflies.ai meeting transcripts, summaries, action items, and analytics via GraphQL API

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/daniil-ctrl/fireflies
Or

What This Skill Does

The Fireflies.ai skill provides a powerful interface for interacting with your meeting data through the OpenClaw agent. It bridges the gap between your calendar and your workspace by allowing the agent to query, analyze, and summarize meeting transcripts, action items, and participant analytics directly via the Fireflies GraphQL API. Whether you need to retrieve a list of action items from a high-stakes client call or summarize the technical topics discussed in a team sync, this skill enables seamless data retrieval without manual platform navigation.

Installation

To install this skill, run the following command in your terminal within the OpenClaw environment: clawhub install openclaw/skills/skills/daniil-ctrl/fireflies

Once installed, you must authenticate by setting your environment variable: export FIREFLIES_API_KEY=your_api_key_here

Ensure your API key is obtained from the Fireflies.ai Integrations page.

Use Cases

  • Project Management: Automatically pull action items from all meetings held in the past week to populate a task tracker.
  • Sales Enablement: Search for meetings involving specific stakeholders or organizers to understand the context of recent negotiations.
  • Knowledge Management: Retrieve transcript summaries or identify key topics discussed in specific recurring meetings to generate documentation.
  • Executive Reporting: Analyze participant engagement and meeting duration to optimize team productivity and meeting cadences.

Example Prompts

  1. "Check the last three meetings involving [email protected] and list all action items assigned to me."
  2. "Summarize the core topics discussed in the meeting with ID TRANSCRIPT_ID and create a bulleted list of decisions made."
  3. "Search for all meetings organized by the sales team from last month and provide a summary of the action items extracted from them."

Tips & Limitations

  • Rate Limiting: Be mindful of API rate limits when performing batch queries for large transcripts; implement delays if searching across extensive date ranges.
  • Formatting: The skill returns raw GraphQL data. Use with a post-processing tool like jq if you are viewing results directly in the CLI.
  • Security: Ensure your FIREFLIES_API_KEY is kept secure in an encrypted environment variable. Do not hardcode this key into your scripts or prompt templates.
  • Data Privacy: Only access transcripts for meetings you have authorization to view, as the agent operates with the full permission scope of the provided API key.

Metadata

Stars3376
Views0
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-daniil-ctrl-fireflies": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#automation#meetings#analytics#transcription
Safety Score: 4/5

Flags: network-access, external-api