Automate Breeze tasks via Rube MCP with schema-aware tool discovery first.
This skill appears to be primarily a prompt/instruction layer for using Rube MCP and Composio Breeze tools, with no direct key requirement or explicit local code execution in the material. The main concern is reliance on a remote MCP service and external Breeze connection, which may route user data externally, so the overall posture is caution rather than high risk.
The material says 'No API keys needed', but it also requires establishing an ACTIVE Breeze connection via `RUBE_MANAGE_CONNECTIONS` and following an external auth link. This suggests the skill does not directly collect secrets, yet third-party account access is still managed through Rube/external authorization, which carries normal account-linking and mis-authorization risk.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and perform remote operations through Composio/Breeze tools. User prompts, queries, tool arguments, and session information may be sent through that service chain. The endpoint is declared and related to the stated purpose, but this is still a standard external data egress scenario.
Based on the provided material, this is prompt-only and does not include install scripts, shell commands, or instructions to start local processes. Its core behavior is invoking existing MCP tool interfaces rather than directly requesting host-side code execution. No local execution red flags are evident from the material.
The skill is intended to 'Automate Breeze operations' and supports execution modes such as `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH`. The exact data scope depends on Breeze tool schemas and the connected account permissions, and the material does not define a least-privilege boundary, so it should be treated as potentially accessing data and actions associated with the Breeze account.
The source is a GitHub open-source repository, system-marked as open-source, with high community adoption (about 64.9k stars), all of which are strong risk-reducing signals. Although the license is undeclared and maintenance status is unknown, and the entry depends on the trustworthiness of external Rube/Composio services, the current material does not show closed-source exfiltration, untrusted provenance, or obvious prompt-injection style red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "breeze-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/breeze-automation/SKILL.md 2. Save it as ~/.claude/skills/breeze-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Breeze operations through Composio's Breeze toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/breeze
RUBE_MANAGE_CONNECTIONS with toolkit breezeRUBE_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 breezeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Breeze 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 Breeze task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["breeze"]
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 Breeze-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit breeze |
| 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 Docuseal signing, templates, and document workflows through Rube MCP.
Automate Adobe app workflows to speed up repetitive creative tasks.
Discover Claude skills and resources to customize and improve AI workflows.
Automate Ticketmaster searches and task workflows through Rube MCP tools.
Automate Zoho Books invoicing, bills, payments, and contacts with natural language.
Automate Tomba contact lookup and email data tasks through Rube MCP.
Automate Breezy HR recruiting workflows and candidate-related tasks through Rube MCP.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Bench workflows through Rube MCP using up-to-date tool schemas.
Automate Bonsai tasks via Rube MCP using current tool schemas first.
Automate browser tool tasks via Rube MCP with schema lookup first.