
Description
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
SKILL.md
Datadog Docs
Use this skill to locate Datadog documentation and limits.
LLM-Friendly Documentation
Datadog provides an LLM-optimized documentation index at:
https://docs.datadoghq.com/llms.txt
This file contains:
- Overview of all Datadog products organized by use case
- Full list of documentation pages with URLs and descriptions
- Direct links to Markdown sources (append
.mdto URLs)
How to Use llms.txt
- 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"
- Fetch specific doc pages (add .md to most Datadog Docs URLs for raw content):
curl -s https://docs.datadoghq.com/monitors.md curl -s https://docs.datadoghq.com/tracing.md
Key Documentation Sections
Scope Guardrails
- Use llms.txt for documentation lookups
- Defer to official docs for feature availability and limits
Failure Handling
- If docs.datadoghq.com is unreachable, check network connectivity
- For region-specific docs, use appropriate site (datadoghq.eu, etc.)
More skills from the agent-skills repository
View all 34 skillsagent-install
install Datadog Agent on Kubernetes
Apr 15DatadogDeploymentKubernetesObservabilityagent-observability-auto-experiment
run iterative code improvements using Datadog data
Jul 31DatadogDebuggingEvalsLLM +1agent-observability-eval-bootstrap
bootstrap evaluators from production traces
Jun 19DatadogEvalsLLMObservabilityagent-observability-eval-pipeline
run agent observability and evaluation pipelines
Jun 19AgentsData PipelineDatadogEvals +1agent-observability-experiment-analyzer
analyze LLM experiment results
Jun 19AnalyticsDatadogEvalsLLM +1agent-observability-experiment-py-bootstrap
generate Python experiment clients for LLM observability
Jun 19DatadogJupyterLLMObservability +1
More from Datadog Labs
View publisheragent-observability-replay-trace
iterate on LLM traces with local code
agent-skills
Jul 31DatadogDebuggingLLMObservability +1agent-observability-session-classify
evaluate user intent satisfaction in sessions
agent-skills
Jun 19AnalyticsDatadogEvalsLLM +1agent-observability-trace-rca
diagnose LLM application failures from traces
agent-skills
Jun 19DatadogDebuggingEvalsLLM +1agent-skills
use Datadog observability skills
agent-skills
Apr 6DatadogMonitoringObservabilitydatadog-app
build and manage Datadog applications
agent-skills
Jun 18DatadogFrontendReactTypeScript +1dd-apm
query Datadog APM traces
agent-skills
Apr 6DatadogDistributed TracingObservabilityPerformance