|
| 1 | +--- |
| 2 | +title: Coding Agent Skill |
| 3 | +description: Use the Webex CLI with AI coding agents. |
| 4 | +--- |
| 5 | + |
| 6 | +The Webex CLI includes a [skill](https://agentskills.io) that enables AI coding agents to query and manage your Webex environment. It works with any agent that supports the skills standard — [Claude Code](https://claude.com/claude-code), [OpenAI Codex](https://openai.com/codex/), [Cursor](https://cursor.com), and others. |
| 7 | + |
| 8 | +## Setup |
| 9 | + |
| 10 | +1. Install the Webex CLI (see [Installation](/webex-cli/installation/)) |
| 11 | +2. Login: `webex login` |
| 12 | +3. In a coding agent session, ask it to install the skill: |
| 13 | + |
| 14 | +``` |
| 15 | +Fetch https://raw.githubusercontent.com/Cloverhound/webex-cli/main/skill/SKILL.md |
| 16 | +and save it as a "webex-cli" skill in your global skills folder. |
| 17 | +``` |
| 18 | + |
| 19 | +4. If the `webex` binary is not in your `$PATH`, ask your coding agent to update the binary path in the skill file. |
| 20 | + |
| 21 | +## What the Skill Can Do |
| 22 | + |
| 23 | +Once configured, you can ask your coding agent to: |
| 24 | + |
| 25 | +- **List resources**: "List all CC sites", "Show me the call queues" |
| 26 | +- **Inspect configuration**: "What teams are on the Cloverhound WxCC site?" |
| 27 | +- **Debug issues**: "Why can't agents log in?", "Check the business hours schedule" |
| 28 | +- **Analyze the environment**: "Give me an overview of the contact center setup" |
| 29 | +- **Run commands**: "Get the details for entry point X" |
| 30 | + |
| 31 | +## Example Prompts |
| 32 | + |
| 33 | +``` |
| 34 | +/webex-cli list all CC entry points and show which ones are chat vs voice |
| 35 | +
|
| 36 | +/webex-cli how many agents are assigned to each team? |
| 37 | +
|
| 38 | +/webex-cli check auth status and list sites |
| 39 | +``` |
| 40 | + |
| 41 | +## Customization |
| 42 | + |
| 43 | +The skill can be customized — just ask your coding agent to modify it. For example: |
| 44 | + |
| 45 | +- "Add our site names and team structures to the webex-cli skill" |
| 46 | +- "Update the skill to only use read-only commands" |
| 47 | +- "Add a workflow example for checking agent availability" |
| 48 | + |
| 49 | +## Skills Documentation |
| 50 | + |
| 51 | +- [Agent Skills standard](https://agentskills.io) |
| 52 | +- [Claude Code skills](https://code.claude.com/docs/en/skills) |
| 53 | +- [OpenAI Codex skills](https://developers.openai.com/codex/skills/) |
| 54 | +- [Cursor skills](https://cursor.com/docs/context/skills) |
0 commit comments