workspace/skills/datadog-metrics/SKILL.md
Query metrics and explore dashboards in Datadog.
npx skillsauth add automateyournetwork/netclaw datadog-metricsInstall 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.
Query metrics and explore dashboards in Datadog.
| Tool | Description |
|------|-------------|
| query_metrics | Execute metric queries with aggregations |
| list_metrics | List available metrics matching a pattern |
| get_metric_metadata | Get metadata for a specific metric |
| list_dashboards | List all available dashboards |
| get_dashboard | Get dashboard definition and widgets |
Query CPU utilization for network devices
→ query_metrics(query="avg:system.cpu.user{role:network_device} by {host}", time_range="1h")
Get interface traffic metrics
→ query_metrics(query="sum:network.bytes_rcvd{*} by {interface}", time_range="4h")
List all network-related metrics
→ list_metrics(pattern="network.*")
Get a specific dashboard
→ get_dashboard(dashboard_id="abc-def-123")
query_metrics(query="avg:network.bytes_sent{*} by {host,interface}")query_metrics(query="sum:network.errors{*} by {host}")query_metrics(query="p99:network.latency{*}")list_metrics(pattern="system.*")query_metrics(query="avg:system.cpu.user{*} by {availability_zone}")query_metrics(query="max:system.disk.used{*} by {host}", time_range="30d")DD_API_KEY Datadog API keyDD_APP_KEY Datadog application keyDD_SITE Datadog site (optional, defaults to datadoghq.com)This skill uses the datadog-mcp server via remote MCP transport.
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
3D network topology visualization and interactive digital twin in Unreal Engine 5.8 via the built-in UE5 MCP server.
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
IPv4 and IPv6 subnet calculator - CIDR breakdown, usable hosts, previous/next subnets, address classification, VLSM planning, and dual-stack analysis. Use when calculating subnets, figuring out how many hosts fit in a prefix, planning IP addressing, getting wildcard masks for ACLs, or checking if two IPs are in the same subnet.