| name | fireflies |
| cluster | research-knowledge |
| version | 1.0.0 |
| description | Fireflies integration. Manage Organizations. USE WHEN the user wants to interact with Fireflies meeting data — list/search meetings, pull transcripts, or call the Fireflies API.
|
| compatibility | Requires network access and a valid Membrane account (Free tier supported). |
| license | MIT |
| homepage | https://getmembrane.com |
| repository | https://github.com/membranedev/application-skills |
| metadata | {"author":"membrane","version":"1.0","categories":""} |
Fireflies
Fireflies is an AI-powered meeting recording and transcription tool. It helps professionals and teams automatically capture, transcribe, and search their meetings. Sales, marketing, and project management teams commonly use it to improve collaboration and knowledge sharing.
Official docs: https://developers.fireflies.ai/
Fireflies Overview
- Meeting
- Summary
- Transcript
- Soundbite
- Workspace
- User
- Integration
Use action names and parameters as needed.
Working with Fireflies
This skill uses the Membrane CLI to interact with Fireflies. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
npm install -g @membranehq/cli@latest
Authentication
membrane login --tenant --clientName=<agentType>
This will either open a browser for authentication or print an authorization URL to the console, depending on whether interactive mode is available.
Headless environments: The command will print an authorization URL. Ask the user to open it in a browser. When they see a code after completing login, finish with:
membrane login complete <code>
Add --json to any command for machine-readable JSON output.
Agent Types : claude, openclaw, codex, warp, windsurf, etc. Those will be used to adjust tooling to be used best with your harness
Connecting to Fireflies
Use membrane connection ensure to find or create a connection by app URL or domain:
membrane connection ensure "https://fireflies.ai/" --json
The user completes authentication in the browser. The output contains the new connection id.
This is the fastest way to get a connection. The URL is normalized to a domain and matched against known apps. If no app is found, one is created and a connector is built automatically.
If the returned connection has state: "READY", skip to .