通过 Rube MCP 发现并执行 Whautomate 自动化操作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "whautomate-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/whautomate-automation/SKILL.md 2. 保存为 ~/.claude/skills/whautomate-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
开发者或自动化流程维护者在运行 Whautomate 工作流前,可先搜索当前可用工具和 schema,避免因字段变更导致调用失败。这样更适合需要稳定执行的自动化场景。
当 Whautomate 操作无法执行时,可先检查 Rube MCP 中的 whautomate 连接状态,并按返回的授权链接完成激活。这样能先排除连接未就绪的问题。
用户可以在同一个 session 中依次完成工具发现、连接检查和工具执行,形成完整的 Whautomate 自动化流程。对于多步操作,复用 session 也便于保持上下文一致。
文档介绍了如何通过 Rube MCP 调用 Composio 的 Whautomate 工具集完成自动化操作,重点包括前置条件、连接激活步骤、工具发现方法与标准执行流程。内容反复强调必须先用 `RUBE_SEARCH_TOOLS` 获取最新工具 schema,再检查 `whautomate` 连接是否为 ACTIVE,最后用 `RUBE_MULTI_EXECUTE_TOOL` 执行,并注意 session 复用、memory 参数和分页处理。
Automate Whautomate operations through Composio's Whautomate toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/whautomate
RUBE_MANAGE_CONNECTIONS with toolkit whautomateRUBE_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 whautomateAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Whautomate 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 Whautomate task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["whautomate"]
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 Whautomate-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit whautomate |
| 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 调用 Composio 的 Whautomate 工具集,用于发现并执行 Whautomate 相关操作。文档强调要先搜索工具,再按最新 schema 执行。
需要先连接 Rube MCP,并确保可用 `RUBE_SEARCH_TOOLS`。还需要通过 `RUBE_MANAGE_CONNECTIONS` 建立并激活 toolkit 为 `whautomate` 的连接。
文档写明添加 `https://rube.app/mcp` 作为 MCP 服务端即可,不需要 API key。至于 Whautomate 侧的具体授权细节,按连接流程返回的信息处理即可。
通过 Rube MCP 自动执行 Vero 营销与用户触达相关任务。
通过 Rube MCP 自动处理 Sympla 的活动与票务相关操作流程。
通过 Rube MCP 自动化处理 YNAB 预算任务与数据查询操作
通过 Rube MCP 自动化执行 Tisane 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Yelp 搜索、商家信息获取与相关流程操作。
通过 Rube MCP 自动执行 Cloudlayer 任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Autom 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 Wit AI 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动化执行 V0 相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Wati 消息与客户沟通相关任务
通过 Rube MCP 自动化执行 Botpress 相关任务与流程操作。
通过 Rube MCP 自动化执行 AI/ML API 任务,并先检索最新工具 schema。