/install firefly
Firefly AI Integration
Pull meeting data from Firefly AI via their GraphQL API.
Setup
Requires FIREFLY_API_KEY environment variable. Store in gateway env config.
Usage
Run the script at scripts/firefly.cjs with Node.js:
FIREFLY_API_KEY=\x3Ckey> node scripts/firefly.cjs \x3Ccommand> [options]
Commands
- list — List recent meetings. Options:
--days \x3Cn>(default 14),--limit \x3Cn>(default 50) - transcript — Full transcript with timestamps. Requires
--id \x3Cmeeting_id> - summary — Meeting summary, overview, and action items. Requires
--id \x3Cmeeting_id> - search — Search by keyword in titles/content. Requires
--keyword \x3Ctext>, optional--limit \x3Cn>
Workflow
- Use
listto find meetings and get IDs - Use
summaryortranscriptwith the ID to get details - Use
searchto find meetings by topic
For custom queries
Build GraphQL queries directly against https://api.fireflies.ai/graphql. See references/api.md for full schema and available fields.
Large transcripts
Full transcripts can be very long (2000+ sentences). When a user asks for a transcript:
- Save to a file in the workspace if they want to keep it
- Summarize or extract relevant sections if they want specific info
- Show a preview (first ~50 lines) and ask if they want more
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install firefly - After installation, invoke the skill by name or use
/firefly - Provide required inputs per the skill's parameter spec and get structured output
What is Firefly AI?
Fetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai). Use when the user asks about meetings, transcripts, meeting notes, act... It is an AI Agent Skill for Claude Code / OpenClaw, with 678 downloads so far.
How do I install Firefly AI?
Run "/install firefly" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Firefly AI free?
Yes, Firefly AI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Firefly AI support?
Firefly AI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Firefly AI?
It is built and maintained by codes71 (@codes71); the current version is v1.0.0.