Automate Drip Jobs recruiting queries and workflows through Rube MCP.
This skill appears to be open-source, prompt/documentation-only content with no declared local code execution or direct environment-variable requirements, so overall risk is low. The main consideration is that it directs users to connect to a remote Rube MCP service and a Drip Jobs account, which introduces normal third-party data flow and account-authorization exposure.
No local API key or environment variable is declared, but the material explicitly requires creating an active Drip Jobs connection via RUBE_MANAGE_CONNECTIONS and following an auth link if not active; this implies third-party account tokens/OAuth are involved, creating normal credential-grant and misuse exposure.
The README explicitly instructs adding https://rube.app/mcp as an MCP server and interacting with Drip Jobs through Composio/Rube; user inputs, task arguments, and results would therefore be sent to these declared remote services, with no evidence of unrelated or hidden exfiltration endpoints.
Based on the material, this is a prompt/instructional skill with no executable code, install script, or local process-launch step; it only describes invoking remote MCP tools and does not request local system-level execution privileges.
There is no indication of reading local files, system directories, or host-sensitive resources; however, once connected to Drip Jobs, the skill is intended to automate actions in that account, so it can read/modify relevant remote business data as part of its normal functional scope.
The source is a public GitHub repository, marked as open-source, with strong community adoption (64.7k stars), all of which materially reduce supply-chain risk; the skill also appears to be primarily documentation/prompt content. The missing license declaration and unknown maintenance status are worth noting, but do not by themselves justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "drip-jobs-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/drip-jobs-automation/SKILL.md 2. Save it as ~/.claude/skills/drip-jobs-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Drip Jobs operations through Composio's Drip Jobs toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/drip_jobs
RUBE_MANAGE_CONNECTIONS with toolkit drip_jobsRUBE_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 drip_jobsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Drip Jobs 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 Drip Jobs task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["drip_jobs"]
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 Drip Jobs-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit drip_jobs |
| 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 Giphy searches and GIF management workflows through Rube MCP.
Automate Cloudflare API tasks and check current schemas via Rube MCP.
Automate common Brilliant Directories site and member management tasks via Rube MCP.
Automate browser tool tasks via Rube MCP with schema lookup first.
Automate Folk contact and workflow tasks through Rube MCP tools.
Automate Browserbase tasks via Rube MCP and check latest tool schemas first.
Automate Dripcel tasks via Rube MCP with schema lookup first.
Automate Dromo tasks through Rube MCP using current tool schemas.
Automate SmartRecruiters hiring tasks and workflow actions through Rube MCP.
Automate Recruitee recruiting workflows and candidate management through Rube MCP.
Automate Doppler marketing workflows and campaign operations through Rube MCP.
Automate Dropcontact contact enrichment and data tasks through Rube MCP.