Notre avis
Cette compétence affiche les statistiques d'appels pour l'agent vocal Vocal Bridge à l'aide de l'interface CLI vb, incluant le nombre total d'appels, les taux de succès et la durée moyenne.
Points forts
- Accès rapide aux métriques
- Commande simple à utiliser
- Sortie JSON disponible pour traitement automatique
- Fournit des statistiques complètes
Limites
- Nécessite l'installation préalable du CLI vocal-bridge
- Fonctionne uniquement avec Vocal Bridge
- Pas de mise à jour en temps réel
Utilisez-la lorsque vous avez besoin d'un aperçu rapide des performances des appels de l'agent vocal.
Ne l'utilisez pas pour une analyse détaillée par appel ou pour une surveillance en temps réel.
Analyse de sécurité
PrudenceThe skill uses Bash to install a package via pip and run a CLI tool with user-provided arguments. While the tool appears legitimate and no destructive or exfiltration actions are instructed, the unquoted use of $ARGUMENTS in a shell command introduces a risk of command injection if the arguments are not sanitized.
- •The command `vb stats $ARGUMENTS` passes user-provided arguments directly to a shell without quoting, which could allow command injection if arguments contain shell metacharacters.
Exemples
Show the call statistics for my Vocal Bridge voice agent.Get the call statistics for the voice agent in JSON format.What is the average call duration for my Vocal Bridge agent?name: stats description: Show call statistics for the Vocal Bridge voice agent including total calls, success rate, and average duration. allowed-tools: Bash
Show call statistics for the voice agent.
First ensure CLI is installed:
pip install --upgrade vocal-bridge
Then run:
vb stats $ARGUMENTS
This displays:
- Total sessions
- Completed sessions
- Failed sessions
- Abandoned sessions
- Total duration
- Average duration
- Total messages
- Average messages per call
Use --json flag for machine-readable output.
Ingénierie de Prompts
Data & IA
Bonnes pratiques et templates de prompt engineering pour maximiser les résultats IA.
Visualisation de Données
Data & IA
Génère des visualisations de données et graphiques adaptés à vos données.
Architecture RAG
Data & IA
Guide de configuration d'architectures RAG (Retrieval-Augmented Generation).