AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Agent Skills

skill-datadog-labs-agent-skills-agent-skills · by datadog-labs

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

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-datadog-labs-agent-skills-agent-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-datadog-labs-agent-skills-agent-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agent Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Datadog Skills

Essential Datadog skills for AI agents.

Core Skills

| Skill | Description | |-------|-------------| | dd-pup | Primary CLI - all pup commands, auth, PATH setup | | dd-monitors | Create, manage, mute monitors and alerts | | dd-logs | Search logs, pipelines, archives | | dd-apm | Traces, services, performance analysis | | dd-docs | Search Datadog documentation | | dd-llmo | LLM Observability traces, experiments, evals | | dd-browser-sdk | Browser SDK setup, RUM, Logs, Session Replay, version migration | | dd-software-delivery | CI/CD workflow skills — unblock PR, triage flaky tests | | dd-apps | Build Datadog Apps — scaffold, run, upload, publish, CI/CD |

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

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

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.