From ai-coding-config
Queries Fireflies.ai for meeting transcripts from Zoom, Teams, Google Meet; searches by keyword/date, extracts action items, and retrieves summaries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-coding-config:firefliesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Clear triggers:
fireflies today
fireflies date 2026-01-28
fireflies search "product roadmap" fireflies search "budget discussion"
fireflies get abc123xyz
fireflies me
</commands>
<response-format>
**List view includes:**
- id, title, duration, host, participants
- AI-generated overview and action items
**Full transcript includes:**
- Complete sentences with speaker names and timestamps
- Keywords, topics discussed, outline
- Extracted action items
</response-format>
<api-notes>
- Works with Zoom, Google Meet, Microsoft Teams
- Speaker names from calendar invites
- GraphQL API docs: [docs.fireflies.ai](https://docs.fireflies.ai)
</api-notes>
<llm-api-reference>
If you need to look up API details beyond this skill's commands, use Context7:
resolve-library-id: fireflies → /websites/fireflies_ai query-docs: /websites/fireflies_ai with "GraphQL transcripts query"
Context7 has full GraphQL schema documentation with code examples in Python, JavaScript, and cURL.
</llm-api-reference>
npx claudepluginhub technickai/ai-coding-config --plugin ai-coding-configSearches and retrieves meeting transcripts from Fireflies.ai and Google Drive with full text, speaker labels, timestamps, summaries, keywords, and action items. Triggers on transcript search, meeting history, call recordings, or Fireflies queries.
Uses Glean's meeting_lookup tool to retrieve decisions, action items, attendees, transcripts from past meetings. For queries like 'what was decided' or 'meeting notes'.
Searches meeting transcripts and voice memos for topics, people, decisions, or ideas. Best when users ask about past discussions, specific speakers, or need to recall what was said or decided.