From fireflies-pack
Execute Fireflies.ai secondary workflow: Core Workflow B. Use when implementing secondary use case, or complementing primary workflow. Trigger with phrases like "fireflies secondary workflow", "secondary task with fireflies".
How this skill is triggered — by the user, by Claude, or both
Slash command
/fireflies-pack:fireflies-core-workflow-bThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Secondary workflow for Fireflies.ai. Complements the transcript retrieval workflow by focusing on search, analytics, and bulk processing across your meeting history. Use this skill when you need to search across all past transcripts for a specific topic, generate trend reports on meeting frequency or action item completion, or bulk-export meeting data for compliance archiving.
Secondary workflow for Fireflies.ai. Complements the transcript retrieval workflow by focusing on search, analytics, and bulk processing across your meeting history. Use this skill when you need to search across all past transcripts for a specific topic, generate trend reports on meeting frequency or action item completion, or bulk-export meeting data for compliance archiving.
fireflies-install-auth setupfireflies-core-workflow-aConfigure the search parameters or analytics scope. For keyword search, specify the terms and optional date range to search across all stored transcripts. For analytics, define the metrics you want to aggregate such as average meeting duration, most discussed topics, or participant engagement levels. Ensure your API plan supports the volume of transcripts you need to process.
// Step 1 implementation
Execute the search or analytics query against the Fireflies API. For search, paginate through results to collect all matching transcript segments. For analytics, aggregate the returned metrics and identify patterns or anomalies worth reporting. Cross-reference action items with their source meetings to track resolution rates over time.
// Step 2 implementation
Produce the final deliverable: a search result report, analytics dashboard data, or compliance export. For bulk exports, compress and archive the output according to your retention policy. Share actionable insights with stakeholders in a format that requires minimal context to understand.
// Step 3 implementation
| Aspect | Workflow A | Workflow B |
|---|---|---|
| Use Case | Primary | Secondary |
| Complexity | Medium | Lower |
| Performance | Standard | Optimized |
// Complete workflow example
// Error handling code
For common errors, see fireflies-common-errors.
npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin fireflies-packCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.