dd-docs

作者: datadog-labs

使用 docs.datadoghq.com/llms.txt 及連結的 Markdown 頁面查詢 Datadog 文件。

npx skills add https://github.com/datadog-labs/agent-skills --skill dd-docs

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

來自 datadog-labs 的更多技能

dd-audit
datadog-labs
稽核軌跡調查——誰變更了什麼、金鑰遭入侵、成本飆升的根本原因、合規證據(SOC 2/PCI),以及AI活動稽核。
official
agent-install
datadog-labs
Install the Datadog Agent on Kubernetes using the Datadog Operator — required before enabling Single Step Instrumentation (SSI), which automatically…
official
agent-observability-auto-experiment
datadog-labs
針對真實的 Datadog LLM-Obs 資料執行迭代式程式碼改進爬山演算法,以 Claude Code 作為代理程式在本機端運行。建立基準評估,逐步進行…
official
agent-observability-eval-bootstrap
datadog-labs
Bootstrap evaluators from production traces — by default propose online LLM-judge evaluators and, after you confirm, create them in Datadog as disabled drafts…
official
agent-observability-eval-pipeline
datadog-labs
為已儀器化的 ml_app 設計的端到端 Agent Observability 管線 — 分類生產追蹤、根因分析故障、啟動評估器,然後(可選地)…
official
agent-observability-experiment-analyzer
datadog-labs
分析LLM實驗結果。處理單一或對比實驗,探索性或問答模式。當使用者說「分析實驗」、「比較…」時使用。
official
agent-observability-replay-trace
datadog-labs
當開發者想要針對某一個特定的 Agent Observability / LLM Obs trace(其輸出結果不盡理想)進行迭代時使用——將該 trace 重新對其……
official
agent-observability-trace-rca
datadog-labs
Root cause analysis on production LLM traces. Diagnoses why an LLM application is failing — works from eval judge verdicts, runtime errors, or structural…
official