ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

datadog-metrics

Application metrics monitoring with Datadog - collect custom metrics, create dashboards, set alerts, and analyze performance.

Why use this skill?

Manage Datadog custom metrics, dashboards, and alerts directly from OpenClaw. Streamline observability and performance monitoring with this powerful agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1991513ccie-png/datadog-metrics
Or

What This Skill Does

The datadog-metrics skill provides a robust interface for interacting with the Datadog observability platform directly through OpenClaw. This skill empowers developers and system administrators to instrument applications, monitor health, and manage infrastructure alerts without leaving the AI agent environment. By leveraging the Datadog API and the DogStatsD protocol, this skill handles everything from simple custom metric reporting to complex performance profiling and infrastructure visualization. It acts as an abstraction layer for the official Datadog Python SDK, automating repetitive tasks like dashboard creation, alert threshold configuration, and service latency analysis, effectively turning your AI assistant into a full-fledged Site Reliability Engineer (SRE).

Installation

To integrate this skill into your environment, ensure you have Python 3.8+ installed on your system. Run the following command via the OpenClaw CLI:

clawhub install openclaw/skills/skills/1991513ccie-png/datadog-metrics

Once installed, you must configure your Datadog credentials in your environment variables. Ensure the following keys are set correctly:

  • DATADOG_API_KEY: Your unique Datadog API key.
  • DATADOG_APP_KEY: Your Datadog Application key.

Use Cases

This skill is ideal for teams practicing DevOps methodologies. You can use it to maintain real-time visibility into microservices, perform post-mortem analysis by tracing service requests, and automate the provisioning of monitoring infrastructure. Common scenarios include automatically generating dashboards for new service deployments, setting up proactive alerts for anomalies in production traffic, and correlating infrastructure bottlenecks with application-level latency.

Example Prompts

  1. "Check the current error rate for the payment service and alert me if it exceeds 2% over the last 10 minutes."
  2. "Create a new dashboard named 'API Health' and add a widget showing the p99 latency for our gateway endpoints."
  3. "Analyze the last hour of logs for the authentication service and list the top 5 slowest database queries."

Tips & Limitations

To maximize the utility of this skill, utilize tag-based filtering whenever possible to keep your dashboards clean and your alerts relevant to specific environments (e.g., env:production vs env:staging). Note that this skill depends on the Datadog API availability and your current billing plan limits. Avoid creating high-cardinality metrics (e.g., using user IDs as tags), as this may lead to unexpected costs and degraded dashboard performance. Regularly review your alert routing configurations to ensure that critical notifications reach the correct personnel via PagerDuty or Slack integrations.

Metadata

Stars1054
Views0
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1991513ccie-png-datadog-metrics": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#datadog#metrics#monitoring#observability#dashboard
Safety Score: 4/5

Flags: network-access, external-api