reporting-cc

Query and analyze Webex Contact Center queue, agent, and real-time statistics via wxcli.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/achobgood/wxops --skill reporting-cc-achobgood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting-cc
Source: https://github.com/achobgood/wxops/tree/main/.claude/skills/reporting-cc
Command: npx skills add https://github.com/achobgood/wxops --skill reporting-cc-achobgood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Webex Contact Center analytics require CC-scoped OAuth tokens, regional endpoint configuration, and knowledge of distinct CC API command groups, making it easy to hit 403 errors or query the wrong APIs when trying to measure queue performance and agent activity. ## Core Features & Use Cases - Queue and Agent Statistics: Retrieve queue volume, abandonment rates, average wait times, service levels, and per-agent handle time and utilization through the cc-queue-stats and cc-agents command groups. - Real-Time Monitoring: Check current estimated wait time, queue depth, and agent availability states with cc-ewt, cc-realtime, and agent activity listings. - Historical Search and Summaries: Search past tasks and AI-generated interaction summaries with cc-search and cc-agent-summaries. - Use Case: A contact center manager asks which queue has the highest abandonment rate this week; the skill verifies CC auth and region, runs the queue statistics query, and computes per-queue abandonment percentages with a ready-made recipe. ## Quick Start Ask the agent to show this week's abandonment rate and average wait time per Webex Contact Center queue.

Frequently Asked Questions about reporting-cc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Webex Contact Center queue statistics from the command line?

Use the wxcli cc-queue-stats list command with --from and --to epoch timestamps to retrieve queue volume, wait times, abandonment, and service level data. Verify the exact flags first with wxcli cc-queue-stats --help since the CLI is auto-generated.

Why do Webex Contact Center API calls return 403 errors?

CC analytics require CC-scoped tokens with cjp:config_read or cjp:config_write scopes; standard admin tokens are rejected. Authenticate via an OAuth Integration for interactive use or a Service App for production automation.

How do I check the current estimated wait time for a Webex CC queue?

Run wxcli cc-ewt show with the queue ID and a --lookback-minutes value to get the current estimated wait time. The response is a real-time snapshot, not historical data.

What regions does Webex Contact Center analytics support?

Supported regions are us1, eu1, eu2, anz1, ca1, jp1, and sg1, with us1 as the default. Set the region with wxcli set-cc-region; there is no getter command, so check the cc_region key in ~/.wxcli/config.json.

What is the difference between the reporting-cc and reporting skills in wxcli?

The reporting-cc skill covers Webex Contact Center analytics using cc-prefixed command groups and CJP OAuth scopes. The separate reporting skill handles Webex Calling CDR, queue, and auto-attendant statistics, and reporting-meetings covers meetings and workspace analytics.