通过 Rube MCP 自动化执行 Scrapfly 工具链中的各类任务流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "scrapfly-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapfly-automation/SKILL.md 2. 保存为 ~/.claude/skills/scrapfly-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者在自动化流程中使用它先发现工具、核对 schema,再执行 Scrapfly 相关操作,减少因接口变更导致的调用失败。
在运行任务前,用户可先检查 scrapfly 连接是否已激活,再继续执行后续步骤,避免因授权未完成而中断。
团队可以复用会话 ID、按推荐执行路径调用工具,并在需要时补充完整 schema,用于更稳定的 Scrapfly 自动化集成。
文档介绍了如何通过 Rube MCP 调用 Composio 的 Scrapfly 工具集来自动化任务,重点包括接入前提、连接激活流程、工具发现步骤和标准执行模式。README 反复强调必须先用 RUBE_SEARCH_TOOLS 获取最新 schema,再检查 scrapfly 连接状态,最后用 RUBE_MULTI_EXECUTE_TOOL 执行,并注意 memory 参数、会话复用、分页及完整 schema 获取等常见坑。
Automate Scrapfly operations through Composio's Scrapfly toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapfly
RUBE_MANAGE_CONNECTIONS with toolkit scrapflyRUBE_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 scrapflyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapfly 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 Scrapfly task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapfly"]
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 Scrapfly-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapfly |
| 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 调用 Composio 的 Scrapfly 工具集,自动化执行 Scrapfly 相关任务。文档特别强调先搜索工具,再按当前 schema 执行。
需要已连接 Rube MCP,并且能使用 RUBE_SEARCH_TOOLS。还需要通过 RUBE_MANAGE_CONNECTIONS 配置 toolkit 为 scrapfly 的连接,并确认状态为 ACTIVE。
因为工具 schema 可能变化,文档明确要求不要硬编码 tool slug 或参数。应先调用 RUBE_SEARCH_TOOLS 获取当前可用工具、输入 schema 和执行建议。
通过 Rube MCP 自动化执行 Smartproxy 相关任务,快速完成代理检索与操作流程。
通过 Rube MCP 自动处理 Waiverfile 任务,并先检索最新工具 schema。
通过 Rube MCP 自动化处理 Woodpecker CI 任务与流程操作。
通过 Rube MCP 自动执行 Zoho Mail 邮件发送、查询与整理流程。
帮助用户创建或改进 AI 技能,明确能力范围、流程设计与工具集成方式。
通过 Rube MCP 自动化执行 Satismeter 相关任务,提升客户反馈处理效率。
通过 Rube MCP 自动化执行 Scrapingant 抓取任务与相关流程。
通过 Rube MCP 自动化执行 ScrapingBee 抓取任务与网页数据流程。
通过 Rube MCP 连接并自动执行 Webscraping AI 抓取工作流。
通过 Rube MCP 自动化执行 Scrapegraph AI 任务并先检索最新工具结构。
通过 Rube MCP 自动执行 Scrape Do 抓取任务并获取结构化网页数据。
通过 Rube MCP 自动执行 AppsFlyer 查询、报表与营销归因相关任务。