From aws-skills-for-claude-code
Queries Datadog logs, metrics, APM traces, RUM events, incidents, and monitors for production debugging and performance analysis. Activates on Datadog, APM traces, or RUM mentions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:datadogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- search_datadog_logs - Search logs with filtering
service:api status:error (tags)@http.status_code:500 @user.id:abc (attributes)aggregator:metric{filters} by {grouping}avg:system.cpu.user{env:prod} by {host}service:api status:error (reserved)@duration:>100000000 (nanoseconds!){
"mcpServers": {
"datadog": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.datadoghq.com/api/unstable/mcp-server/mcp"],
"env": {
"DD_API_KEY": "$DD_API_KEY",
"DD_APP_KEY": "$DD_APP_KEY",
"DD_SITE": "datadoghq.com"
}
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeAutomates Datadog tasks via Rube MCP: query metrics, search logs, manage monitors/dashboards, create events and downtimes. Requires active Datadog connection.
Automates Datadog observability tasks via Rube MCP and Composio: query metrics, search logs, manage monitors/dashboards, create events and downtimes. Useful for monitoring workflows.
Investigates production issues by querying Datadog logs, metrics, and APM traces, then correlating findings with codebase. Useful for debugging errors, latency spikes, alerts in deployed services.