Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability.
A Claude Code skill for debugging and triaging with Datadog logs, metrics, and dashboards.
This skill enables Claude to use the datadog CLI for:
Install the CLI from leonardocouy/datadog-cli
Set environment variables:
export DD_API_KEY="your-api-key"
export DD_APP_KEY="your-app-key"
Get keys from: https://app.datadoghq.com/organization-settings/api-keys
/plugin marketplace add leonardocouy/cc-datadog
/plugin install datadog@cc-datadog
Once installed, Claude will automatically use datadog commands when you ask questions like:
| Command | Purpose |
|---------|---------|
| datadog logs search | Search and filter logs |
| datadog logs tail | Stream logs in real-time |
| datadog logs trace | Find logs for a trace ID |
| datadog logs patterns | Group similar log messages |
| datadog logs compare | Compare current vs previous period |
| datadog logs context | Get logs around a timestamp |
| datadog logs agg | Aggregate logs by facet |
| datadog logs multi | Run multiple queries in parallel |
| datadog metrics query | Query timeseries metrics |
| datadog dashboards list | List dashboards |
| datadog dashboards get | Get dashboard definition |
| datadog dashboards create | Create a dashboard |
| datadog dashboards update | Update a dashboard |
| datadog dashboards delete | Delete a dashboard |
| datadog errors | Quick error summary |
| datadog services | List services with log activity |
See the datadog-cli repository for complete command documentation.
MIT
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
ElevenLabs text-to-speech with mac-style say UX.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Category:developer