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.mdsource 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:
โ Transcript IDid
โ Meeting title from calendartitle
โ Length in minutesduration
โ Attendee emailsparticipants
โ AI-generated overview and action itemssummary
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