C

fireflies-automation

by ComposioHQ

fireflies-automation helps agents automate Fireflies.ai workflows through Composio Rube MCP by discovering current tool schemas, checking the Fireflies connection, and then running meeting or transcript tasks safely.

Stars67.5k
Favorites0
Comments0
AddedJul 11, 2026
CategoryWorkflow Automation
Install Command
npx skills add ComposioHQ/awesome-claude-skills --skill fireflies-automation
Curation Score

This skill scores 66/100, which means it is acceptable to list but should be presented as a lightweight Rube/Composio routing skill rather than a complete Fireflies workflow pack. Directory users get enough information to understand when to use it, what dependency is required, and the required discovery-first pattern, but adoption value is limited by the lack of concrete task examples, support files, and possible tool-name inconsistency.

66/100
Strengths
  • Valid frontmatter declares the required MCP dependency (`rube`) and a clear Fireflies automation purpose.
  • Prerequisites and setup explain that Rube MCP must be connected and that the Fireflies toolkit connection must be ACTIVE before workflows run.
  • The skill repeatedly instructs agents to call `RUBE_SEARCH_TOOLS` first, which is useful for current schemas and reduces stale-tool errors.
Cautions
  • Relies entirely on Rube MCP live tool discovery; there are no support scripts, references, resources, or pinned Fireflies schemas in the repository.
  • Setup/connection naming appears inconsistent in the excerpt (`RUBE_MANAGE_CONNECTIONS` vs `RUBE_MANAGE_CONNECTION`), which could cause execution guesswork.
Overview

Overview of fireflies-automation skill

What fireflies-automation does

The fireflies-automation skill helps an AI agent automate Fireflies.ai workflows through Composio’s Rube MCP server. Instead of guessing Fireflies tool names or stale parameters, the skill instructs the agent to discover the current Rube tool schemas first, verify the Fireflies connection, then execute the requested meeting, transcript, or workspace operation with the right inputs.

Best fit for Workflow Automation users

Use the fireflies-automation skill when you want Claude or another MCP-capable agent to operate Fireflies as part of a broader Workflow Automation flow: searching transcripts, retrieving meeting data, preparing follow-ups, organizing conversation records, or combining Fireflies outputs with other connected apps. It is most useful for users already working with MCP tools and Composio/Rube rather than someone looking for a standalone Fireflies client.

Key adoption requirement

The main blocker is connectivity, not prompting. Rube MCP must be configured in your client, RUBE_SEARCH_TOOLS must be available, and the Fireflies toolkit connection must be active through Rube connection management. The skill has no helper scripts or bundled examples beyond SKILL.md, so its value comes from enforcing the correct discovery-first pattern.

How to Use fireflies-automation skill

fireflies-automation install and setup path

Install the skill from the repository path:

npx skills add ComposioHQ/awesome-claude-skills --skill fireflies-automation

Then add Rube MCP to your client configuration using:

https://rube.app/mcp

Before using the skill, confirm that your agent can call RUBE_SEARCH_TOOLS. Next, use Rube connection management for the fireflies toolkit and complete the returned authorization flow if the connection is not active. Do not ask the agent to run Fireflies actions until the connection status is confirmed as ACTIVE.

Inputs the skill needs from you

A strong fireflies-automation usage prompt should include the exact business outcome, the Fireflies object you care about, and any filters the agent should use. Helpful inputs include meeting title, participant names, date range, transcript keywords, desired output format, and whether the agent should only retrieve data or also take follow-up actions.

Weak prompt:

“Use Fireflies to summarize my meetings.”

Stronger prompt:

“Use fireflies-automation. First discover current Fireflies tools with RUBE_SEARCH_TOOLS, confirm the Fireflies connection is active, then find meetings from last week involving [email protected]. Return a table with meeting title, date, participants, action items, and unanswered customer questions. Do not send messages or modify records.”

Practical workflow for better results

Start every task with tool discovery:

RUBE_SEARCH_TOOLS with a use case such as "Find Fireflies transcripts from last week and extract action items".

Use the returned tool slugs and schemas rather than inventing parameters. Then check the Fireflies connection through Rube connection management. Only after those two steps should the agent execute Fireflies operations. For multi-step jobs, ask the agent to show its execution plan before making changes, especially if the workflow may update records, export data, or trigger downstream actions.

Repository files to read first

The repository path is composio-skills/fireflies-automation, and the main file to inspect is SKILL.md. There are no separate README.md, rules/, resources/, references/, or scripts/ folders in the provided structure, so do not expect a large implementation package. Read SKILL.md for the required sequence: prerequisites, setup, tool discovery, connection check, execution, and schema-first operation.

fireflies-automation skill FAQ

Is fireflies-automation only for Fireflies.ai?

Yes. The skill is specifically written for Fireflies operations through Composio’s Fireflies toolkit via Rube MCP. It can participate in larger Workflow Automation chains, but its direct responsibility is helping the agent discover and use Fireflies-related Rube tools safely.

How is this better than an ordinary prompt?

A generic prompt may cause the agent to hallucinate Fireflies API fields or use outdated assumptions. The fireflies-automation skill tells the agent to call RUBE_SEARCH_TOOLS first, use current schemas, and verify the active Fireflies connection before acting. That reduces execution failures in MCP-based automation.

Is this beginner-friendly?

It is beginner-friendly only if your client already supports MCP and you are comfortable connecting external services. If you have never configured an MCP server or authorized a Composio/Rube toolkit connection, the first setup may require extra attention. Once Rube and Fireflies are connected, day-to-day usage can be prompt-driven.

When should I not use this skill?

Do not use fireflies-automation if you need offline transcript processing, a direct Fireflies API integration without Rube, or a fully packaged script with local code. Also avoid it for vague requests where you cannot specify meetings, dates, participants, or desired outputs; the agent may retrieve too much or the wrong data.

How to Improve fireflies-automation skill

Improve fireflies-automation prompts with constraints

The skill performs best when your prompt narrows the search space. Include time ranges, owners, meeting names, attendee emails, keywords, and the exact output format. Add safety constraints such as “read-only,” “do not update Fireflies,” or “ask before exporting data” when you are exploring. These details help the agent choose the correct discovered tool and avoid unnecessary actions.

Handle common failure modes

If the agent cannot proceed, the likely causes are: Rube MCP is not available, the Fireflies connection is inactive, the agent skipped RUBE_SEARCH_TOOLS, or the discovered schema requires fields your prompt did not provide. Ask the agent to report which step failed, the tool slug it attempted to use, and the missing required fields before retrying.

Iterate after the first output

Treat the first result as a retrieval pass, not the final automation. After reviewing the output, refine with instructions such as “group action items by owner,” “include transcript quotes for each risk,” “filter out internal meetings,” or “convert this into follow-up email drafts but do not send them.” Iteration is especially useful because Fireflies data can be broad and meeting-heavy.

Extend the skill for team workflows

Teams can improve the fireflies-automation guide by adding local examples for common jobs: weekly customer-call summaries, sales handoff notes, recruiting interview digests, or product feedback extraction. The most valuable additions are not generic prompts but tested patterns that include required filters, expected Fireflies fields, connection checks, and rules for when the agent must ask for confirmation.

Ratings & Reviews

No ratings yet
Share your review
Sign in to leave a rating and comment for this skill.
G
0/10000
Latest reviews
Saving...