
Dd Docs
- 1.2k installs
- 147 repo stars
- Updated July 29, 2026
- datadog-labs/agent-skills
dd-docs is an agent skill for Datadog documentation lookup via the llms.txt index.
About
The dd-docs skill locates Datadog documentation and product limits using the LLM-optimized index at docs.datadoghq.com/llms.txt. Agents fetch the index to browse products by use case, search topics with curl and grep patterns, and open Markdown sources by appending .md to documentation URLs. The workflow reduces hallucinated Datadog configuration by grounding answers in current official pages for agents, monitors, logs, APM, and security products. It is a read-only documentation lookup skill without mutating Datadog accounts or deploying agents.
- Uses docs.datadoghq.com/llms.txt LLM-friendly documentation index.
- Search topics then fetch Markdown by appending .md to URLs.
- Covers agents, monitors, logs, APM, and security product docs.
- Read-only lookup without mutating Datadog accounts.
- Reduces hallucinated configuration guidance.
Dd Docs by the numbers
- 1,221 all-time installs (skills.sh)
- +50 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #167 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/datadog-labs/agent-skills --skill dd-docsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.2k |
|---|---|
| repo stars | ★ 147 |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 29, 2026 |
| Repository | datadog-labs/agent-skills ↗ |
What is the current Datadog docs guidance for this product or limit?
Look up Datadog product docs and limits via docs.datadoghq.com/llms.txt index.
Who is it for?
Engineers configuring Datadog who need grounded official references.
Skip if: Skip when changing Datadog account settings without reading docs first.
When should I use this skill?
User needs Datadog documentation, limits, or product configuration references.
What you get
Official documentation pages and Markdown sources fetched from the llms.txt index.
- Datadog doc URL citations
- Markdown doc references
By the numbers
- Skill metadata version 1.0.0
Files
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.txtThis 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
1. Fetch the index to understand available documentation:
curl -s https://docs.datadoghq.com/llms.txt | head -1002. 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"3. 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.mdKey Documentation Sections
| Topic | URL |
|---|---|
| APM/Tracing | https://docs.datadoghq.com/tracing/ |
| Logs | https://docs.datadoghq.com/logs/ |
| Metrics | https://docs.datadoghq.com/metrics/ |
| Monitors | https://docs.datadoghq.com/monitors/ |
| Dashboards | https://docs.datadoghq.com/dashboards/ |
| Security | https://docs.datadoghq.com/security/ |
| Synthetics | https://docs.datadoghq.com/synthetics/ |
| RUM | https://docs.datadoghq.com/real_user_monitoring/ |
| Incidents | https://docs.datadoghq.com/service_management/incident_management/ |
| API Reference | https://docs.datadoghq.com/api/ |
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.)
Related skills
Forks & variants (1)
Dd Docs has 1 known copy in the catalog totaling 4 installs. They canonicalize to this original listing.
- datadog-labs - 4 installs
How it compares
Pick dd-docs over generic web search when agents must cite Datadog's llms.txt index and official Markdown doc URLs.
FAQ
Where is the index?
https://docs.datadoghq.com/llms.txt with product pages and Markdown links.
How do I get Markdown sources?
Append .md to documentation URLs listed in the index.
Does this modify Datadog?
No; it is read-only documentation lookup.
Is Dd Docs safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.