A streamlined CLI tool for Openclaw Skills to manage Datadog infrastructure, metrics, and incidents via the REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install datadog
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install datadog using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Datadog skill is a robust integration designed for Openclaw Skills, enabling AI agents to interact directly with Datadog's extensive monitoring suite. Built with Python 3.10 and requiring zero external dependencies, it provides a lightweight yet powerful interface for managing monitors, dashboards, events, and logs. This tool empowers developers to build self-healing systems and automated observability pipelines by bridging the gap between AI-driven logic and real-time infrastructure data.
To begin using this skill within Openclaw Skills, configure your environment variables:
export DD_API_KEY="your_datadog_api_key"
export DD_APP_KEY="your_datadog_app_key"
No additional pip installations are required. You can test the setup by listing your current monitors:
python3 scripts/datadog.py monitors
The skill utilizes Datadog's official API schemas. Below is how the primary data entities are organized:
| Entity | Key Attributes | Default Format |
|---|---|---|
| Monitors | ID, Name, Query, Tags, Status | JSON |
| Dashboards | ID, Title, Widgets, Description | JSON |
| Metrics | Query Results, Series, Unit | JSON |
| Logs | Message, Service, Tags, Timestamp | JSON |
| Incidents | ID, Status, Severity, Title | JSON |
Loading
A dedicated AI spending monitor for tracking, reporting, and optimizing OpenRouter costs through a powerful command-line interface.

A zero-dependency Python tool for AI agents to manage relationship intelligence and sales workflows via the Copper CRM API.

A zero-dependency Python tool enabling AI agents to manage ConvertKit subscriber lists, forms, and email marketing campaigns through direct API integration.

A comprehensive integration for managing, uploading, and transforming digital media assets through the Cloudinary REST API.

A sophisticated multi-tier Perplexity search skill providing AI-synthesized answers with citations and observability tracing.

A multi-tier AI search routing skill that automates fact-checking and deep research using Perplexity models.








































