Data & Consulting
#data
dd-docs
Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages.
DeepseekModel
Curated skill
Quality Excellent · 78
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=datadog-labs-agent-skills-dd-docs-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name dd-docs description Datadog docs lookup using docs.datadoghq.com/llms.txt and linked Markdown pages. metadata {"version":"1.0.0","author":"datadog-labs","repository":"https://github.com/datadog-labs/agent-skills","tags":"datadog,docs,llms.txt,dd-docs","alwaysApply":"false"} 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 Fetch the index to understand available documentation: curl -s https://docs.datadoghq.com/llms.txt | head -100 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" 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.)
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.