What problem does it solve? Managing Webex messaging resources through raw APIs is error-prone: token types and scopes vary per operation, the CLI uses legacy "rooms" terminology for spaces, and destructive actions like team deletion are irreversible. This Skill guides an AI agent through verified, step-by-step workflows for every messaging operation. ## Core Features & Use Cases - Space and Team Lifecycle: Create, update, list, and delete spaces and collaboration teams with prerequisite checks and idempotency verification. - Membership and Message Management: Add or remove members, assign moderators, send messages, and reply to threads with correct token-type handling. - Enterprise Features: Link SharePoint/OneDrive folders to spaces via ECM and monitor Hybrid Data Security (HDS) cluster health with admin-scoped operations. - Use Case: A user asks to set up a project team with three spaces and five members. The Skill verifies the auth token, checks for existing resources, presents a deployment plan for confirmation, executes the wxcli commands in order, and verifies each created resource. ## Quick Start Ask the agent to create a Webex team with spaces and members, and it will verify your token, present a plan, and execute the wxcli commands after your confirmation.