通过 Rube MCP 自动化执行 Superchat 相关任务与流程操作
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "superchat-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/superchat-automation/SKILL.md 2. 保存为 ~/.claude/skills/superchat-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及其最新 schema,然后用 Rube MCP 调用 Superchat 相关操作,批量处理 50 条待执行任务,并返回每条任务的执行状态与失败原因。
一份批量执行结果,包含成功、失败、失败原因及必要的重试建议。
请先搜索 Superchat 相关工具的当前 schema,确认可用参数后,再帮我执行一个创建或更新任务的操作,并说明你实际使用了哪些字段。
基于最新 schema 的安全调用结果,并附带参数映射说明。
搜索 Superchat 工具的当前 schema 后,分析这次自动化失败的可能原因,指出缺失参数、无效字段或权限问题,并给出修复后的调用建议。
一份排错报告,说明失败原因并给出可直接重试的修正版方案。
Automate Superchat operations through Composio's Superchat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/superchat
RUBE_MANAGE_CONNECTIONS with toolkit superchatRUBE_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 superchatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Superchat 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 Superchat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["superchat"]
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 Superchat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit superchat |
| 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 自动执行 Chatfai 相关任务,并先检索最新工具模式后再操作。