Retrieve meeting transcripts, summaries, and action items directly from fireflies.ai using GraphQL.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install firefly
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install firefly using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Firefly skill provides a robust bridge between your AI agent and the fireflies.ai platform. By integrating this capability into your Openclaw Skills library, you can programmatically access meeting intelligence, allowing your agent to reference past discussions, extract decisions, and track project progress through meeting data. This skill utilizes the Firefly GraphQL API to deliver high-fidelity data including timestamped sentences and structured summaries.
Whether you are building a personal knowledge base or automating project management updates, this integration ensures that the context from your voice conversations is always available to your coding environment. It simplifies the process of interacting with meeting records by providing clear CLI commands for listing, searching, and detailing transcripts.
To integrate this into your Openclaw Skills environment, you must first obtain a FIREFLY_API_KEY from your Firefly dashboard. Configure the environment variable and run the provided Node.js script:
export FIREFLY_API_KEY=your_api_key_here
node scripts/firefly.cjs list --days 7
The skill processes data from the Firefly GraphQL schema and presents it in the following structure:
| Command | Data Output | Description |
|---|---|---|
| list | Meeting List | Returns ID, Title, and Date for recent sessions. |
| summary | Summary Object | Contains the overview, shorthand notes, and action items. |
| transcript | Transcript Array | Full list of sentences with associated timestamps. |
| search | Filtered Results | Returns meetings matching specific keywords in titles or content. |
Loading
A high-performance semantic search runtime designed for real-time conversational AI and on-device agent retrieval with sub-10ms latency.

A smart, multi-engine search skill that automatically routes queries to Baidu, DuckDuckGo, or CoinGecko based on language and context.

An automated tool to transform Mermaid diagrams into hosted image URLs for seamless Markdown and content integration.

An intelligent generator that creates professional Draw.io system architecture diagrams and flowcharts with automated local app integration.

AgoraHub is an open agent registry providing over 14 verified AI tools for common developer tasks like data conversion, hashing, and formatting.

A comprehensive personal knowledge repository that utilizes PARA and Zettelkasten methodologies to capture, organize, and retrieve information via AI agents.








































