What problem does it solve? Setting up Webex bots involves many failure-prone details: token type detection, scope verification, space membership, webhook configuration, and adaptive card payload rules. This Skill guides an AI agent through the entire bot-building workflow so nothing is missed. ## Core Features & Use Cases - Bot & Token Setup: Detect token type (bot, user, admin, service app), verify scopes, and confirm the bot is a member of the target space before sending messages. - Adaptive Card Flows: Select from six card recipes (notification, approval, form, status dashboard, incident alert, dropdown) and send them with the required fallback text field. - Webhooks & Interactions: Create webhooks for messages and attachmentActions, handle the bot interaction loop, and manage webhook auto-deactivation. - Use Case: A user wants an approval workflow in a Webex space. The Skill verifies the bot token, selects the approval card recipe, creates the attachmentActions webhook, sends the card, and verifies the response capture end to end. ## Quick Start Use the messaging-bots skill to build a Webex bot that sends an approval card to my ops space and captures the button responses via webhook.