query-live

Answer natural-language questions about Webex Calling environments using live read-only API queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Admins managing Webex Calling environments often need quick answers about users, call features, routing, and phone numbers without digging through Control Hub or writing API calls. This Skill translates plain-English questions into verified, read-only wxcli queries and returns grounded answers. ## Core Features & Use Cases - Domain-Routed Queries: Routes questions across six domains — people and settings, call features, routing, numbers, call history, and call flow tracing — with dedicated command recipes per domain. - Verified Answers: Enforces complete reads with --all, field projection with --fields, and a verification gate so counts and negative answers are backed by evidence, not truncated pages. - Call Flow Tracing: Traces inbound call paths through auto attendants, hunt groups, and queues with schedule evaluation for a given date and time. - Use Case: Ask "Which users at Austin don't have voicemail enabled?" and get an audited answer like "12 of 45 users" with the exact commands and flags used to verify it. ## Quick Start Ask a question like "Who is in the Sales hunt group and what is its ring pattern?" to get a live answer from your Webex Calling org.

Frequently Asked Questions about query-live

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

FAQPage Schema
How do I check which users don't have voicemail enabled in Webex Calling?

List users with wxcli people list --calling-data true --all, then run wxcli user-settings show-voicemail for each person and filter where enabled is false. For orgs over 50 users, the skill batches checks in groups of 20 with progress updates.

How do I trace what happens when someone calls a Webex phone number?

Look up the number with wxcli numbers list --phone-number to find its owner, then walk the chain through auto attendants, hunt groups, or queues. Schedules are evaluated against the location timezone, with a maximum depth of 5 hops and loop detection.

Can this skill make changes to my Webex Calling configuration?

No. It is strictly read-only and only uses list, show, and test command verbs. If you request a change, it reports the current state and points you to Control Hub or offers to switch to a build-mode skill.

Why does a user count or 'none found' answer come back wrong?

List commands return only the first page by default, and people list omits extension and location fields unless --calling-data true is passed. The skill requires --all for enumerations and verifies flags via --help before reporting counts or negatives.

Does it support call history and CDR reporting questions?

Call history questions are delegated to the reporting skill, which handles CDR data with a 30-day retention window and 12-hour maximum query windows. Configuration questions that look like history, such as recording settings, are answered inline.