通过 Rube MCP 自动化执行 ScrapingBee 抓取任务与网页数据流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "scrapingbee-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapingbee-automation/SKILL.md 2. 保存为 ~/.claude/skills/scrapingbee-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前参数 schema,然后使用 scrapingbee-automation 批量抓取这 50 个商品链接的标题、价格、评分和库存状态,输出为结构化 JSON,并标记抓取失败的 URL。
包含每个商品核心字段的结构化 JSON,以及失败链接和错误说明。
先搜索工具确认最新 schema,再用 scrapingbee-automation 抓取这个新闻栏目最近 20 篇文章,提取标题、发布时间、作者、正文摘要和原始链接,按时间倒序整理。
按时间排序的文章清单,含关键元数据与正文摘要。
先搜索工具获取当前可用参数,然后使用 scrapingbee-automation 每日抓取这 10 个竞争对手页面,比较标题、主文案和价格区块是否变化,输出变更摘要报告。
一份页面变更报告,指出哪些页面发生变化及变化内容。
Automate Scrapingbee operations through Composio's Scrapingbee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapingbee
RUBE_MANAGE_CONNECTIONS with toolkit scrapingbeeRUBE_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 scrapingbeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapingbee 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 Scrapingbee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapingbee"]
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 Scrapingbee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapingbee |
| 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 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 BrowseAI 任务,批量抓取网页数据与监控变更