Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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 sco
.claude/skills/automateyournetwork-canvas-network-viz/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 26% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -17% | 0% |
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:
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/Other measured skills in the registry, with their headline benchmark lift.