buildkite-automation
Automate Buildkite tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:20
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-buildkite-automation&locale=en&source=copy
Buildkite Automation — Automate Buildkite Operations via Rube MCP
Skill Overview
Buildkite Automation is a Claude skill that automates Buildkite CI/CD workflows through Rube MCP (Composio). It supports pipeline management, build operations, and batch task execution.
Use Cases
Core Capabilities
RUBE_SEARCH_TOOLS to fetch the current Buildkite tool architecture in real time, avoiding hard-coded outdated definitions RUBE_MANAGE_CONNECTIONS to manage Buildkite connection state and support authentication flows RUBE_MULTI_EXECUTE_TOOL to execute multiple Buildkite operations in bulk, with support for session reuse Frequently Asked Questions
What is Buildkite Automation?
Buildkite Automation is a Claude skill that lets you control the Buildkite CI/CD platform using natural language via Rube MCP (Composio’s Buildkite toolkit). You can trigger builds, manage pipelines, and query status in a conversation without writing API-calling code directly.
How do I configure the Rube MCP connection to Buildkite?
First, add
https://rube.app/mcp as an MCP server. Then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as buildkite. If the connection is not active, the system will return an authentication link—complete authentication and you’ll be able to use it. It’s recommended to call RUBE_SEARCH_TOOLS before each workflow execution to confirm that the tools are available.Why does the Buildkite tool architecture change?
Composio’s Buildkite toolkit evolves as the Buildkite API is updated. Tool slugs and parameter schemas may change accordingly. Therefore, Buildkite Automation requires calling
RUBE_SEARCH_TOOLS before executing any operation to ensure you retrieve the latest tool definitions and avoid execution failures caused by architectural changes.