From pup
Looks up Datadog documentation using llms.txt index, grep for topics like APM/logs/monitors, and Markdown pages for products, limits, and API refs.
npx claudepluginhub datadog-labs/pup --plugin pupThis skill uses the workspace's default tool permissions.
Use this skill to locate Datadog documentation and limits.
Queries Datadog logs, metrics, APM traces, RUM events, incidents, and monitors for production debugging and performance analysis. Activates on Datadog, APM traces, or RUM mentions.
Queries and analyzes Datadog logs, metrics, APM traces, and monitors via API. Useful for debugging production issues, monitoring app performance, and investigating alerts.
Executes Datadog operations via pup CLI for queries, metrics, logs, monitors, dashboards or generates integration code using API clients in TypeScript, Python, Java, Go, Rust.
Share bugs, ideas, or general feedback.
Use this skill to locate Datadog documentation and limits.
Datadog provides an LLM-optimized documentation index at:
https://docs.datadoghq.com/llms.txt
This file contains:
.md to URLs)Fetch the index to understand available documentation:
curl -s https://docs.datadoghq.com/llms.txt | head -100
Search for specific topics:
Examples:
curl -s https://docs.datadoghq.com/llms.txt | grep -i "monitors"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "apm"
curl -s https://docs.datadoghq.com/llms.txt | grep -i "logs"
curl -s https://docs.datadoghq.com/monitors.md
curl -s https://docs.datadoghq.com/tracing.md