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".
From fireflies-packnpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin fireflies-packThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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.