better-stack-automation
Automate Better Stack tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Better Stack Automation — Automate Better Stack Operations via Rube MCP
Skill Overview
Better Stack Automation is a skill that automates Better Stack monitoring and operations using Rube MCP (Composio). It supports dynamic tool discovery, connection management, and bulk execution.
Use Cases
RUBE_REMOTE_WORKBENCH to execute Better Stack operations in bulk, configuring monitoring rules and alerting policies for multiple environments in one go.Core Features
RUBE_SEARCH_TOOLS to retrieve the latest Better Stack tool schema and recommended execution plans in real time, avoiding call failures caused by API changes.RUBE_MANAGE_CONNECTIONS to check Better Stack connection status and support one-click authorization activation, eliminating the need for manual API key management.RUBE_MULTI_EXECUTE_TOOL to execute multiple Better Stack operations at once. Combined with session reuse, this improves the efficiency of bulk tasks.Frequently Asked Questions
What prerequisites are needed for Better Stack Automation?
Rube MCP must be connected (so that RUBE_SEARCH_TOOLS is available), and the Better Stack connection must be activated via RUBE_MANAGE_CONNECTIONS. For first-time use, complete OAuth authentication using the authorization link returned.
Why must RUBE_SEARCH_TOOLS be called first?
Better Stack tool schemas change as the product evolves. Hard-coding tool slugs or parameters can easily lead to call failures. RUBE_SEARCH_TOOLS returns the latest tool list, input formats, and known pitfalls, ensuring the automation runs reliably.
How does Better Stack Automation differ from the official API?
Better Stack Automation accesses Better Stack through Composio’s unified toolset, without needing to manage API keys. It supports dynamic tool discovery and session reuse, making it better suited for building maintainable automation workflows. The official API requires you to handle authentication, pagination, and error retries yourself.