What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting an agent to Cisco Webex requires manually copying adapter code, registering it, installing the package, and wiring credentials. This Skill automates that entire setup flow with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Fetches the Webex adapter and its registration test from the channels branch and appends the self-registration import to the channel barrel. - Build Validation: Runs the TypeScript build and a registration integration test to confirm the adapter is installed, registered, and typed correctly against the core Chat SDK bridge API. - Credential Configuration: Guides creation of a Webex bot, webhook setup with signature secret, and syncing WEBEX_BOT_TOKEN and WEBEX_WEBHOOK_SECRET into the container environment. - Use Case: A team wants their NanoClaw agent reachable in a Cisco Webex space; this Skill installs the adapter, validates the build, and walks through bot token and webhook configuration. ## Quick Start Ask the assistant to add the Webex channel to your NanoClaw installation and provide your Webex bot token and webhook secret when prompted.