add-webex

Integrate Cisco Webex as a chat channel via the Chat SDK bridge.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cisco Webex integration is added to NanoClaw to enable Webex-based conversations with agents through the Chat SDK bridge, improving channel coverage while preserving security and control.

Core Features & Use Cases

  • Integrates Cisco Webex as a channel by wiring the Webex adapter into the agent ecosystem.
  • Provides a repeatable, idempotent setup process for enabling Webex in environments that rely on the Chat SDK.
  • Use case: teams using Webex spaces or direct messages can connect to NanoClaw agents to chat securely and automate routine tasks.

Quick Start

Follow the Install and Pre-flight steps to fetch the channels branch, copy the adapter, update the imports, install the adapter package, and build to activate the Webex channel integration.

Frequently Asked Questions about add-webex

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

FAQPage Schema
How do I integrate Cisco Webex channels with a Chat SDK agent ecosystem?

Integrating Cisco Webex channels requires wiring the Webex adapter into the agent ecosystem via the Chat SDK bridge. This enables Webex spaces and direct messages to connect securely with agents for automated conversations.

What steps are needed to wire a Webex adapter into a TypeScript agent project?

Wiring the Webex adapter involves fetching the channels branch, copying the adapter, updating imports, installing the adapter package, and running a build with tests. This idempotent setup process activates Webex channel integration.

Can I use Webex spaces to chat with agents without compromising security?

Webex spaces can connect to agents securely through the Chat SDK bridge. The integration preserves security and control by relying on explicit credentials and build steps within the deployment environment.

Does adding a Webex channel require specific credentials and build configurations?

Adding a Webex channel requires explicit credentials and build configurations. Teams must complete pre-flight steps, install the adapter package, and run builds to ensure the Webex integration is correctly wired.

Why do I need to fetch a channels branch before installing the Webex adapter?

Fetching the channels branch is required to access the Webex adapter source files. Copying this adapter and updating imports ensures the Chat SDK bridge correctly recognizes the Webex channel during the build process.

What is the best way to automate routine tasks through Webex direct messages?

Automating routine tasks through Webex direct messages is best achieved by connecting Webex to NanoClaw agents. The Chat SDK bridge links Webex conversations to agents, enabling secure and repeatable task automation.