breezy-hr-automation

Automate Breezy HR tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:3

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-breezy-hr-automation&locale=en&source=copy

Breezy HR Automation - Automating the Hiring Process with Rube MCP

Skill Overview


Connect Rube MCP with Composio’s Breezy HR toolkit to automate actions on the Breezy HR platform, including candidate management, interview scheduling, and recruitment process automation.

Applicable Scenarios

  • Recruitment Process Automation: Automatically handle repetitive HR tasks such as updating candidate statuses, following up on interview schedules, and sending notifications—reducing manual work and improving hiring efficiency.
  • Bulk Candidate Management: Use RUBE_REMOTE_WORKBENCH to process candidate data in batches, sync recruitment status, and generate hiring reports—ideal for recruiting teams that need to handle many candidates at the same time.
  • Breezy HR Integration Development: Developers can call Breezy HR functions through a unified Rube MCP interface, without having to deal with complex API authentication and schema changes directly.
  • Core Functions

  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to fetch the currently available Breezy HR tool list and input schemas in real time, avoiding hard-coded, outdated API structures and ensuring automation script stability.
  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to create, check, and manage Breezy HR connection status. Supports completing OAuth authorization via an authentication link, eliminating the need for manual API credential setup.
  • Tool Execution Engine: Execute discovered Breezy HR operations via RUBE_MULTI_EXECUTE_TOOL. Supports session reuse, memory passing, and pagination—allowing you to build complex hiring automation workflows.
  • Common Questions

    How do I get started with Breezy HR Automation?


    First, add https://rube.app/mcp as an MCP server, then call RUBE_SEARCH_TOOLS to search for Breezy HR-related tools. Next, use RUBE_MANAGE_CONNECTIONS to establish a Breezy HR connection. After confirming the status is ACTIVE, you can run automation tasks via RUBE_MULTI_EXECUTE_TOOL.

    Does Breezy HR Automation require payment?


    Rube MCP is free to use, but Composio’s Breezy HR toolkit may require a subscription to Composio services. After connecting, you can use RUBE_MANAGE_CONNECTIONS to view specific feature limitations and billing details.

    Why do I need to call RUBE_SEARCH_TOOLS before each execution?


    Breezy HR tool schemas may update at any time. Hard-coding tool names and parameter structures can easily cause scripts to break. RUBE_SEARCH_TOOLS retrieves the latest tool definitions, recommended execution plans, and known pitfalls in real time, ensuring the stability of automation workflows.