workspace/skills/datadog-apm/SKILL.md
Analyze distributed traces and service performance in Datadog APM.
npx skillsauth add automateyournetwork/netclaw datadog-apmInstall 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.
Analyze distributed traces and service performance in Datadog APM.
| Tool | Description |
|------|-------------|
| search_traces | Search traces with query syntax and filters |
| get_trace_details | Get detailed span information for a trace |
| list_services | List all instrumented services |
| get_service_summary | Get service health and performance summary |
Search for slow traces in the network service
→ search_traces(query="service:network-api @duration:>1s", time_range="1h")
Find error traces
→ search_traces(query="status:error", time_range="30m")
Get details of a specific trace
→ get_trace_details(trace_id="abc123def456")
List all services
→ list_services()
Get service performance summary
→ get_service_summary(service_name="network-api")
search_traces(query="@duration:>500ms")get_trace_details(trace_id="...")search_traces(query="status:error service:network")list_services()get_service_summary(service_name="...")search_traces(query="trace_id:abc123")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.
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.