ffcliQuery Fireflies.ai meeting data. Use when searching meetings, viewing transcripts, reading AI summaries, extracting action items, or looking up what was disc...
Install via ClawdBot CLI:
clawdbot install ruigomeseu/ffcliQuery meeting recordings, transcripts, and AI summaries from Fireflies.ai.
Install via Homebrew or npm:
brew install ruigomeseu/tap/ffcli
# or
npm install -g @ruigomeseu/ffcli
Authenticate with your Fireflies API key (get it from Settings → Developer Settings):
ffcli auth <your-api-key> # Store key
ffcli auth --check # Verify it works
Alternatively, set the FIREFLIES_API_KEY environment variable (takes precedence over config file).
ffcli list --limit 10 --md # Recent meetings
ffcli list --from 2026-02-01 --to 2026-02-12 --md # Date range
ffcli list --participant vinney@opennode.com --md # By participant
ffcli list --search "standup" --md # By title keyword
ffcli list --limit 5 --include-summaries # With AI summaries (JSON)
ffcli show <id> --md # Full detail (markdown)
ffcli show <id> --summary-only --md # Just AI summary
ffcli show <id> --transcript-only --md # Just transcript
ffcli show <id> --include-transcript --md # Detail + transcript
ffcli me --md # Account info, transcript count
# Action items from recent meetings
ffcli list --limit 10 --include-summaries | jq '.[].summary.action_items'
# All meeting IDs from a date range
ffcli list --from 2026-02-01 --to 2026-02-07 | jq -r '.[].id'
# Export a summary to file
ffcli show <id> --summary-only --md > meeting-summary.md
--md for readable output.--include-summaries on list adds AI summaries (increases response size).show — get them from list first.Generated Mar 1, 2026
Project managers can automatically extract action items from recent meetings using the CLI to generate task lists. This ensures follow-ups are documented and assigned without manual note-taking, improving accountability in agile teams.
Sales teams can search transcripts for keywords like 'pricing' or 'objections' to analyze customer interactions. This helps identify common pain points and refine sales pitches based on actual discussions recorded in Fireflies.ai.
Legal or compliance officers can export meeting summaries and transcripts for regulatory audits. The CLI allows batch retrieval of meetings within specific date ranges, ensuring thorough documentation for financial or healthcare compliance reviews.
Distributed teams can use the CLI to pull AI summaries of daily standup meetings, sharing key updates automatically. This saves time by eliminating manual recaps and keeps remote members aligned on project progress.
HR or training departments can extract transcripts from onboarding or training sessions to create written guides. The CLI's search functionality helps locate specific discussions for compiling educational materials efficiently.
Offer a premium service that integrates ffcli with project management tools like Jira or Asana, automating action item creation from meeting summaries. Charge a monthly subscription based on the number of meetings processed, targeting mid-sized businesses.
Provide consulting to enterprises for custom CLI scripting, such as batch exports for compliance or analytics dashboards. Revenue comes from one-time project fees and ongoing support contracts, leveraging the CLI's JSON output for data pipelines.
Develop a GUI wrapper around ffcli with advanced features like visual analytics or team collaboration tools. Monetize through tiered pricing, offering basic CLI access for free and charging for enhanced visualization and reporting capabilities.
💬 Integration Tip
Use environment variables for API keys in CI/CD pipelines to automate meeting data exports. Combine with jq for parsing JSON outputs into other systems like databases or notification tools.
ClawdTalk — Voice calls, SMS, and AI Missions for Clawdbot
Connect to Fathom AI to fetch call recordings, transcripts, and summaries. Use when user asks about their meetings, call history, or wants to search past conversations.
Access Fireflies.ai meeting transcripts, summaries, action items, and analytics via GraphQL API
This skill enables IP address masking and accessing hidden services on the Anyone Network. Route requests through the Anyone Protocol VPN network using a local SOCKS5 proxy.
Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept...
Create or delete Zoom meetings via Server-to-Server OAuth. Use this skill when the user asks to: schedule a Zoom call, create a Zoom meeting, set up a video...