Datadog Cli
The Datadog CLI allows you to automate monitoring and reporting tasks within Datadog from your terminal, saving time and streamlining workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add datadog-cli npx -- -y @trustedskills/datadog-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"datadog-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/datadog-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The datadog-cli skill enables AI agents to interact with Datadog's infrastructure monitoring and analytics platform directly from the command line. It allows agents to execute CLI commands, manage resources, and retrieve operational metrics without requiring manual API key configuration in every script.
When to use it
- Automating routine infrastructure health checks and alerting verification.
- Deploying Datadog agents or managing configurations across multiple environments via code.
- Retrieving real-time performance metrics for analysis within an AI agent's decision loop.
- Executing ad-hoc troubleshooting commands on monitored servers or containers.
Key capabilities
- Direct execution of Datadog CLI commands from within the agent environment.
- Integration with the
softaworks/agent-toolkitecosystem for standardized tool usage. - Streamlined access to Datadog's monitoring and observability features programmatically.
Example prompts
- "Use the datadog-cli skill to check the current status of our database cluster in the production environment."
- "Run a diagnostic command via datadog-cli to identify any recent spikes in memory usage across our web servers."
- "Execute the
datadog-agent installcommand using the datadog-cli skill to update our monitoring agents on the staging fleet."
Tips & gotchas
Ensure your AI agent has the necessary authentication credentials configured within the softaworks/agent-toolkit before attempting to execute commands, as the CLI relies on valid API access. Be mindful of rate limits imposed by Datadog when running high-frequency automated checks through the CLI interface.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.