plugins/core/skills/fireflies/SKILL.md
Use when finding meeting transcripts, searching Fireflies recordings, getting action items from calls, or answering 'what was discussed in the meeting' questions
npx skillsauth add technickai/ai-coding-config firefliesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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>
research
Use when analyzing YouTube videos, extracting insights from tutorials, researching video content, or learning from talks and presentations
tools
Use when writing prompts, agent instructions, SKILL.md, commands, system prompts, Task tool prompts, prompt engineering, or LLM-to-LLM content
development
Use when writing, reviewing, or refactoring React or Next.js code, optimizing React performance, fixing re-render issues, reducing bundle size, eliminating waterfalls, or improving data fetching patterns
development
Use when debugging bugs, test failures, unexpected behavior, or needing to find root cause before fixing