What problem does it solve? Getting actionable analytics out of Webex Meetings requires knowing which of several CLI groups (meeting-qualities, meeting-reports, analytics, workspace-metrics, live-monitoring) answers which question, what OAuth scopes each report needs, and how to parse the varying JSON response shapes. This Skill encodes that mapping plus ready-to-run analysis recipes. ## Core Features & Use Cases - Meeting quality diagnostics: Pull per-participant jitter, latency, and packet loss for a specific meeting and flag sessions exceeding thresholds. - Usage and attendance reporting: Summarize meeting counts by day, list attendees with join/leave times, and rank top meeting hosts. - Historical and workspace analytics: Track messaging adoption trends, room device utilization, workspace occupancy, and live global meeting counts. - Use Case: After an executive complains about a bad all-hands call, run the meeting quality recipe against the meeting ID to identify which participants had packet loss above 5% or latency above 200ms. ## Quick Start Ask the agent to analyze the audio quality of a specific Webex meeting by its meeting ID using the wxcli meeting-qualities command.