Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Fetches meeting transcripts, summaries, and action items from Firefly AI via their GraphQL API. Supports listing recent meetings, pulling full transcripts, and searching by keyword across meeting content.
Querying the GraphQL API directly gives structured, scriptable access to meeting data without manually navigating the Fireflies web UI.
When to use it
- Pull action items from yesterday's standup
- Search all meetings where a specific topic came up
- Get a full transcript of a client call
- Review meeting summaries from the past two weeks
- Extract decisions made in a product planning session
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: what action items came out of last week's product review?
- 1Run list command with --days 7 to find recent meetings
- 2Identify the product review meeting and get its ID
- 3Run summary command with the meeting ID
- 4Parse the action items from the summary response
- 5Return the action items to the user
A list of action items assigned during the product review meeting
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.