breeze-automation

Automate Breeze task management and operations through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Breeze interfaces by providing a standardized, agent-driven approach to executing tasks and managing connections.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Breeze tool schemas and execution parameters via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Breeze toolkits.
  • Workflow Execution: Perform multi-step Breeze operations, such as task updates or data retrieval, using structured execution patterns.

Quick Start

Use the breeze-automation skill to search for available tools and execute a task update for the current session.

Frequently Asked Questions about breeze-automation

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

FAQPage Schema
How do I find available Breeze tools?

Call the RUBE_SEARCH_TOOLS function with a Breeze-specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans.

What should I do if my Breeze connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the breeze toolkit parameter to trigger the authentication flow and restore an ACTIVE connection status.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments because schemas change frequently. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current definitions.

Why is the memory parameter required in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter is a mandatory field for the RUBE_MULTI_EXECUTE_TOOL function, even if it is passed as an empty object, to ensure proper state handling during execution.