What problem does it solve? Provisioning Webex Calling environments involves strict ordering rules, write-once fields, and API quirks (like lowercase announcement language codes) that cause silent failures or unrecoverable misconfigurations when done ad hoc. ## Core Features & Use Cases - Guided provisioning workflow: Walks through auth verification, prerequisite checks, plan approval, execution, and result verification for seven operations including location creation, user enablement, license assignment, and bulk CSV provisioning. - Org-wide calling defaults: Reads and sets org voicemail settings, passcode rules, music on hold, call captions, and data storage regions via the calling-service and data-policies command groups. - Built-in landmine documentation: Encodes critical constraints such as write-once location_id, lowercase announcement_language, and partial-success POST behavior. - Use Case: An admin needs to onboard 15 users to a new San Jose office. The skill verifies the token, confirms the location is calling-enabled, finds a license with capacity, presents a plan for approval, then loops through user creation and license assignment with verification. ## Quick Start Ask the agent to provision a new Webex Calling user with email, name, location, and extension using the wxcli CLI.