Datadog
/install datadog
🐕 Datadog
Datadog monitoring — manage monitors, dashboards, metrics, logs, events, and incidents via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
DD_API_KEY |
✅ | API key from app.datadoghq.com |
DD_APP_KEY |
✅ | Application key |
Quick Start
# List monitors
python3 {{baseDir}}/scripts/datadog.py monitors --query \x3Cvalue> --tags \x3Cvalue>
# Get monitor
python3 {{baseDir}}/scripts/datadog.py monitor-get id \x3Cvalue>
# Create monitor
python3 {{baseDir}}/scripts/datadog.py monitor-create --name \x3Cvalue> --type \x3Cvalue> --query \x3Cvalue> --message \x3Cvalue>
# Update monitor
python3 {{baseDir}}/scripts/datadog.py monitor-update id \x3Cvalue> --name \x3Cvalue> --query \x3Cvalue>
# Delete monitor
python3 {{baseDir}}/scripts/datadog.py monitor-delete id \x3Cvalue>
# Mute monitor
python3 {{baseDir}}/scripts/datadog.py monitor-mute id \x3Cvalue>
# List dashboards
python3 {{baseDir}}/scripts/datadog.py dashboards
# Get dashboard
python3 {{baseDir}}/scripts/datadog.py dashboard-get id \x3Cvalue>
All Commands
| Command | Description |
|---|---|
monitors |
List monitors |
monitor-get |
Get monitor |
monitor-create |
Create monitor |
monitor-update |
Update monitor |
monitor-delete |
Delete monitor |
monitor-mute |
Mute monitor |
dashboards |
List dashboards |
dashboard-get |
Get dashboard |
dashboard-create |
Create dashboard |
dashboard-delete |
Delete dashboard |
metrics-search |
Search metrics |
metrics-query |
Query metrics |
events-list |
List events |
event-create |
Create event |
logs-search |
Search logs |
incidents |
List incidents |
incident-get |
Get incident |
hosts |
List hosts |
downtimes |
List downtimes |
downtime-create |
Create downtime |
slos |
List SLOs |
synthetics |
List synthetic tests |
users |
List users |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/datadog.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/datadog.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install datadog - After installation, invoke the skill by name or use
/datadog - Provide required inputs per the skill's parameter spec and get structured output
What is Datadog?
Datadog monitoring — manage monitors, dashboards, metrics, logs, events, and incidents via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 511 downloads so far.
How do I install Datadog?
Run "/install datadog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Datadog free?
Yes, Datadog is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Datadog support?
Datadog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Datadog?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.