askill
dd-docs

dd-docsSafety 95Repository

Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.

9 stars
1.2k downloads
Updated 2/25/2026

Package Files

Loading files...
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 .md to URLs)

How to Use llms.txt

  1. Fetch the index to understand available documentation:

    curl -s https://docs.datadoghq.com/llms.txt | head -100
    
  2. 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"
  1. 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

TopicURL
APM/Tracinghttps://docs.datadoghq.com/tracing/
Logshttps://docs.datadoghq.com/logs/
Metricshttps://docs.datadoghq.com/metrics/
Monitorshttps://docs.datadoghq.com/monitors/
Dashboardshttps://docs.datadoghq.com/dashboards/
Securityhttps://docs.datadoghq.com/security/
Syntheticshttps://docs.datadoghq.com/synthetics/
RUMhttps://docs.datadoghq.com/real_user_monitoring/
Incidentshttps://docs.datadoghq.com/service_management/incident_management/
API Referencehttps://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.)

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

90/100Analyzed 3/2/2026

High-quality technical reference skill for Datadog documentation lookup. Provides concrete curl commands, search examples, and a reference table of key documentation URLs. Well-structured with clear steps, appropriate metadata (tags, repository), and safety guardrails. The skill is reusable by anyone working with Datadog and does not rely on internal-only context. Minor improvement would be additional search examples or troubleshooting tips."

95
90
90
82
90

Metadata

Licenseunknown
Version-
Updated2/25/2026
Publisherdatadog-labs

Tags

datadogdd-docsdocsllms.txt