Agent skill

Webex Automation

Automate Cisco Webex messaging, rooms, teams, webhooks, and people management through natural language commands

composio-communitygithub.com/composio-communityGitHub ↗
codex
Install
npx skills add composio-community/awesome-codex-skills --skill webex-automation --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: composio-skills/webex-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 15,591
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Send a Message to a Room or Person
  4. 2. List and Discover Rooms
  5. 3. Manage Webhooks for Event-Driven Automation
  6. 4. Manage Team Memberships
  7. 5. Audit Room Memberships
  8. 6. Search and Look Up People
  9. Known Pitfalls
  10. Quick Reference
More from awesome-codex-skills
All skills →
About this skill
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 composio-community/awesome-codex-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 composio-community/awesome-codex-skills, a repository with 15,591 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.

Keep going