Agent skill
fireflies
Use when finding meeting transcripts, searching Fireflies recordings, getting action items from calls, or answering 'what was discussed in the meeting' questions
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/fireflies
SKILL.md
Clear triggers:
- "What meetings did I have today/this week?"
- "What was discussed in the [project] meeting?"
- "What were the action items from yesterday's call?"
- "Find meetings about [topic]"
Today's meetings
fireflies today
Specific date
fireflies date 2026-01-28
Search by keyword
fireflies search "product roadmap" fireflies search "budget discussion"
Full transcript by ID
fireflies get abc123xyz
Your account info
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>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?