workspace/skills/datadog-logs/SKILL.md
Search and analyze logs in Datadog Log Management.
npx skillsauth add automateyournetwork/netclaw datadog-logsInstall 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.
Search and analyze logs in Datadog Log Management.
| Tool | Description |
|------|-------------|
| search_logs | Search logs with query syntax, time range, and filters |
| get_log_details | Get detailed information about a specific log entry |
| list_log_indexes | List all available log indexes |
| get_log_pipeline | Get log pipeline configuration for processing |
Search for error logs in the network service
→ search_logs(query="service:network status:error", time_range="1h")
Find all logs from a specific host
→ search_logs(query="host:router-core-01", time_range="15m")
Get logs with a specific trace ID
→ search_logs(query="trace_id:abc123", time_range="1d")
List all log indexes
→ list_log_indexes()
search_logs(query="@auth.status:failed")search_logs(query="@network.client.ip:10.0.0.1")search_logs(query="@action:sudo OR @action:su")search_logs(query="service:network @interface.status:down")search_logs(query="@event.type:bgp_state_change")search_logs(query="@syslog.facility:local0")search_logs(query="@syslog.severity:<4") (warning and above)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.