Automate Smartproxy workflows via Rube MCP for proxy search and task execution.
This skill is essentially an open-source prompt/instruction set, with no direct local code execution, no explicit system privilege requests, and no built-in secret requirement. The main consideration is its reliance on remote Rube MCP and Smartproxy connection flows, so actual data egress and authorization boundaries depend on those external services.
The material says the skill itself needs “no API keys,” but real use requires activating a `smartproxy` connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link, implying credentials/authorization are likely delegated between Rube/Composio and Smartproxy. No explicit credential-abuse red flag is shown, but there is still normal third-party token handling and misconfiguration risk.
The README explicitly requires connecting to the remote MCP endpoint `https://rube.app/mcp` and executing actions through Composio’s Smartproxy toolkit; therefore user inputs, tool arguments, session IDs, and related operational data may be sent through the Rube/Composio/Smartproxy path. The document does not disclose more detailed data flows or unrelated endpoints, so this appears to be ordinary egress aligned with the stated functionality.
Based on the provided material, this is a prompt-only skill description that mainly instructs use of existing MCP tools (such as `RUBE_SEARCH_TOOLS` and `RUBE_MULTI_EXECUTE_TOOL`), with no indication that the skill itself starts local processes, runs scripts, or gains shell/system-level execution.
The material does not show the skill directly reading or writing local files, databases, the clipboard, or other host resources; its data access appears limited to Smartproxy-related operations via remote MCP tools. Any broader business-data exposure would depend on the external MCP/toolchain permissions, not on the skill text itself.
The source is a GitHub open-source repository with very strong community adoption (64.7k stars), which materially lowers supply-chain risk; the visible content is also just auditable README/prompt material. Remaining caveats are the unspecified license and unknown maintenance status, so the upstream repository and actual dependent services should still be verified for ongoing maintenance.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "smartproxy-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/smartproxy-automation/SKILL.md 2. Save it as ~/.claude/skills/smartproxy-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Smartproxy operations through Composio's Smartproxy toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/smartproxy
RUBE_MANAGE_CONNECTIONS with toolkit smartproxyRUBE_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 smartproxyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Smartproxy 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 Smartproxy task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["smartproxy"]
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 Smartproxy-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit smartproxy |
| 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 rendering HTML into images for cards, banners, and visual snapshots.
Automate Expofp workflows and task operations through Rube MCP.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Leadoku lead management and syncing tasks through Rube MCP.
Automate Ably workflows through Rube MCP using the latest tool schemas.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate IP2Proxy lookups and proxy risk analysis through Rube MCP.
Automate Proxiedmail email tasks and workflows through Rube MCP.
Automate Procfu tasks via Rube MCP using current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate SmartRecruiters hiring tasks and workflow actions through Rube MCP.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.