You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A command-line tool for Webex APIs — Calling, Contact Center, Admin, Devices, Meetings, and Messaging.
4
4
5
+
See the [docs site](https://cloverhound.github.io/webex-cli/) for full API reference and guides.
6
+
5
7
## Install
6
8
7
9
**macOS / Linux:**
@@ -132,10 +134,6 @@ webex config get client-id # View current value
132
134
133
135
Config is stored in `~/.webex-cli/config.json`.
134
136
135
-
## Documentation
136
-
137
-
See the [docs site](https://cloverhound.github.io/webex-cli/) for full API reference and guides.
138
-
139
137
## Claude Code Integration
140
138
141
139
A sample Claude Code skill is included in `skill/SKILL.md`. See the [docs](https://cloverhound.github.io/webex-cli/agent-skill/) for setup instructions.
These commands install the skill globally (user-level). You can also install per-project by placing the `webex-cli/SKILL.md` folder inside your project's `.claude/skills/`, `.agents/skills/`, or `.cursor/skills/` directory instead.
64
+
:::
65
+
19
66
4. If the `webex` binary is not in your `$PATH`, ask your coding agent to update the binary path in the skill file.
0 commit comments