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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1991513ccie-png/datadog-metricsWhat 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
- "Check the current error rate for the payment service and alert me if it exceeds 2% over the last 10 minutes."
- "Create a new dashboard named 'API Health' and add a widget showing the p99 latency for our gateway endpoints."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1991513ccie-png-datadog-metrics": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
securityvitals
Security vitals checker for OpenClaw. Scans your installation, scores your setup, and shows you exactly what to fix. First scan in seconds.
sealvera
Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SOC 2, or when a user asks about AI decision audit trails, explainability, or SealVera.
afrexai-startup-metrics-engine
Complete startup metrics command center — from raw data to investor-ready dashboards. Covers every stage (pre-seed to Series B+), every model (SaaS, marketplace, consumer, hardware), with diagnostic frameworks, benchmark databases, and board-ready reporting.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.