用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/datadog-labs/agent-skills --skill agent-skills命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Set up the Datadog AWS integration with Terraform - creates the cross-account IAM role Datadog assumes (external ID, no stored credentials), attaches the permission policies Datadog publishes, and registers the account through datadog_integration_aws_account so AWS metrics, the resource catalog, and CSPM findings start flowing. Use when the user has AWS resources they want to monitor, wants to connect an AWS account to Datadog, asks to set up or repair the AWS integration, or needs the Datadog IAM role and external ID provisioned. Does not set up log forwarding.
Set up the Datadog Azure integration with Terraform - creates an Entra ID app registration and service principal, assigns Monitoring Reader across the chosen subscriptions and management groups, grants the Microsoft Graph permissions Datadog needs for resource discovery, and registers the tenant so Azure metrics and resource collection start flowing. Use when the user wants to monitor Azure VMs, App Service, SQL Database, or AKS, wants to connect an Azure subscription or management group or tenant to Datadog, or asks to set up or repair the Azure integration. Does not set up log forwarding.
Set up the Datadog Google Cloud integration with Terraform - creates a service account in the host project, lets Datadog's delegate principal impersonate it via roles/iam.serviceAccountTokenCreator (no service-account keys), enables the required APIs, grants the monitoring roles across the chosen projects and folders, and registers the account through datadog_integration_gcp_sts. Use when the user wants to monitor GCP resources such as Compute Engine, Cloud SQL, GKE, Cloud Run, or Pub/Sub, wants to connect a GCP project or folder or organization to Datadog, or asks to set up or repair the GCP integration. Does not set up log forwarding.
正在显示 SKILL.md
| name | agent-skills |
| description | Datadog skills for AI agents. Essential monitoring, logging, tracing and observability. |
| metadata | {"version":"1.0.3"} |
Essential Datadog skills for AI agents.
| Skill | Description |
|---|---|
| dd-account-setup | Ensure an authenticated Datadog account with a valid API key on the right region; validates keys, fixes wrong-region 403s, signs in or creates an account |
| dd-apm | Traces, services, performance analysis |
| dd-apps | Build Datadog Apps — scaffold, run, upload, publish, CI/CD |
| dd-aws-integration | Connect an AWS account to Datadog with Terraform - cross-account IAM role, metrics and resource collection |
| dd-azure-integration | Connect Azure subscriptions or management groups to Datadog with Terraform - Entra app registration, Monitoring Reader |
| dd-browser-sdk | Browser SDK setup, RUM, Logs, Session Replay, version migration |
| dd-docs | Search Datadog documentation |
| dd-gcp-integration | Connect GCP projects or folders to Datadog with Terraform - keyless service-account impersonation |
| dd-llmo | LLM Observability traces, experiments, evals |
| dd-logs | Search logs, pipelines, archives |
| dd-monitors | Create, manage, mute monitors and alerts |
| dd-oci-integration | Connect an Oracle Cloud tenancy to Datadog with Terraform - Datadog's official OCI module |
| dd-product-recommender | Recommend the right Datadog products for a codebase and/or goal (recommendation only) |
| dd-pup | Primary CLI - all pup commands, auth, PATH setup |
| dd-software-delivery | CI/CD workflow skills — unblock PR, triage flaky tests |
| dd-instrument-rum | Instrument browser apps with Datadog Browser RUM — React, Next.js, Angular, Vue, Nuxt, Svelte, vanilla |
# Install core skills
npx skills add datadog-labs/agent-skills \
--skill dd-pup \
--skill dd-monitors \
--skill dd-logs \
--skill dd-apm \
--skill dd-docs \
--full-depth -y
# Install CI/CD workflow skills
npx skills add datadog-labs/agent-skills \
--skill dd-software-delivery/unblock-pr \
--skill dd-software-delivery/triage-flaky-test \
--full-depth -y
See Setup Pup for installation and authentication.
Use this order for scoped commands:
| Task | Command |
|---|---|
| Search error logs | pup logs search --query "status:error" --from 1h |
| List monitors | pup monitors list |
| Schedule monitor downtime | pup downtime create --file downtime.json |
| Find slow traces | pup traces search --query "service:api @duration:>500ms" --from 1h |
| Query metrics | pup metrics query --query "avg:system.cpu.user{*}" |
| Check auth | pup auth status |
| Refresh token | pup auth refresh |
pup auth login # OAuth2 (recommended)
pup auth status # Check token
pup auth refresh # Refresh expired token
Token Expiry: OAuth tokens expire (~1 hour). Run pup auth refresh if commands fail with 401/403.
Additional skills available shortly.
npx skills add datadog-labs/agent-skills --list --full-depth