From pup
Fetches Datadog documentation via llms.txt index and raw Markdown pages for product lookups, limits, and API references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pup:dd-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to locate Datadog documentation and limits.
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
npx claudepluginhub datadog/pup --plugin pupQueries Datadog logs, metrics, APM traces, RUM events, incidents, and monitors for production debugging and performance analysis. Activates on Datadog, APM traces, or RUM mentions.
Query Datadog data via pup CLI or generate code for application integration. Supports 200+ subcommands for metrics, logs, traces, monitors, dashboards, and more.
Automates Datadog tasks via Rube MCP: query metrics, search logs, manage monitors/dashboards, create events and downtimes. Requires active Datadog connection.