add-webex

Integrate Cisco Webex as a chat channel for NanoClaw.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-webex-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-webex
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-webex
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-webex-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cisco Webex integration enables NanoClaw to operate as a Webex channel, letting teams chat with agents inside Webex spaces or direct messages without manual wiring.

Core Features & Use Cases

  • Webex channel bridge: connect NanoClaw to Cisco Webex via the Chat SDK.
  • Credential provisioning: configure a Webex Bot Token and webhook secret.
  • On-demand wiring: fetch the channel adapter, modify channel imports, and build the updated container.

Quick Start

Follow the Install and Credentials steps in SKILL.md to enable Webex channel support in your NanoClaw deployment.

Frequently Asked Questions about add-webex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Webex channel support to a NanoClaw deployment?

To add Webex channel support, install the @bitbasti/chat-adapter-webex dependency, wire the adapter into src/channels/index.ts, and build the updated container to enable Webex spaces and direct messages.

What credentials do I need to integrate a Cisco Webex bot with NanoClaw?

Integrating a Cisco Webex bot requires a Webex Bot Token and a webhook secret, which are provisioned through the developer.webex.com portal and configured during the NanoClaw channel setup process.

Does NanoClaw support direct messages in Webex spaces with chat agents?

Yes, NanoClaw supports direct messages and Webex spaces by wiring in the Webex adapter via the Chat SDK, allowing teams to chat with agents directly inside the Cisco Webex platform.

How do I configure the Webex webhook and bot token for a chat SDK adapter?

Configure the Webex bot token and webhook secret in your NanoClaw deployment by fetching the Webex channel adapter, modifying the channel imports, and following the credentials steps in the SKILL.md documentation.

Can I use the chat-adapter-webex package without modifying src/channels/index.ts?

No, wiring the Webex adapter requires modifying the channel imports in src/channels/index.ts and building the updated container to successfully bridge NanoClaw with the Cisco Webex platform.

Why do I need to configure a Webex app in developer.webex.com before adding the channel?

Configuring a Webex app in developer.webex.com is required to generate the necessary bot token and webhook secret for authenticating the chat SDK adapter and securely bridging NanoClaw to Webex.