通过 Rube MCP 自动执行远程检索任务,并先搜索工具获取最新接口信息。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "remote-retrieval-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/remote-retrieval-automation/SKILL.md 2. 保存为 ~/.claude/skills/remote-retrieval-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Rube MCP 中与 remote retrieval 相关的可用工具和最新参数 schema,然后帮我自动执行一次远程检索任务:从指定远程源抓取与“Q4 市场趋势”相关的信息,并返回结构化结果与执行日志。
返回已使用的工具与参数、检索到的结构化信息,以及任务执行状态或日志。
请先搜索当前可用的 remote retrieval 工具 schema,再检查为什么我的远程检索自动化任务失败。请定位可能的参数错误、认证问题或请求格式问题,并给出修复后的调用建议。
输出失败原因分析、需要修改的参数或配置,以及可重试的修复方案。
请先搜索 Rube MCP 里适合 remote retrieval automation 的工具与最新 schema,然后为我设计并执行一个批量远程采集流程:从多个远程端点抓取数据,统一整理为表格字段,并标记每条记录的来源与时间。
生成批量采集结果、标准化后的字段表,以及每个来源的抓取状态说明。
Automate Remote Retrieval operations through Composio's Remote Retrieval toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/remote_retrieval
RUBE_MANAGE_CONNECTIONS with toolkit remote_retrievalRUBE_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 remote_retrievalAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Remote Retrieval 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 Remote Retrieval task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["remote_retrieval"]
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 Remote Retrieval-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit remote_retrieval |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。