Automate Aero Workflow tasks via Rube MCP using current tool schemas.
This skill itself is an open-source prompt/document artifact with no direct local secret requirement and no embedded executable code. However, it is designed to connect to remote Rube MCP/Composio services and invoke external tools, so normal remote connectivity and potential data egress should be treated with caution overall.
The material claims 'no API keys needed,' but prerequisites require an ACTIVE `aero_workflow` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link, implying third-party OAuth/account authorization in practice. No local environment variables are requested here, but users should review external account scopes and token binding risks.
The README explicitly instructs adding the remote MCP server `https://rube.app/mcp` and links to `composio.dev` documentation. Using `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL` will likely send task parameters, session IDs, connection state, and workflow-related data to those declared external services. This is normal egress for a remote tool, with no undisclosed or unrelated endpoints evident in the material.
The system marks this skill as `prompt-only`; the provided content is limited to usage guidance and invocation patterns, with no install script, shell commands, local process launch steps, or requests for elevated system permissions. Any tool execution described occurs within the external MCP/Composio ecosystem, not as direct local code execution by this skill itself.
The skill itself does not declare direct local file or system access, but it does guide users to send workflow requests, `memory` content, and session information to remote tools and to connect external Aero Workflow resources. The effective data-access scope depends on the Rube/Composio tool schemas and the permissions of the connected account, and the material does not provide granular least-privilege details.
The source is an open GitHub repository, and the system flags it as `open-source` with strong community adoption (64.7k stars), which are meaningful risk-reducing signals. No closed-source binary, obfuscated installer, or suspicious dependency list is shown here; although the license is unspecified and maintenance status is unknown, the supply-chain risk remains relatively low given its prompt-only nature and strong community trust.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "aero-workflow-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/aero-workflow-automation/SKILL.md 2. Save it as ~/.claude/skills/aero-workflow-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Aero Workflow operations through Composio's Aero Workflow toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/aero_workflow
RUBE_MANAGE_CONNECTIONS with toolkit aero_workflowRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit aero_workflowAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Aero Workflow operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Aero Workflow task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["aero_workflow"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Aero Workflow-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit aero_workflow |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate OpenSea actions and workflows through Rube MCP tools.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate Ably workflows through Rube MCP using the latest tool schemas.
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Radar tasks and workflows through Rube MCP integrations.
Automate curated workflows with Rube MCP after checking current tool schemas first.