Automate Pilvio tasks through Rube MCP using current tool schemas first.
This skill appears to be an open-source prompt wrapper with relatively strong source credibility, and it does not declare local code execution or local file access. The main security consideration is that it directs users to connect Rube MCP and a Pilvio account, sending task data to declared remote services, so the overall posture is mostly low risk to caution.
The material states there are no local API keys or environment variables, but it requires an active Pilvio connection via `RUBE_MANAGE_CONNECTIONS` and an auth link if the connection is not active. This implies reliance on third-party account authorization/OAuth-like credentials; no explicit leakage or abuse mechanism is shown, but delegated credentials are still involved and their scope and storage should be reviewed.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and execute operations through Composio/Pilvio tooling. User queries, tool arguments, session IDs, and related business data are therefore likely sent to these declared remote services; the endpoints are stated and relevant to the function, but data egress does occur.
Based on the material, this is a prompt/instructional skill and does not declare starting local processes, running scripts, or invoking system-level capabilities on the host. `RUBE_MULTI_EXECUTE_TOOL` refers to remote MCP/tool execution rather than local code execution.
There is no stated access to the local filesystem, clipboard, or device resources, so the local data surface appears limited; however, once connected, the skill can query or act on a Pilvio account, and the README mentions bulk operations and pagination, indicating that effective data access depends on the granted Pilvio tool permissions and should be checked against least privilege.
The known source is an open-source GitHub repository with strong community adoption (64.7k stars), which are meaningful risk-reducing signals. Although the license is unspecified, maintenance is unknown, and the actual implementation of external services like Rube/Composio cannot be fully audited from this material alone, there are no clear supply-chain red flags in the skill material itself.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "pilvio-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/pilvio-automation/SKILL.md 2. Save it as ~/.claude/skills/pilvio-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Pilvio operations through Composio's Pilvio toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/pilvio
RUBE_MANAGE_CONNECTIONS with toolkit pilvioRUBE_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 pilvioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Pilvio 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 Pilvio task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["pilvio"]
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 Pilvio-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit pilvio |
| 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 Fireberry tasks via Rube MCP after checking current tool schemas.
Automate DialMyCalls notifications, contacts, and campaign workflows through Rube MCP.
Automate Finmei tasks and connect workflows through Rube MCP.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Fibery tasks via Rube MCP after checking current tool schemas first.
Automate Kaggle competitions, datasets, and submissions through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Plisio tasks and connect payment workflows through Rube MCP.
Automate Zylvie workflows via Rube MCP after checking current tool schemas.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.