smartproxy-automation
Automate Smartproxy tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:26
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-smartproxy-automation&locale=en&source=copy
Smartproxy Automation — Simplify Proxy Management via Rube MCP
Skills Overview
By using Composio’s Smartproxy toolkit and Rube MCP, automate Smartproxy proxy service operations—no API keys required. Automatically discover available tools and manage connections.
Use Cases
1. Bulk Proxy Management
If you need to automate the management of large numbers of proxy IPs, you can use
RUBE_MULTI_EXECUTE_TOOL to batch execute proxy create, delete, and update operations. Combined with session reuse, this improves efficiency.2. Automated Proxy Traffic Monitoring
Periodically check proxy traffic usage, balance status, and subscription information. Use
RUBE_REMOTE_WORKBENCH to set up scheduled tasks so your monitoring workflow runs automatically.3. Multi-Account Proxy Operations
When managing multiple Smartproxy accounts, use session isolation and connection management features to switch execution across accounts without mixing them up.
Core Features
Automatic Tool Discovery
Use
RUBE_SEARCH_TOOLS to dynamically fetch the current list of available Smartproxy tools, input modes, and execution plans. This ensures you always use the latest tool definitions and avoids call failures caused by mode changes.Connection Status Management
Use
RUBE_MANAGE_CONNECTIONS to check Smartproxy connection status in real time. It supports one-click authorization activation. After activation, you can reuse the session ID to perform subsequent operations without repeating authentication.Batch Workflow Execution
Supports executing multiple Smartproxy actions within a single request via
RUBE_MULTI_EXECUTE_TOOL. Use the memory parameter to save the execution context—ideal for complex multi-step automation tasks.Common Questions
Is Rube MCP complicated to configure?
Not at all. Just add the MCP server address
https://rube.app/mcp to your client configuration. No API key or other authentication details are needed—after adding it, you can use it directly.Why call RUBE_SEARCH_TOOLS every time?
The Smartproxy tool modes may be updated. Hard-coding tool slugs and parameters can easily cause failures. Searching first lets you retrieve the current accurate mode definitions and recommended execution plans.
Can session IDs be reused?
Yes. Within the same workflow, you should reuse
session_id to keep the context continuous. However, when starting a new independent workflow, it’s recommended to generate a new session ID.