agent-skills

Datadog skills for AI agents. Essential monitoring, logging, tracing and observability.

Installs1.8Kdeduplicated source total
8-week historyLatest recorded total per week
GitHub stars169source repository
UpdatedSep 22, 2026normalized snapshot

SKILL.md

Datadog Skills

Essential Datadog skills for AI agents.

Core Skills

SkillDescription
dd-account-setupEnsure 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-apmTraces, services, performance analysis
dd-appsBuild Datadog Apps — scaffold, run, upload, publish, CI/CD
dd-aws-integrationConnect an AWS account to Datadog with Terraform - cross-account IAM role, metrics and resource collection
dd-azure-integrationConnect Azure subscriptions or management groups to Datadog with Terraform - Entra app registration, Monitoring Reader
dd-browser-sdkBrowser SDK setup, RUM, Logs, Session Replay, version migration
dd-docsSearch Datadog documentation
dd-gcp-integrationConnect GCP projects or folders to Datadog with Terraform - keyless service-account impersonation
dd-llmoLLM Observability traces, experiments, evals
dd-logsSearch logs, pipelines, archives
dd-monitorsCreate, manage, mute monitors and alerts
dd-oci-integrationConnect an Oracle Cloud tenancy to Datadog with Terraform - Datadog's official OCI module
dd-product-recommenderRecommend the right Datadog products for a codebase and/or goal (recommendation only)
dd-pupPrimary CLI - all pup commands, auth, PATH setup
dd-software-deliveryCI/CD workflow skills — unblock PR, triage flaky tests
dd-instrument-rumInstrument browser apps with Datadog Browser RUM — React, Next.js, Angular, Vue, Nuxt, Svelte, vanilla

Install

# 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

Prerequisites

See Setup Pup for installation and authentication.

Command Execution Policy

Use this order for scoped commands:

  1. Check context first (conversation, prior outputs, known values).
  2. Run discovery commands when required values are missing.
  3. Ask the user only when values remain ambiguous.
  4. Run the target command after required inputs are known.
  5. Avoid speculative commands likely to fail.

Quick Reference

TaskCommand
Search error logspup logs search --query "status:error" --from 1h
List monitorspup monitors list
Schedule monitor downtimepup downtime create --file downtime.json
Find slow tracespup traces search --query "service:api @duration:>500ms" --from 1h
Query metricspup metrics query --query "avg:system.cpu.user{*}"
Check authpup auth status
Refresh tokenpup auth refresh

Auth

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.

More Skills

Additional skills available shortly.

npx skills add datadog-labs/agent-skills --list --full-depth