What problem does it solve? Configuring and controlling Webex RoomOS and PhoneOS devices requires knowing exact firmware-specific key names, correct API surfaces, and proper command sequencing, which is error-prone when done by hand or from memory. ## Core Features & Use Cases - Device Configuration Management: Read and update RoomOS/PhoneOS configuration keys on Room, Board, Desk, and 9800-series devices using JSON Patch operations via wxcli device-configurations. - Workspace Personalization: Push a user's speed dials, favorites, and call history to a shared workspace device with async task polling until completion. - xAPI Command and Status Control: Execute device commands (dial, volume, standby, alerts) and query live status values (call state, network, room analytics) through wxcli xapi. - Namespace Discovery: Dump the device's full command, status, and configuration namespace to disk and grep it locally instead of guessing key names. - Use Case: An admin needs to reset the camera position on a Room Bar Pro. The skill dumps the device's command namespace, finds Camera.PositionReset with its required arguments, executes it via wxcli xapi create, and verifies the result. ## Quick Start Ask the assistant to set the ultrasound max volume to 70 on your RoomOS device using the device-platform skill.