通过 Rube MCP 自动化执行 Smartproxy 相关任务,快速完成代理检索与操作流程。
该技能本身更像一份开源提示/操作说明,未见本地执行代码、直接申请系统权限或内置密钥要求。主要留意点在于它依赖远程 Rube MCP 与 Smartproxy 连接流程,实际数据外发与授权边界取决于这些外部服务。
材料声明该技能本身“无 API keys needed”,但实际使用要求通过 `RUBE_MANAGE_CONNECTIONS` 激活 `smartproxy` 连接并完成返回的 auth link,这意味着凭证/授权很可能在 Rube/Composio 与 Smartproxy 之间委托处理。未见明示凭证滥用红旗,但应视为存在第三方授权令牌托管与误配置风险。
README 明确要求接入远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio 的 Smartproxy toolkit 执行操作;因此用户输入、工具参数、会话 ID 及相关业务数据可能发送到 Rube/Composio/Smartproxy 链路。文档未披露更详细的数据流或附加无关端点,属于与声明功能一致的常规外发。
从提供材料看,这是一个 prompt-only 的技能说明,主要指导调用现有 MCP 工具(如 `RUBE_SEARCH_TOOLS`、`RUBE_MULTI_EXECUTE_TOOL`),未描述自身在本机启动进程、执行脚本或获取 shell/系统级执行能力。
材料未显示该技能直接读写本地文件、数据库、剪贴板或其他本机资源;其数据访问看起来局限于通过远程 MCP 工具处理 Smartproxy 相关操作。是否能接触更多业务数据,取决于外部 MCP/工具链的实际权限,而非该技能文本本身。
来源为 GitHub 开源仓库,且给定社区采用度很高(64.7k star),这显著降低了供应链风险;当前看到的内容也只是可审计的 README/提示模板。需要注意的是许可证未声明、维护状态未知,后续仍应核验上游仓库与实际依赖服务的持续维护情况。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "smartproxy-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/smartproxy-automation/SKILL.md 2. 保存为 ~/.claude/skills/smartproxy-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
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
通过 Rube MCP 自动处理 Agent Mail 邮件任务并先检索最新工具结构
通过 Rube MCP 自动化 AgencyZoom 操作,并先检索最新工具结构后执行任务
通过 Rube MCP 自动执行 Agenty 任务,并先检索最新工具参数与结构。
自动化完成 Ahrefs SEO 研究、外链分析、关键词挖掘与排名审计。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Alchemy 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 IP2Proxy 查询与代理风险分析任务。
通过 Rube MCP 自动化处理 Proxiedmail 邮件任务与相关流程。
通过 Rube MCP 自动化执行 Procfu 任务,并先检索最新工具 schema 后安全调用。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动处理 SmartRecruiters 招聘任务与流程操作
通过 Rube MCP 自动执行远程检索任务,并先搜索工具获取最新接口信息。