ffcli: Fireflies.ai CLI Integration for Openclaw

A command-line interface for Fireflies.ai that enables AI agents to retrieve meeting transcripts, summaries, and action items programmatically.

ruigomeseu
v1.0.1
Feb 16, 2026
2
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install ffcli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ffcli: Fireflies.ai CLI Integration?

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.

ffcli: Fireflies.ai CLI Integration Use Cases

  • Searching for specific technical keywords or project mentions across all previous meeting transcripts.
  • Automatically extracting action items from the most recent standup to populate task lists.
  • Viewing a concise AI-generated summary of a missed meeting directly within your IDE.
  • Retrieving historical context on architectural decisions discussed in past recorded calls.

How ffcli: Fireflies.ai CLI Integration Works

  1. The AI agent or user triggers a command via Openclaw Skills to search for or display meeting details.
  2. The ffcli tool authenticates with the Fireflies.ai API using a securely stored API key.
  3. The skill queries the Fireflies database based on provided parameters like date ranges, participants, or search terms.
  4. The meeting data, including transcripts and AI summaries, is retrieved in JSON or Markdown format.
  5. The results are piped back to the agent, providing the necessary context to answer queries or perform follow-up tasks.

ffcli: Fireflies.ai CLI Integration Setup

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.

ffcli: Fireflies.ai CLI Integration Data Schema & Taxonomy

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.

ffcli: Fireflies.ai CLI Integration Advanced Features

  • Support for --md flag to output human-readable Markdown, perfect for reading transcripts within Openclaw Skills.
  • Advanced filtering capabilities by participant email or specific date ranges for precise data retrieval.
  • Integration-ready JSON output for piping meeting data into other CLI tools like jq.
  • Bulk listing options with the ability to include full AI summaries in a single request to reduce API round-trips.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins ffcli
Github Stars: 0
forks: 0

Featured*