借助 Rube MCP 并行编排多项自动化任务,提升跨工具执行效率
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "parallel-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/parallel-automation/SKILL.md 2. 保存为 ~/.claude/skills/parallel-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
使用 Rube MCP 先搜索可用工具及其最新 schema,然后并行执行以下任务:从 Jira 拉取本周已完成事项,从 Slack 汇总 blocker,从 Google Sheets 读取本周目标,最后输出一份中文项目状态摘要表。
一份整合多工具信息的项目状态摘要,包含完成事项、风险、阻塞与目标对照。
通过 Rube MCP 先搜索工具 schema,再并行获取广告平台昨日消耗、网站分析流量数据和 CRM 新增线索数量,自动汇总为中文日报,并标出异常波动。
一份自动生成的运营日报,含关键指标汇总、异常提示和简短结论。
使用 Rube MCP,先搜索当前可用工具和参数 schema,然后并行执行发布前检查:运行测试、检查部署状态、读取最近错误日志,并生成中文发布建议。
一份发布前检查结果,说明测试状态、部署健康度、错误摘要与是否建议发布。
Automate Parallel operations through Composio's Parallel toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/parallel
RUBE_MANAGE_CONNECTIONS with toolkit parallelRUBE_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 parallelAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Parallel 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 Parallel task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["parallel"]
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 Parallel-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit parallel |
| 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 自动化执行 Composio 任务,并先检索工具获取最新参数结构。