Skip to content
OpenSmartRoute
Skillv1.0.0

dd-docs

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

by datadog-labs(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from datadog-labs/agent-skills (dd-docs/SKILL.md) via skills.sh. Install upstream with npx skills add datadog-labs/agent-skills --skill dd-docs. Copyright stays with the author.

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

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.)

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/datadog-labs-agent-skills-dd-docs/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

datadog-labs-agent-skills-dd-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "datadog-labs-agent-skills-dd-docs",
  "kind": "skill",
  "name": "dd-docs",
  "description": "Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.",
  "publisher": "datadog-labs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "datadog",
      "docs",
      "llms-txt",
      "dd-docs",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/datadog-labs/agent-skills",
      "path": "dd-docs/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/datadog-labs/agent-skills/dd-docs",
      "key": "datadog-labs/agent-skills/dd-docs/SKILL.md"
    }
  },
  "instructions": "# Datadog Docs\n\nUse this skill to locate Datadog documentation and limits.\n\n## LLM-Friendly Documentation\n\nDatadog provides an LLM-optimized documentation index at:\n\n```\nhttps://docs.datadoghq.com/llms.txt\n```\n\nThis file contains:\n- Overview of all Datadog products organized by use case\n- Full list of documentation pages with URLs and descriptions\n- Direct links to Markdown sources (append `.md` to URLs)\n\n### How to Use llms.txt\n\n1. **Fetch the index** to understand available documentation:\n   ```bash\n   curl -s https://docs.datadoghq.com/llms.txt | head -100\n   ```\n\n2. **Search for specific t",
  "cost": {
    "context_tokens": 485
  }
}

Fetch it by URL: GET /api/v1/registry/datadog-labs-agent-skills-dd-docs/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.