skills/datadog-automation/SKILL.md
--- name: datadog-automation description: Automate Datadog tasks via Rube MCP (Composio): query metrics, search logs, manage monitors/dashboards, create events and downtimes. Always search tools first for current schemas. category: Document Processing source: antigravity tags: [markdown, api, mcp, ai, automation, workflow, document] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/datadog-automation --- # Datadog Automation via Rube MCP Automate Datadog monitoring
npx skillsauth add ranbot-ai/awesome-skills skills/datadog-automationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automate Datadog monitoring and observability operations through Composio's Datadog toolkit via Rube MCP.
RUBE_MANAGE_CONNECTIONS with toolkit datadogRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit datadogWhen to use: User wants to query metric data or list available metrics
Tool sequence:
DATADOG_LIST_METRICS - List available metric names [Optional]DATADOG_QUERY_METRICS - Query metric time series data [Required]Key parameters:
query: Datadog metric query string (e.g., avg:system.cpu.user{host:web01})from: Start timestamp (Unix epoch seconds)to: End timestamp (Unix epoch seconds)q: Search string for listing metricsPitfalls:
aggregation:metric_name{tag_filters}from and to are Unix epoch timestamps in seconds, not millisecondsavg, sum, min, max, count{host:web01,env:prod}When to use: User wants to search log entries or list log indexes
Tool sequence:
DATADOG_LIST_LOG_INDEXES - List available log indexes [Optional]DATADOG_SEARCH_LOGS - Search logs with query and filters [Required]Key parameters:
query: Log search query using Datadog log query syntaxfrom: Start time (ISO 8601 or Unix timestamp)to: End time (ISO 8601 or Unix timestamp)sort: Sort order ('asc' or 'desc')limit: Number of log entries to returnPitfalls:
service:web status:errorWhen to use: User wants to create, update, mute, or inspect monitors
Tool sequence:
DATADOG_LIST_MONITORS - List all monitors with filters [Required]DATADOG_GET_MONITOR - Get specific monitor details [Optional]DATADOG_CREATE_MONITOR - Create a new monitor [Optional]DATADOG_UPDATE_MONITOR - Update monitor configuration [Optional]DATADOG_MUTE_MONITOR - Silence a monitor temporarily [Optional]DATADOG_UNMUTE_MONITOR - Re-enable a muted monitor [Optional]Key parameters:
monitor_id: Numeric monitor IDname: Monitor display nametype: Monitor type ('metric alert', 'service check', 'log alert', 'query alert', etc.)query: Monitor query defining the alert conditionmessage: Notification message with @mentionstags: Array of tag stringsthresholds: Alert threshold values (critical, warning, ok)Pitfalls:
type must match the query type; mismatches cause creation failuresmessage supports @mentions for notifications (e.g., @slack-channel, @pagerduty)critical at minimumWhen to use: User wants to list, view, update, or delete dashboards
Tool sequence:
DATADOG_LIST_DASHBOARDS - List all dashboards [Required]DATADOG_GET_DASHBOARD - Get full dashboard definition [Optional]DATADOG_UPDATE_DASHBOARD - Update dashboard layout or widgets [Optional]DATADOG_DELETE_DASHBOARD - Remove a dashboard (irreversible) [Optional]Key parameters:
dashboard_id: Dashboard identifier stringtitle: Dashboard titlelayout_type: 'ordered' (grid) or 'free' (freeform positioning)widgets: Array of widget definition objectsdescription: Dashboard descriptionPitfalls:
layout_type cannot be changed after creation; must recreate the dashboardWhen to use: User wants to post events or schedule maintenance downtimes
Tool sequence:
DATADOG_LIST_EVENTS - List existing events [Optional]testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.