Openclaw-config fireflies

Fireflies.ai ๐Ÿ”ฅ

install
source ยท Clone the upstream repo
git clone https://github.com/TechNickAI/openclaw-config
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/fireflies" ~/.claude/skills/technickai-openclaw-config-fireflies && rm -rf "$T"
OpenClaw ยท Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/TechNickAI/openclaw-config "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/fireflies" ~/.openclaw/skills/technickai-openclaw-config-fireflies && rm -rf "$T"
manifest: skills/fireflies/SKILL.md
source content

Fireflies.ai ๐Ÿ”ฅ

Query meeting transcripts โ€” AI notetaker for Zoom, Google Meet, Teams.

Setup

API key from app.fireflies.ai โ†’ Integrations โ†’ Fireflies API. Configure via gateway.

What Users Ask

  • "What meetings did I have today?"
  • "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]"

Capabilities

  • Recent transcripts
  • Search across all meetings
  • Filter by date
  • Full transcript retrieval by ID

Response Data

List view:

  • id
    โ€” Transcript ID
  • title
    โ€” Meeting title from calendar
  • duration
    โ€” Length in minutes
  • participants
    โ€” Attendee emails
  • summary
    โ€” AI-generated overview and action items

Full transcript:

  • Everything above plus full text with speaker names and timestamps

Notes

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