workspace/skills/gnmi-telemetry/SKILL.md
gNMI streaming telemetry operations for multi-vendor network devices. Query device state via structured YANG model paths, subscribe to real-time telemetry streams, apply ITSM-gated configuration changes, browse YANG capabilities, and compare gNMI data against CLI output.
npx skillsauth add automateyournetwork/netclaw gnmi-telemetryInstall 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.
gNMI streaming telemetry operations for multi-vendor network devices. Query device state via structured YANG model paths, subscribe to real-time telemetry streams, apply ITSM-gated configuration changes, browse YANG capabilities, and compare gNMI data against CLI output.
gnmi-mcp — gNMI Streaming Telemetry MCP Server (stdio transport)
gnmi_list_targets — identify available devicesgnmi_capabilities — discover supported YANG modelsgnmi_browse_yang_paths — explore available pathsgnmi_get — retrieve structured state datagnmi_subscribe — create subscription (SAMPLE or ON_CHANGE)gnmi_get_subscriptions — verify subscription is activegnmi_get_subscription_updates — poll for latest updatesgnmi_unsubscribe — clean up when monitoring is completegnmi_get — capture current baseline stategnmi_set — apply change with ServiceNow CR numbergnmi_get — verify change was applied correctlygnmi_compare_with_cli — side-by-side comparison with pyATS data| Variable | Description |
|----------|-------------|
| GNMI_TARGETS | JSON array of target devices (name, host, port, credentials, vendor) |
| GNMI_TLS_CA_CERT | CA certificate for TLS server verification |
| GNMI_TLS_CLIENT_CERT | Client certificate for mTLS (optional) |
| GNMI_TLS_CLIENT_KEY | Client private key for mTLS (optional) |
Query interface state:
"Show me the interface status on router1 using gNMI"
Subscribe to counters:
"Set up a SAMPLE telemetry subscription for interface counters on switch1 every 30 seconds"
Apply configuration:
"Change the description on GigabitEthernet0/0/0/1 on router1 to 'Uplink to spine' using CR CHG0012345"
Browse capabilities:
"What YANG models does router1 support?"
testing
Human-in-the-loop escalation via HumanRail — route low-confidence agent decisions, pre-destructive operation approvals, and ambiguous incident tickets to real human engineers. Human answers are verified and returned as structured output. Workers are paid via Lightning Network. Use when the agent is uncertain, when a destructive change needs explicit human sign-off beyond a ServiceNow CR, or when an ambiguous ticket requires human triage before automated handling.
testing
Manage EVE-NG node lifecycle. Use when listing nodes, checking runtime state, creating or deleting nodes, starting or stopping nodes or whole labs, verifying node details, or wiping node NVRAM back to factory defaults.
development
Manage EVE-NG labs and platform inventory. Use when listing labs, checking lab metadata, creating or deleting labs, importing or exporting lab archives, checking EVE-NG health or auth, or verifying available node images before build work.
tools
Execute live CLI commands on running EVE-NG nodes over telnet console. Use when running show commands, making live config changes, verifying protocol state, testing connectivity, checking console readiness, or interacting with IOS, Junos, VPCS, EOS, or NX-OS nodes.