agent-skills

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-skills" with this command: npx skills add datadog-labs/agent-skills

Datadog Skills

Essential Datadog skills for AI agents.

Core Skills

SkillDescription
dd-pupPrimary CLI - all pup commands, auth, PATH setup
dd-monitorsCreate, manage, mute monitors and alerts
dd-logsSearch logs, pipelines, archives
dd-apmTraces, services, performance analysis
dd-docsSearch Datadog documentation
dd-llmoLLM Observability traces, experiments, evals

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

Prerequisites

See Setup Pup for installation and authentication.

Quick Reference

TaskCommand
Search error logspup logs search --query "status:error" --duration 1h
List monitorspup monitors list
Mute a monitorpup monitors mute --id 123 --duration 1h
Find slow tracespup apm traces list --service api --min-duration 500ms
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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

dd-pup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dd-logs

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dd-apm

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

dd-docs

No summary provided by upstream source.

Repository SourceNeeds Review