TechNickAI

fireflies

0
0
# Install this skill:
npx skills add TechNickAI/openclaw-config --skill "fireflies"

Install specific skill from multi-skill repository

# Description

Query Fireflies.ai meeting transcripts - recorded meetings, AI summaries, action items, and searchable conversation history.

# SKILL.md


name: fireflies
description: Query Fireflies.ai meeting transcripts - recorded meetings, AI summaries, action items, and searchable conversation history.
triggers:
- fireflies
- meetings
- transcripts
- what was discussed
- meeting notes
metadata:
openclaw:
emoji: "πŸ”₯"
apiKey:
env: FIREFLIES_API_KEY
getFrom: https://app.fireflies.ai β†’ Integrations β†’ Fireflies API
requires:
bins:
- curl
- jq


Fireflies.ai Integration πŸ”₯

Query meeting transcripts from Fireflies.ai - the AI notetaker that records, transcribes, and summarizes your Zoom, Google Meet, and Teams calls.

Setup

If not configured: Ask the user for their API key. They can get it from:
https://app.fireflies.ai β†’ Integrations β†’ Fireflies API

Then configure via gateway config.patch with env.FIREFLIES_API_KEY.

Quick Commands

# Recent transcripts (default: 5)
fireflies recent
fireflies recent 10

# Search for topics across all meetings
fireflies search "product roadmap"

# Get today's meetings
fireflies today

# Get meetings from a specific date
fireflies date 2026-01-28

# Get full transcript by ID
fireflies get abc123xyz

# Check your account info
fireflies me

When to Use

  • "What meetings did I have today/this week?"
  • "What was discussed in the [project] meeting?"
  • "Find meetings about [topic]"
  • "What were the action items from yesterday's call?"
  • "Get the transcript from my call with [person]"

Response Format

List view includes:
- id - Transcript ID (use with get command)
- title - Meeting title from calendar
- duration - Length in minutes
- participants - Attendee emails
- summary - AI-generated overview and action items

Full transcript includes:
- All list fields plus full transcript with speaker names and timestamps

Notes

  • Speaker names come from calendar invites
  • Works with Zoom, Google Meet, Microsoft Teams

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.