帮助用户通过 Rube MCP 自动化大数据云平台任务与运维流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "big-data-cloud-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/big-data-cloud-automation/SKILL.md 2. 保存为 ~/.claude/skills/big-data-cloud-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前 schema,然后用 Rube MCP 帮我自动化大数据云集群的日常运维,包括查看集群状态、重启失败服务,并输出执行结果摘要。
返回已识别的工具、执行步骤、运维结果与异常摘要。
先搜索工具和最新 schema,再通过 Rube MCP 批量检查大数据云中的数据处理任务状态,重试失败任务,并生成处理结果清单。
输出任务状态汇总、重试结果和最终任务清单。
先搜索可用工具与 schema,帮我设计一个通过 Rube MCP 执行的大数据云自动化工作流:定时检查资源使用率,超阈值时发送告警并触发扩容。
提供可执行的工作流方案、触发条件和自动化动作说明。
Automate Big Data Cloud operations through Composio's Big Data Cloud toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/big_data_cloud
RUBE_MANAGE_CONNECTIONS with toolkit big_data_cloudRUBE_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 big_data_cloudAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Big Data Cloud 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 Big Data Cloud task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["big_data_cloud"]
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 Big Data Cloud-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit big_data_cloud |
| 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 自动化执行 AI/ML API 任务,并先检索最新工具 schema。