通过 Rube MCP 自动化执行 Scrapegraph AI 任务并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "scrapegraph-ai-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/scrapegraph-ai-automation/SKILL.md 2. 保存为 ~/.claude/skills/scrapegraph-ai-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Scrapegraph AI 相关工具的当前 schema 和可用参数,再告诉我如何通过 Rube MCP 调用网页抓取任务,并给出一个最小可用示例。
返回最新工具结构、必填参数说明,以及可直接执行的调用示例。
请先搜索当前可用工具及 schema,然后设计一个通过 Rube MCP 批量执行 Scrapegraph AI 抓取任务的流程:输入为 50 个网址,输出为结构化 JSON,并包含失败重试策略。
给出适合批量处理的自动化方案,包括参数设计、执行步骤和重试逻辑。
先搜索 Scrapegraph AI 工具的最新 schema,再帮我制定一个任务:抓取电商页面的商品名称、价格、评分和评论数,并输出统一字段定义与示例结果。
输出字段映射方案、抓取任务配置建议,以及标准化结果示例。
Automate Scrapegraph AI operations through Composio's Scrapegraph AI toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/scrapegraph_ai
RUBE_MANAGE_CONNECTIONS with toolkit scrapegraph_aiRUBE_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 scrapegraph_aiAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Scrapegraph AI 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 Scrapegraph AI task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["scrapegraph_ai"]
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 Scrapegraph AI-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit scrapegraph_ai |
| 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 自动化执行 ScrapingBee 抓取任务与网页数据流程。