Automate Dripcel tasks via Rube MCP with schema lookup first.
This skill appears to be an open-source prompt-only wrapper from a relatively trusted source, with no direct local secret requirement or local code execution. The main security consideration is its dependence on external Rube MCP and a Dripcel account connection, where actual data access and egress would occur through those external service paths.
The material says 'No API keys needed,' but it requires an ACTIVE `dripcel` connection via `RUBE_MANAGE_CONNECTIONS` and completing authorization through a returned auth link; this suggests credentials are likely brokered by Rube/Composio rather than absent. No direct secret collection or exposure by the skill is shown, but there is the usual caution around third-party delegated connections and potential misuse of that connection.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing actions through Composio's Dripcel toolkit; user queries, tool arguments, and related business data are therefore expected to be sent through that external service path. The endpoint and purpose are clearly declared, making this normal for the tool type, but data does leave the current client environment.
System checks indicate this is prompt-only, and the material does not state any need to spawn local processes, run scripts, or invoke a system shell. It mainly instructs how to use existing MCP tools rather than carrying its own local execution logic.
There is no indication of local file or system-level data permissions, but the documentation explicitly supports automating Dripcel operations via `RUBE_MULTI_EXECUTE_TOOL` and mentions session reuse and pagination, indicating it can read or modify remote business data within the authorized Dripcel account scope. The effective data scope depends on the permissions granted through the external Dripcel/Composio connection.
The source is an open-source GitHub repository with high community adoption (64.7k stars), which are strong risk-reducing signals; the current material also shows no obfuscated installation steps, suspicious scripts, or injection-style red flags. Remaining minor unknowns are the missing license declaration and unclear maintenance status, so repository updates and the exact skill contents should still be reviewed.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "dripcel-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/dripcel-automation/SKILL.md 2. Save it as ~/.claude/skills/dripcel-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Dripcel operations through Composio's Dripcel toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/dripcel
RUBE_MANAGE_CONNECTIONS with toolkit dripcelRUBE_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 dripcelAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Dripcel 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 Dripcel task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["dripcel"]
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 Dripcel-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit dripcel |
| 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 Pdfless workflows and document tasks through Rube MCP.
Automate Documint document generation and processing tasks through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate BTCPay Server payment and merchant operations through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate Drip Jobs recruiting queries and workflows through Rube MCP.
Automate Dromo tasks through Rube MCP using current tool schemas.
Automate Doppler marketing workflows and campaign operations through Rube MCP.
Automate Rippling tasks via Rube MCP after checking current tool schemas first.
Automate Dpd2 tasks through Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.