Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Comprehensive network telemetry and event collection across multiple protocols.
.claude/skills/automateyournetwork-telemetry-ops/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 127% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 55% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -4% | 0% |
Comprehensive network telemetry and event collection across multiple protocols.
telemetry-ops
This meta-skill provides a unified interface to all NetClaw telemetry receivers: syslog, SNMP traps, IPFIX/NetFlow, and gNMI streaming telemetry. It enables holistic network monitoring by aggregating events from multiple sources.
| Skill | MCP Server | Protocol | Default Port | |-------|------------|----------|--------------| | syslog-receiver | syslog-mcp | RFC 5424/3164 UDP | 514 | | snmptrap-receiver | snmptrap-mcp | SNMPv1/v2c/v3 UDP | 162 | | ipfix-receiver | ipfix-mcp | IPFIX/NetFlow UDP | 2055 | | gnmi-telemetry | gnmi-mcp | gNMI gRPC | 57400 |
1. Configure device to send syslog to NetClaw (UDP 514)
2. Configure SNMP traps to NetClaw (UDP 162)
3. Configure NetFlow/IPFIX export to NetClaw (UDP 2055)
4. Add device to gNMI targets for streaming telemetry
5. Start all receivers
6. Verify data is being received from each source1. Query syslog for error messages around incident time
2. Check SNMP traps for linkDown events
3. Analyze flows for traffic anomalies
4. Subscribe to gNMI telemetry for real-time interface state1. Use syslog_get_severity_counts for error distribution
2. Use snmptrap_get_counts for trap type breakdown
3. Use ipfix_top_talkers for bandwidth consumers
4. Use gnmi_get for current device statelogging host 10.0.0.1 transport udp port 514
logging trap informational
logging source-interface Loopback0snmp-server enable traps
snmp-server host 10.0.0.1 version 2c publicflow exporter NETCLAW
destination 10.0.0.1
transport udp 2055
export-protocol ipfixnetconf-yang
gnmi-yang
gnmi-yang secure-serverSince ngrok doesn't support UDP, use these alternatives:
| Service | UDP Support | Best For | |---------|-------------|----------| | Pinggy | Yes | Quick tunnel setup | | Tailscale | Yes | Persistent mesh VPN | | LocalXpose | Yes | Full protocol support |
┌─────────────────┐
│ Cisco Cat 9300 │
└────────┬────────┘
│
┌────────────────────┼────────────────────┐
│ │ │ │ │
▼ ▼ ▼ ▼ │
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ Syslog │ │ SNMP │ │ IPFIX │ │ gNMI │
│ UDP 514 │ │ UDP 162 │ │UDP 2055 │ │TCP 57400│
└────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘
│ │ │ │
▼ ▼ ▼ ▼
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│syslog- │ │snmptrap-│ │ ipfix- │ │ gnmi- │
│ mcp │ │ mcp │ │ mcp │ │ mcp │
└────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘
│ │ │ │
└───────────┴─────┬─────┴───────────┘
│
┌─────┴─────┐
│ NetClaw │
│ Agent │
└───────────┘/mcp-servers/syslog-mcp/README.md/mcp-servers/snmptrap-mcp/README.md/mcp-servers/ipfix-mcp/README.md/mcp-servers/gnmi-mcp/README.mdOther measured skills in the registry, with their headline benchmark lift.