EnterpriseIntermediate
dd-monitors
Manage Datadog monitors through the pup CLI
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/datadog-labs/agent-skills --skill dd-monitorsnpx skills add https://github.com/datadog-labs/agent-skills --skill dd-monitorsOr paste this URL into your assistant to install:
Overview
What This Skill Does
Manage Datadog monitors through the pup CLI
Application
When to use this Skill
- Integrating dd monitors into your development workflow.
- Following best practices for manage datadog monitors through the pup cli.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Datadog Monitors
Create, manage, and maintain monitors for alerting.
Prerequisites
This requires pup in your path. See Setup Pup.
Command Execution Order (Token-Efficient)
For scoped commands, use this order:
- Check context first (prior outputs, conversation, saved values).
- If a required value is missing, run a discovery command first.
- If still ambiguous, ask the user to confirm.
- Then run the target command.
- Avoid speculative commands likely to fail.
Quick Start
pup auth login
Lines 1 - 25 of 187
Recommendations