buildkite-automation

Automate Buildkite tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • CI/CD Workflow Automation — Automatically trigger and manage Buildkite pipelines to reduce manual intervention and improve deployment efficiency

  • Build Status Monitoring and Management — Query build statuses in bulk and manage Buildkite operations across multiple projects

  • DevOps Workflow Integration — Integrate Buildkite operations into Claude conversations to enable natural-language-driven DevOps automation
  • Core Capabilities


  • Dynamic Tool Architecture Discovery — Use RUBE_SEARCH_TOOLS to fetch the current Buildkite tool architecture in real time, avoiding hard-coded outdated definitions

  • Connection Management — Use RUBE_MANAGE_CONNECTIONS to manage Buildkite connection state and support authentication flows

  • Batch Tool Execution — Use 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.