appcircle-automation

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

Install

Hot:3

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-appcircle-automation&locale=en&source=copy

Appcircle Automation - Mobile App CI/CD Automation Powered by Rube MCP

Skills Overview


Appcircle Automation is an app task automation skill implemented via Composio Rube MCP. It helps developers perform mobile app build, release, and workflow management operations through a unified interface.

Use Cases

  • CI/CD Pipeline Integration

  • Automatically trigger Appcircle builds in GitHub Actions, GitLab CI, or other pipelines, check build status, and enable continuous integration and deployment for mobile apps. It supports typical DevOps scenarios such as triggering builds on branch pushes and PR build validations.

  • Bulk Build Management

  • When you need to manage multiple Appcircle projects or environments at the same time, use RUBE_MULTI_EXECUTE_TOOL to batch execute actions like build triggering, status queries, and environment configuration. This improves efficiency when maintaining multiple projects.

  • Automated Mobile App Releases

  • Automate the release flow for iOS and Android apps, including build triggering, version management, environment configuration, and release monitoring. This reduces manual errors and accelerates iteration.

    Core Features

  • Intelligent Tool Discovery

  • Use RUBE_SEARCH_TOOLS to dynamically retrieve the list of currently available Appcircle tools and their input patterns—no hard-coded API definitions required. Before each execution, the tool schema is automatically validated to ensure compatibility with the latest Appcircle APIs.

  • Unified Connection Management

  • Use RUBE_MANAGE_CONNECTIONS to manage Appcircle account connections, including connection status checks, authorization link generation, and connection activation. A single session_id can be reused across the entire workflow, simplifying authentication.

  • Batch Execution of Multiple Tools

  • Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Appcircle operations within a single call, such as combined tasks like build triggering, status queries, and configuration updates. This reduces network round trips and improves execution efficiency.

    Frequently Asked Questions

    What is Rube MCP? Do I need an API key?


    Rube MCP is an MCP protocol service provided by Composio, and no API key is required to use it. You only need to configure https://rube.app/mcp as the MCP server in your client configuration to start using the Appcircle toolset.

    How do I get started with Appcircle Automation?


    First, make sure Rube MCP is connected. Then call RUBE_SEARCH_TOOLS to retrieve the available tool list, use RUBE_MANAGE_CONNECTIONS to activate the Appcircle connection, and finally execute specific operations via RUBE_MULTI_EXECUTE_TOOL. For detailed steps, refer to the Setup section in the skill documentation.

    What Appcircle operations are supported?


    Supported operations depend on the current implementation of the Composio Appcircle toolset. Common operations include triggering builds, querying build status, branch management, environment configuration, and workflow execution. Since tool schemas may change, it’s recommended to call RUBE_SEARCH_TOOLS before each use to get the latest list of available operations.