ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

fireflies

Fireflies integration. Manage Organizations. Use when the user wants to interact with Fireflies data.

Why use this skill?

Automate your meeting workflow with the Fireflies OpenClaw skill. Sync, transcribe, and manage meeting data effortlessly using the Membrane CLI integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gora050/fireflies-integration
Or

What This Skill Does

The Fireflies skill for OpenClaw integrates the powerful Fireflies.ai meeting intelligence platform directly into your agent's workflow. It enables automated management of your meeting lifecycle, allowing users to transcribe, summarize, and organize meeting data programmatically. By leveraging the Membrane CLI infrastructure, this skill handles secure authentication, connection management, and communication with the Fireflies API, providing a seamless bridge between your AI agent and your recorded meeting transcripts.

Installation

To integrate the Fireflies skill into your OpenClaw environment, ensure you have the Membrane CLI installed globally via npm (npm install -g @membranehq/cli). Once the CLI is ready, execute clawhub install openclaw/skills/skills/gora050/fireflies-integration to add the skill to your repository. Perform your first-time authentication by running membrane login --tenant. To connect your specific Fireflies account, search for the connector using membrane search fireflies --elementType=connector --json and initialize the session with membrane connect --connectorId=CONNECTOR_ID. Your agent is then ready to manage meetings, users, and transcriptions.

Use Cases

This skill is designed for teams that rely on meeting intelligence to maintain operational efficiency. Common use cases include: 1) Automated meeting management, where the agent retrieves and summarizes recent team syncs. 2) Data enrichment, where you append transcript data into project management tools or CRMs. 3) Transcription housekeeping, such as deleting old or sensitive transcripts. 4) Meeting intervention, such as adding the Fireflies bot to a live session to ensure real-time capture of critical discussions.

Example Prompts

  1. "Check if there are any active meetings right now and join them with the Fireflies bot."
  2. "Get the transcript for the meeting titled 'Q3 Product Strategy' and summarize the action items."
  3. "List all users in my Fireflies workspace and fetch the details for my account."

Tips & Limitations

Always check your existing connections using membrane connection list --json before attempting to create a new one to avoid redundant auth sessions. Use membrane action list to explore the specific input parameters for actions like upload-audio or update-meeting-title, as schemas may change. Note that this skill depends on an active internet connection to communicate with the Fireflies cloud. Ensure your API token permissions include the necessary scopes for the specific actions you intend to perform, as restricted accounts may not be able to execute administrative tasks like listing users or bulk-deleting transcripts.

Metadata

Author@gora050
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gora050-fireflies-integration": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#meetings#transcription#automation
Safety Score: 4/5

Flags: network-access, external-api