Notre avis
Gère des clips et extraits sonores à partir de transcriptions de réunions via l'API Fireflies.
Points forts
- Permet de créer, lister et récupérer des clips rapidement
- Filtre par transcript, limite et propriétaire (moi/équipe)
- Sortie flexible (JSON, tableau, texte brut)
Limites
- Nécessite une clé API Fireflies
- Ne gère que les clips, pas les transcriptions complètes
- Dépend du service externe Fireflies
Lorsque vous avez besoin d'extraire des moments clés d'une réunion sous forme de clips.
Si vous devez analyser l'intégralité d'une transcription ou travailler hors ligne.
Analyse de sécurité
PrudenceThe skill relies on the third-party 'fireflies-api' npm package, introducing supply chain risk. While the commands are limited to non-destructive API calls, the Bash execution context could potentially access sensitive environment variables.
- •Uses Bash to execute npm exec --yes, which auto-downloads a package from npm; potential supply chain risk.
- •Instructions require setting an API key, which could be exposed if the tool or environment is compromised.
Exemples
List the 10 most recent bites from my Fireflies meetings.Create a bite named 'Key Decision' from transcript transcript_123 from 2 minutes to 3 minutes.Get the details of bite bite_456.name: ff-bites description: Manage clips and soundbites from transcripts. Use when creating, listing, or getting highlight clips from meetings. allowed-tools: Bash(npm exec --yes --package=fireflies-api -- fireflies-api bites *)
Fireflies Bites
Manage clips and soundbites from meeting transcripts.
Commands
List Bites
npm exec --yes --package=fireflies-api -- fireflies-api bites list [options]
Options:
--transcript <id>- Filter by transcript ID--limit <n>- Number of bites to return--mine- Only my bites--team- Include team bites-o, --output <format>- Output format: json, jsonl, table, tsv, plain
Get Bite
npm exec --yes --package=fireflies-api -- fireflies-api bites get <id>
Create Bite
npm exec --yes --package=fireflies-api -- fireflies-api bites create [options]
Options:
--transcript <id>- Transcript ID (required)--start <seconds>- Start time in seconds--end <seconds>- End time in seconds--name <name>- Bite name--media-type <type>- Media type--summary <text>- Summary text--privacy <level>- Privacy level
Examples
# List recent bites
npm exec --yes --package=fireflies-api -- fireflies-api bites list --limit 10
# List bites from a specific transcript
npm exec --yes --package=fireflies-api -- fireflies-api bites list --transcript "transcript_123"
# Get a specific bite
npm exec --yes --package=fireflies-api -- fireflies-api bites get "bite_456"
# Create a new bite
npm exec --yes --package=fireflies-api -- fireflies-api bites create --transcript "transcript_123" --start 120 --end 180 --name "Key Decision"
Instructions
-
Verify API key is set:
test -n "$FIREFLIES_API_KEY" && echo "Ready" || echo "ERROR: Set FIREFLIES_API_KEY" -
For creating bites, ensure start and end times are within the transcript duration.
-
Suggest meaningful names for bites to make them easier to find later.
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.