recruitee-automation

Automate Recruitee platform operations through the Rube MCP gateway for streamlined recruitment workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with the Recruitee API, allowing you to manage candidates, jobs, and recruitment pipelines directly through your AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Recruitee API schemas to ensure compatibility.
  • Connection Management: Securely manage and verify active connections to the Recruitee toolkit.
  • Workflow Execution: Perform multi-step recruitment tasks like candidate updates or job postings using automated tool execution.

Quick Start

Use the recruitee-automation skill to search for available tools and update the status of a candidate in the recruitment pipeline.

Frequently Asked Questions about recruitee-automation

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

FAQPage Schema
How do I connect Recruitee to my AI agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'recruitee' toolkit slug to initiate and verify your connection status. Ensure the status returns as ACTIVE before attempting to execute any recruitment workflows.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints in the Recruitee API change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input parameters and tool slugs, preventing execution errors.

Can I automate bulk candidate updates?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to chain multiple operations. Ensure you include a memory parameter and reuse session IDs to maintain state across your bulk recruitment tasks.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and check the tool schema via RUBE_GET_TOOL_SCHEMAS. Ensure your arguments strictly match the field names and types returned by the search results.