aero-workflow-automation

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

Install

Hot:0

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

Aero Workflow Automation

Automate Aero Workflow operations with Rube MCP, integrating Aero Workflow capabilities into the Claude assistant without writing any API code.

Overview of Skills

Using Composio’s Aero Workflow toolset and the Rube MCP server to automate Aero Workflow tasks. Supports tool discovery, connection management, and batch execution.

Use Cases

  • Automate repetitive Aero Workflow tasks — Trigger Aero Workflow operations via Claude to avoid manual execution of routine tasks and improve productivity.
  • Integrate Aero Workflow into the Claude assistant — Enable Claude to query, create, and manage Aero Workflow resources for intelligent, conversational workflow management.
  • Quick integration without API keys — Connect directly through the Rube MCP endpoint without separately requesting or managing API credentials.
  • Core Features

  • Intelligent tool discovery — Use RUBE_SEARCH_TOOLS to dynamically fetch the current list of available Aero Workflow tools and their parameter schemas, avoiding hard-coded outdated tool definitions.
  • Connection status management — Use RUBE_MANAGE_CONNECTIONS to verify Aero Workflow connection status, ensuring the connection is healthy before executing tools and proactively handling expired authentication.
  • Batch tool execution — Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Aero Workflow operations within a single session, supporting parameter validation and result aggregation.
  • FAQs

    How do I configure the Rube MCP server?

    Add https://rube.app/mcp as the MCP server in the client configuration—no API key is required. After configuration, call RUBE_SEARCH_TOOLS to verify the connection is working properly.

    Where do I get the tool parameter format?

    You must first call RUBE_SEARCH_TOOLS to retrieve the current tool schema. Tool parameters are updated periodically; hard-coding them can cause execution to fail. The search results include the complete input schema and a recommended execution plan.

    Why does tool execution fail?

    Check these three common issues: (1) whether the connection status is ACTIVE—confirm with RUBE_MANAGE_CONNECTIONS; (2) whether the tool slug and parameters match the latest schema; (3) whether RUBE_MULTI_EXECUTE_TOOL includes the memory parameter (even if it is an empty object {}).