Provides a comprehensive CLI wrapper around Webex APIs for admin, calling, contact center, device, meetings and messaging operations. The skill documents installation, auth flows, command structure, global flags, pagination, and best practices for safely running and capturing CLI output.
Use when you need to list or manage Webex resources, debug API calls, administer org settings, download recordings, or operate Contact Center resources from a shell. Especially useful for automation scripts and ad-hoc admin tasks where a token or OAuth login is available.
Best used by agents with shell/Bash access and read tooling (Copilot, Codex, general CLI-capable assistants).
Comprehensive CLI skill for Webex platform administration covering Admin, Calling, Contact Center, Devices, Meetings, and Messaging APIs. No bundled scripts to test — purely documentation-driven skill. Well-written SKILL.md with clear auth flows, command examples, best practices, and MCP server integration. Major security concern: instructs installation via curl|bash pipe which is a known supply-chain risk vector.
curl|bash install pattern deducted 35 points from security. Otherwise clean — no hardcoded creds, no exfiltration, no destructive commands. Well-structured skill with good progressive disclosure via sub-skills.