fireflies
Access Fireflies.ai meeting transcripts, summaries, action items, and analytics via GraphQL API
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/daniil-ctrl/firefliesWhat 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
- "Check the last three meetings involving [email protected] and list all action items assigned to me."
- "Summarize the core topics discussed in the meeting with ID TRANSCRIPT_ID and create a bulleted list of decisions made."
- "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
jqif you are viewing results directly in the CLI. - Security: Ensure your
FIREFLIES_API_KEYis 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-daniil-ctrl-fireflies": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api