Imported from Gaya56/claude-code-architect-kit (
cisco-inventory/.claude/skills/webex-research/SKILL.md). Install upstream withnpx skills add Gaya56/claude-code-architect-kit --skill webex-research. Copyright stays with the author.
Webex Research
Research official Cisco, Webex, and RoomOS documentation for $ARGUMENTS.
Workflow
- Check local repo first — search
DEPLOYMENT_COMMANDS.md,INVENTORY_COMMANDS.md,Terminal_commands.MD, and existing macro files for relevant examples. - Search developer.webex.com — find the specific API endpoint, parameters, authentication requirements, and response format.
- Search roomos.cisco.com — find device-side behavior, xAPI command syntax, macro runtime details.
- Fill gaps — if official sources are incomplete, search official Cisco GitHub repos (
CiscoDevNet/roomdevices-macros-samples) for working examples. - Report findings with source links.
Output Format
Return a structured summary:
| Source | Finding | URL |
|---|---|---|
| developer.webex.com | What the API docs say | Link |
| roomos.cisco.com | What the device docs say | Link |
| Local repo | Existing example or command | File path |
Rules
- Official sources first, always.
- Never invent endpoints or parameters — if you can't find it, say so.
- If official docs and observed behavior conflict, note the discrepancy.
- Keep findings concise and actionable.