aero-workflow-automation

Automate Aero Workflow tasks through Rube MCP tool discovery and execution.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill aero-workflow-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aero-workflow-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/aero-workflow-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill aero-workflow-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Aero Workflow tasks by providing a standardized, automated interface for tool discovery and execution, preventing manual configuration errors.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current schemas and execution plans for Aero Workflow tasks via Rube MCP.
  • Connection Management: Validates and maintains active connections to the Aero Workflow toolkit.
  • Use Case: A user needs to trigger a specific workflow in Aero. The Skill first verifies the connection, discovers the correct tool slug, and executes the task with the required schema-compliant arguments.

Quick Start

Use the aero-workflow-automation skill to discover and execute the necessary tools for your current Aero Workflow task.

Frequently Asked Questions about aero-workflow-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find available Aero Workflow tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Aero Workflow task.

What should I do if my Aero Workflow connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS command with the aero_workflow toolkit to check your status and follow the provided authentication link to re-establish an active connection.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and arguments change frequently. Searching first ensures you use the most current, valid schema, preventing execution errors caused by outdated hardcoded parameters.

Can I reuse session IDs for different workflows?

Reuse session IDs within a single, continuous workflow to maintain context. Generate new session IDs for distinct, unrelated workflows to ensure clean state management.