通过 Rube MCP 自动化执行 Scrapingant 抓取任务与相关流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "scrapingant-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapingant-automation/SKILL.md 2. 保存为 ~/.claude/skills/scrapingant-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索当前可用的 Scrapingant 相关工具及其参数 schema,然后通过 Rube MCP 批量抓取以下网址的页面内容,提取标题、正文摘要和所有外链,并整理为结构化结果:https://example.com,https://example.org。
返回每个网页的结构化抓取结果,包含标题、摘要、链接列表及执行状态。
请先搜索 Scrapingant 工具 schema,然后设置一个自动化流程:每天抓取指定竞品产品页,比较与上次抓取结果的标题、价格和主要卖点变化,并输出变更摘要。
生成可重复执行的监控流程,并输出页面字段变化的摘要报告。
请先搜索当前可用工具及 schema,再通过 Scrapingant 自动抓取某关键词对应的一组落地页内容,提取 H1、meta description 和主要段落,用于后续内容研究。
输出适合研究分析的页面内容数据集,包含关键页面元素与文本摘要。
Automate Scrapingant operations through Composio's Scrapingant toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapingant
RUBE_MANAGE_CONNECTIONS with toolkit scrapingantRUBE_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 scrapingantAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapingant 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 Scrapingant task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapingant"]
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 Scrapingant-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapingant |
| 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 自动化执行 Scrapegraph AI 任务并先检索最新工具结构。