Setting the skill. One moment.
Skills
Skill 36 of 48
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
1 minute · 195 words · 6 sections
Install
npx skills add datadog-labs/agent-skills --skill dd-docsnpx skills add datadog-labs/agent-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Use this skill to locate Datadog documentation and limits.
Datadog provides an LLM-optimized documentation index at:
https://docs.datadoghq.com/llms.txtThis file contains:
.md to URLs)Fetch the index to understand available documentation:
curl -s https://docs.datadoghq.com/llms.txt | head -100Search 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.mdmain, last pushed 17 September 2026.SKILL.md, not by matching a directory convention. 11 distinct layouts observed: agent-observability/*/SKILL.md, */SKILL.md, dd-apm/k8s-ssi/*/SKILL.md, dd-apm/linux-ssi/*/SKILL.md, dd-apm/*/SKILL.md, dd-apps/*/SKILL.md, dd-audit/*/SKILL.md, dd-browser-sdk/*/SKILL.md, dd-security/csm/*/SKILL.md, dd-software-delivery/*/SKILL.md, SKILL.md (repo root).h1 and no skipped levels:/datadog-labs/agent-skills.md, and each skill at its own .md URL.