Install
openclaw skills install fireflyFetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai). Use when the user asks about meetings, transcripts, meeting notes, action items, or anything related to fireflies.ai. Supports listing recent meetings, pulling full transcripts, getting summaries, and searching by keyword.
openclaw skills install fireflyPull meeting data from Firefly AI via their GraphQL API.
Requires FIREFLY_API_KEY environment variable. Store in gateway env config.
Run the script at scripts/firefly.cjs with Node.js:
FIREFLY_API_KEY=<key> node scripts/firefly.cjs <command> [options]
--days <n> (default 14), --limit <n> (default 50)--id <meeting_id>--id <meeting_id>--keyword <text>, optional --limit <n>list to find meetings and get IDssummary or transcript with the ID to get detailssearch to find meetings by topicBuild GraphQL queries directly against https://api.fireflies.ai/graphql. See references/api.md for full schema and available fields.
Full transcripts can be very long (2000+ sentences). When a user asks for a transcript: