video-mesh

Monitor and configure Webex Video Mesh clusters, nodes, and event thresholds via wxcli commands.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/achobgood/wxops --skill video-mesh-achobgood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-mesh
Source: https://github.com/achobgood/wxops/tree/main/.claude/skills/video-mesh
Command: npx skills add https://github.com/achobgood/wxops --skill video-mesh-achobgood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Monitoring Webex Video Mesh health requires navigating dozens of similarly named CLI commands where the obvious choice is often wrong — for example, list returns availability metrics, not clusters. This Skill guides you from authentication through the correct command selection, execution, and verification for every Video Mesh operation. ## Core Features & Use Cases - Cluster and node health monitoring: Query availability, utilization, reachability, media health, and network test results across clusters and individual nodes. - On-demand diagnostics: Trigger reachability and media health tests on nodes or clusters, then track status and retrieve results by command ID. - Event threshold management: View, update, or reset event thresholds with mandatory plan confirmation before any write operation. - Use Case: An admin notices calls overflowing to the cloud. Use this Skill to check cluster utilization, run reachability tests on suspect nodes, review call redirect details, and raise the utilization threshold — all with verified commands. ## Quick Start Ask the assistant to run a health check on all Video Mesh clusters in your organization over the past seven days.

Frequently Asked Questions about video-mesh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all Webex Video Mesh clusters from the CLI?

Run `wxcli video-mesh list-clusters-video-mesh` to list clusters. Do not use `wxcli video-mesh list`, which returns cluster availability over a time window and requires `--from` and `--to` flags.

How do I trigger an on-demand reachability test for a Video Mesh node?

Use `wxcli video-mesh create-nodes NODE_ID` for a single node, or `wxcli video-mesh create CLUSTER_ID` for all nodes in a cluster. Track progress with `list-test-status` and retrieve results with `list-test-results` using the returned command ID.

Why do Video Mesh commands return 403 errors?

Video Mesh endpoints require an admin token with spark-admin:video_mesh_read scope for queries or spark-admin:video_mesh_write for threshold changes and test triggers. User tokens always return 403; re-authenticate with `wxcli configure`.

Why does the Video Mesh metrics table show no data?

Most Video Mesh list commands nest measurements one level deeper than the CLI table renderer reaches, so tables appear empty. Always use `--output json` for metrics commands; the data is present in the JSON response.

Can this skill deploy new Video Mesh nodes?

No. Video Mesh deployment requires installing the Video Mesh Node OVA on-premises and registering it to the Webex cloud, which is network infrastructure work outside this skill's scope. This skill only monitors and configures existing deployments.