fireflies-automation

Automate Fireflies meeting operations and data retrieval through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill fireflies-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fireflies-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/fireflies-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill fireflies-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing meeting recordings and transcriptions by providing a direct, automated interface to Fireflies operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Fireflies tool schemas to ensure compatibility with the latest API updates.
  • Connection Management: Verify and maintain active authentication states for Fireflies integrations.
  • Workflow Execution: Perform bulk operations and task automation using the Rube MCP multi-execute framework.
  • Use Case: Automatically retrieve meeting summaries and action items from recent calls to populate project management boards without manual data entry.

Quick Start

Use the fireflies-automation skill to search for available tools and execute a summary retrieval for the latest meeting.

Frequently Asked Questions about fireflies-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Fireflies to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the fireflies toolkit to initiate the authentication process. Ensure the connection status is confirmed as ACTIVE before attempting to execute any tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations for Fireflies change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input schemas and avoids execution errors caused by outdated tool definitions.

Can I automate bulk meeting operations?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to perform bulk operations across multiple meetings efficiently.

What should I do if a tool execution fails?

Verify that your connection status is still ACTIVE using RUBE_MANAGE_CONNECTIONS and check that your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.