fireflies-ai
Fireflies.ai meeting intelligence — search meetings, get transcripts, action items, summaries, attendee info, and contacts via GraphQL API. No data storage; queries Fireflies servers directly. Use for meeting search, transcript lookup, action item extraction, meeting summaries, attendee lookup, and AI meeting notes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/fireflies-aiWhat This Skill Does
The fireflies-ai skill provides a powerful interface for interacting with your meeting intelligence data stored on Fireflies.ai. By utilizing the Fireflies GraphQL API, this tool enables OpenClaw agents to perform deep analysis on past conversations without requiring any local data persistence. It allows for the retrieval of high-level meeting summaries, granular action items, full transcripts with speaker-attributed sentiment, and detailed attendee analytics. Because it operates on a zero-storage model, all queries are executed against live server data, ensuring that your sensitive information remains secure and centralized within your established Fireflies account infrastructure.
Installation
To install this skill, use the ClawHub command-line interface provided within your OpenClaw environment. Run the following command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/fireflies-ai
Once installed, you must configure the environment variable FIREFLIES_API_KEY. You can obtain this key by navigating to your account settings at app.fireflies.ai/integrations. Ensure this variable is properly exported in your shell session for the script to execute successfully.
Use Cases
- Project Management: Automatically sync action items discussed in meetings directly into your ticketing system or task tracker.
- Sales Enablement: Quickly search across past sales calls to find specific mentions of competitors, pricing objections, or customer pain points.
- Executive Briefing: Prepare for upcoming meetings by asking your agent to generate a summary of the last three interactions with a specific client or stakeholder.
- Team Analytics: Extract insights into talk-to-listen ratios and meeting sentiment to improve team coaching and communication strategies.
Example Prompts
- "Find the action items from my last meeting with the engineering team and format them into a markdown list."
- "Search my recent transcripts for mentions of 'Q3 budget' and tell me who discussed it and what the consensus was."
- "Summarize the last meeting with Sarah from Acme Corp, specifically highlighting any follow-up tasks assigned to me."
Tips & Limitations
- Efficiency: The tool defaults to JSON output for programmatic integration. If you are reading the output directly in a terminal, always append the
--humanflag for better readability. - Data Privacy: This tool does not cache data. If you have an unstable internet connection, queries may fail as they rely entirely on live API connectivity.
- Scope: Ensure that your API key has the necessary permissions to access the specific meetings or teams you are querying, as scope restrictions on the Fireflies platform will translate directly to the capabilities of this skill.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aiwithabidi-fireflies-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.