Automate SmartRecruiters hiring tasks and workflow actions through Rube MCP.
This skill appears to be an open-source, prompt-only wrapper with relatively strong source credibility, and no clear red flags for local execution or local file access. The main consideration is its reliance on external Rube MCP/Composio services and a Smartrecruiters account connection, through which business data may flow.
The material says there are no API keys, but actual use requires creating an active Smartrecruiters connection via `RUBE_MANAGE_CONNECTIONS` and completing authorization through a returned auth link; this typically implies OAuth or account-level tokens. It is positive that the skill itself does not require local plaintext secrets, but third-party account connection still carries the usual risk of over-granted or misused permissions.
The README explicitly requires adding the remote MCP server `https://rube.app/mcp` and using Composio's Smartrecruiters toolkit; tool discovery, connection checks, and execution requests will therefore be sent to these declared remote services. This egress is consistent with the stated functionality and no unrelated or hidden endpoints are shown, but user input and recruiting data may transit the Rube/Composio/Smartrecruiters chain.
Based on the provided material, this is a prompt-only skill description with no executable scripts, install commands, or instructions to spawn extra local processes. Its role is to guide usage of existing MCP tools rather than directly execute code on the local machine.
There is no indication that it reads local files or system resources; however, once connected to Smartrecruiters, the skill guides discovery and execution of recruiting-related tools that may access SaaS data such as candidates, jobs, and workflows. The exact scope is not specified here, so permissions should be minimized and treated as potentially covering the connected recruiting data.
The source is a public GitHub repository, marked open-source, with strong community trust (~64.7k stars), all of which materially lower risk. Although the license is unspecified, maintenance status is unknown, and runtime depends on external Rube/Composio services, the skill text itself is reasonably auditable and shows no obvious supply-chain red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "smartrecruiters-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/smartrecruiters-automation/SKILL.md 2. Save it as ~/.claude/skills/smartrecruiters-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Smartrecruiters operations through Composio's Smartrecruiters toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/smartrecruiters
RUBE_MANAGE_CONNECTIONS with toolkit smartrecruitersRUBE_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 smartrecruitersAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Smartrecruiters 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 Smartrecruiters task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["smartrecruiters"]
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 Smartrecruiters-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit smartrecruiters |
| 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 Clearout workflows via Rube MCP using up-to-date tool schemas.
Automate Chmeetings tasks through Rube MCP to streamline meeting coordination.
Automate Helpwise support and collaboration tasks to streamline team workflows.
Automate Certifier workflows via Rube MCP using current tool schemas first.
Automate Claid AI image enhancement workflows through Rube MCP tools.
Automate ClickMeeting meetings, registrations, and follow-up workflows through Rube MCP.
Automate Recruitee recruiting workflows and candidate management through Rube MCP.
Automate Workable hiring workflows, candidate actions, and job operations via Rube MCP.
Automate Drip Jobs recruiting queries and workflows through Rube MCP.
Automate Breezy HR recruiting workflows and candidate-related tasks through Rube MCP.
Automate Yousearch tasks through Rube MCP and chain follow-up workflows.
Automate curated workflows with Rube MCP after checking current tool schemas first.