workspace/skills/canvas-network-viz/SKILL.md
Canvas/A2UI inline network visualizations — topology maps, health dashboards, alert cards, change timelines, config diffs, path traces, and health scorecards rendered directly in the OpenClaw chat interface. Consumes existing MCP server data (pyATS, Grafana, Prometheus, ServiceNow, SuzieQ, Batfish) and outputs A2UI JSON for Canvas rendering. Use when the operator asks to see a network map, device dashboard, alert summary, change request timeline, config diff, forwarding path trace, or health scorecard.
npx skillsauth add automateyournetwork/netclaw canvas-network-vizInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill renders inline network visualizations in the OpenClaw chat interface using the Canvas/A2UI framework. It does NOT establish direct device connections or create new MCP servers. All data is sourced from existing MCP tools.
| Type | Component | Data Sources | Trigger |
|------|-----------|-------------|---------|
| Topology Map | topology-map | pyATS CDP/LLDP, health metrics | "show network topology" |
| Dashboard Panel | dashboard-panel | pyATS, Grafana, Prometheus | "show health dashboard for {device}" |
| Alert Card | alert-card | Grafana alerts, Prometheus alertmanager | "show current alerts" |
| Change Timeline | change-timeline | ServiceNow | "show change request {CR} status" |
| Diff View | diff-view | pyATS config/route/ACL | "show config diff for {device}" |
| Path Trace | path-trace | pyATS, SuzieQ | "trace path from {src} to {dst}" |
| Health Scorecard | health-scorecard | pyATS, Grafana, Prometheus | "show health scorecard for {site}" |
All visualizations produce A2UI JSON:
{
"a2ui": {
"version": "1.0",
"type": "canvas",
"component": "<visualization-type>",
"props": {
"id": "<uuid>",
"title": "<title>",
"timestamp": "<ISO 8601>",
"dataSources": [...],
"scope": {...},
"warnings": [...],
"content": {...}
}
}
}
| Skill | Integration | |-------|-------------| | gait-session-tracking | All visualization events are GAIT-logged | | pyats-topology | CDP/LLDP discovery data for topology maps | | pyats-health-check | Health metrics for node coloring and dashboards | | grafana-observability | Prometheus metrics, alerts, dashboard data | | prometheus-monitoring | Direct PromQL queries for metrics | | servicenow-change-workflow | Change request lifecycle data |
ui/netclaw-visual/tools
Zoom meeting intelligence — correlates a live or referenced Zoom meeting discussion against NetClaw's historical meeting record (via the official Zoom Meetings MCP) and today's actual network state. Use when someone in a Zoom meeting references a past discussion or incident ('didn't we have this issue before?'), or asks to search prior meetings for a topic. Does not itself recognize live in-meeting questions — that happens automatically inside zoom-rtms-mcp's own extractor (spec 118) before this skill is ever invoked.
tools
Manage Lantronix out-of-band (OOB) infrastructure via Percepxion central management platform: device inventory, serial port inspection via SLC CLI, firmware compliance, config management, security auditing, and closed-loop incident remediation. Use during outages, maintenance windows, compliance cycles, and AI-assisted automation workflows.
tools
Federate your NetClaw with other NetClaw operators over the BGP mesh — exchange capability inventories and ask your claw what a peer can do. (US1; remote invocation and chat land in later phases.)
tools
Track token consumption, enforce session budgets, and display cost for every NetClaw interaction.