aero-workflow-automation
Automate Aero Workflow 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:
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
Core Features
RUBE_SEARCH_TOOLS to dynamically fetch the current list of available Aero Workflow tools and their parameter schemas, avoiding hard-coded outdated tool definitions.RUBE_MANAGE_CONNECTIONS to verify Aero Workflow connection status, ensuring the connection is healthy before executing tools and proactively handling expired authentication.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 {}).