fireflies-automation
Automate Fireflies tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:15
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-fireflies-automation&locale=en&source=copy
Fireflies Automation Skills
Skill Overview
Automate Fireflies meeting-note tasks using Rube MCP (Composio). It supports tool discovery, connection management, and bulk operations, allowing quick integration without needing an API key.
Suitable Scenarios
Automatically transcribe meeting audio, generate meeting summaries, and bulk-export meeting content to a document system—ideal for teams that need to regularly organize meeting minutes.
Seamlessly integrate Fireflies meeting data into existing workflows, such as automatically syncing to a knowledge base, triggering subsequent tasks, or sending notifications.
With Rube MCP, you don’t need to manage API keys. Use Composio’s Fireflies toolset directly to perform Fireflies operations—ideal for developers who want to embed meeting-note functionality into their applications.
Core Features
Dynamically fetch the latest Fireflies tool schema via
RUBE_SEARCH_TOOLS to ensure the correct API calling method is always used, preventing integration failures caused by interface changes.Use
RUBE_MANAGE_CONNECTIONS to manage Fireflies account connection status. Supports one-click authorization and connection-status checks, simplifying the authentication process.Support complex workflows such as bulk processing of meeting notes and bulk exporting of data through
RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH, improving processing efficiency.Common Questions
Does Fireflies automation require an API key?
No. Using Rube MCP with Composio’s Fireflies toolset, you only need to add the MCP server endpoint
https://rube.app/mcp to get started—no separate API key application or management is required.How do I get started with Fireflies automation?
First, make sure Rube MCP is connected, then call
RUBE_SEARCH_TOOLS to query available Fireflies tools. Next, use RUBE_MANAGE_CONNECTIONS to activate the Fireflies connection (it will return an authorization link). Once the connection status becomes ACTIVE, you can perform specific operations.What Fireflies automation operations are supported?
Fireflies supports actions such as transcribing meeting recordings, automatically generating meeting summaries, bulk exporting meeting notes, and searching historical meetings. The specific list of available tools needs to be retrieved dynamically via
RUBE_SEARCH_TOOLS, since the tool schemas may be updated at any time.Can I process meeting notes in bulk?
Yes. Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Fireflies operations in bulk, or use RUBE_REMOTE_WORKBENCH for more complex bulk processing tasks—suitable for scenarios that involve handling a large number of meeting notes.