通过 Rube MCP 自动执行 Parsera 任务,提升数据提取与流程处理效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "parsera-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/parsera-automation/SKILL.md 2. 保存为 ~/.claude/skills/parsera-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Parsera 相关工具以确认当前可用 schema,然后通过 Rube MCP 批量触发 20 个 Parsera 解析任务,输入为这份 URL 列表,并返回每个任务的状态与结果摘要。
一份批量任务执行结果,包含每个链接的解析状态、关键提取内容与失败项说明。
先搜索工具确认 Parsera 的最新参数 schema,再找出昨天执行失败的 Parsera 任务,更新它们的输入参数并重新运行,最后汇总成功与失败结果。
一份失败任务重跑报告,说明已更新的参数、重跑结果及仍需人工处理的项目。
先搜索可用工具与字段定义,然后读取指定 Parsera 任务的结果,提取核心字段并整理成简洁摘要,按表格形式输出。
一个结构化表格或摘要,展示任务输出中的关键字段与主要结论。
Automate Parsera operations through Composio's Parsera toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/parsera
RUBE_MANAGE_CONNECTIONS with toolkit parseraRUBE_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 parseraAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Parsera 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 Parsera task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["parsera"]
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 Parsera-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit parsera |
| 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 并行编排多项自动化任务,提升跨工具执行效率