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

datadog

Datadog integration. Manage Monitors, Dashboards, Incidents, Notebooks, Logs, Metrics and more. Use when the user wants to interact with Datadog data.

Why use this skill?

Integrate Datadog with OpenClaw to manage monitors, dashboards, and incidents. Automate your cloud monitoring and observability workflows with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gora050/datadog-integration
Or

What This Skill Does

The Datadog skill for OpenClaw is a powerful integration designed to bridge your AI agent with Datadog's extensive monitoring and analytics ecosystem. It allows your agent to programmatically interact with cloud-scale infrastructure data, enabling automated responses to performance issues, security alerts, and system health metrics. Whether you need to query incident statuses, retrieve specific logs, manage dashboards, or check monitor states, this skill provides a streamlined interface to execute these tasks via the Membrane CLI.

Installation

To begin, ensure you have the Membrane CLI installed globally: npm install -g @membranehq/cli. Once set up, authenticate your session using membrane login. To install the Datadog skill, run: clawhub install openclaw/skills/skills/gora050/datadog-integration. After installation, search for the Datadog connector using membrane search datadog --elementType=connector --json and initiate the connection flow to securely link your Datadog account. You can verify your connection status at any time by running membrane connection list --json.

Use Cases

This skill is ideal for DevOps engineers and SREs who want to reduce mean time to resolution (MTTR). Typical use cases include: querying incident reports during a system outage to keep stakeholders informed; fetching recent error logs to debug deployment issues without leaving the OpenClaw environment; listing active monitors to verify if alert thresholds are currently breached; and generating real-time summaries of dashboard widgets to gauge the health of specific microservices.

Example Prompts

  1. "List the active high-priority Datadog incidents and provide a summary of the latest updates for each."
  2. "Check the status of my production monitors; are any currently in a critical state?"
  3. "Retrieve the logs for the 'auth-service' over the last 30 minutes and identify any 5xx errors."

Tips & Limitations

Always use membrane action list to discover available operations if you are unsure of specific command names. Note that this integration relies on the permissions defined in your Datadog API key; ensure your Datadog user has the necessary read/write scopes for the actions you intend to perform. Be mindful of rate limits imposed by the Datadog API when running batch operations or frequently polling for logs. For security, ensure your API keys are managed through the secure Membrane connection workflow.

Metadata

Author@gora050
Stars2387
Views0
Updated2026-03-09
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-gora050-datadog-integration": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#datadog#monitoring#devops#observability#infrastructure
Safety Score: 4/5

Flags: network-access, external-api