A command-line interface for Fireflies.ai that enables AI agents to retrieve meeting transcripts, summaries, and action items programmatically.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ffcli
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 ffcli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The ffcli skill provides a robust interface for interacting with Fireflies.ai, allowing developers and AI agents to query meeting data without leaving the terminal. By integrating this tool via Openclaw Skills, users can bridge the gap between verbal communication and technical execution, making it easy to pull specific technical details or decisions from recorded calls into codebases or project documentation.
This integration is particularly valuable for teams that rely on Fireflies for meeting intelligence. It transforms unstructured audio data into accessible, searchable text that can be used to fuel AI-driven workflows, ensuring that critical action items and summaries are always at your fingertips.
First, install the CLI tool using your preferred package manager:
# Install via Homebrew
brew install ruigomeseu/tap/ffcli
# Or install via npm
npm install -g @ruigomeseu/ffcli
Next, authenticate by providing your Fireflies API key, which you can obtain from your Fireflies Developer Settings:
ffcli auth <your-api-key>
To use this with Openclaw Skills, ensure the FIREFLIES_API_KEY environment variable is set or configured in your openclaw.json under skills.entries.ffcli.apiKey.
The ffcli skill organizes data using a structured format that highlights the core components of a meeting record.
| Property | Description |
|---|---|
| ID | The unique identifier required for fetching specific meeting details. |
| Title | The name of the meeting as recognized by Fireflies. |
| Date | UTC timestamp of when the meeting occurred. |
| Summary | AI-generated overview, including bulleted action items. |
| Transcript | The full text transcription of the meeting audio. |
| Participants | List of emails and names for everyone present in the call. |
Loading
A streamlined integration for managing Beeminder commitment devices and habit tracking through direct REST API access.

A command-line interface designed to fetch health, sleep, and activity metrics from the Oura Ring V2 API for AI agent consumption.

An automated workflow for deploying iOS applications to TestFlight and the App Store using the App Store Connect CLI.

Enable AI agents to accept Bitcoin Lightning payments, generate invoices, and handle microtransactions via natural language.

An AI-powered maintenance agent that intelligently assesses the risk of system updates before deciding to automate or report.

A professional-grade image generation skill using grsai nano-banana models for high-fidelity text-to-image and image-to-image synthesis.








































