Webex Automation
Automate Cisco Webex messaging, rooms, teams, webhooks, and people management through natural language commands
npx skills add ComposioHQ/awesome-claude-skills --skill webex-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Webex Automation Automate Cisco Webex collaboration workflows -- send messages, manage rooms and teams, configure webhooks, and look up people -- all through natural language. **Toolkit docs:** [composio.dev/toolkits/webex](https://composio.dev/toolkits/webex) --- ## Setup 1. Add the Rube MCP server to your environment: `https://rube.app/mcp` 2. Connect your Webex account when prompted (OAuth flow via Composio) 3. Start issuing natural language commands for Webex automation --- ## Core Workflows ### 1. Send a Message to a Room or Person Post plain text, markdown, file attachments, or Adaptive Cards to any Webex room or directly to a person. **Tool:** `WEBEX_MESSAGING_CREATE_MESSAGE` Key parameters: - `roomId` -- target room ID (use `WEBEX_MESSAGING_LIST_ROOMS` to find it) - `toPersonEmail` -- send a private 1:1 message instead (mutually exclusive with `roomId`) - `text` -- plain text content (max 7439 bytes) - `markdown` -- markdown-formatted content (takes precedence over `text`) - `files` -- list of public URLs for file attachments (one file per message) - `attachments` -- Adaptive Card JSON (one card per message) - `parentId` -- reply to a specific message as a threaded respon
- Setup
- Core Workflows
- 1. Send a Message to a Room or Person
- 2. List and Discover Rooms
- 3. Manage Webhooks for Event-Driven Automation
- 4. Manage Team Memberships
- 5. Audit Room Memberships
- 6. Search and Look Up People
- Known Pitfalls
- Quick Reference
What does the Webex Automation skill do?
Automate Cisco Webex messaging, rooms, teams, webhooks, and people management through natural language commands
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill webex-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
