/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install firefly - 安装完成后,直接呼叫该 Skill 的名称或使用
/firefly触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 678 次。
如何安装 Firefly AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install firefly」即可一键安装,无需额外配置。
Firefly AI 是免费的吗?
是的,Firefly AI 完全免费(开源免费),可自由下载、安装和使用。
Firefly AI 支持哪些平台?
Firefly AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firefly AI?
由 codes71(@codes71)开发并维护,当前版本 v1.0.0。