通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "chatbotkit-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/chatbotkit-automation/SKILL.md 2. 保存为 ~/.claude/skills/chatbotkit-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 chatbotkit-automation 可用工具及其最新 schema,然后为我创建一个自动化流程:当收到新用户消息时,调用 Chatbotkit 处理并返回响应。请按正确参数格式输出执行步骤。
返回基于最新 schema 的工具清单、参数说明和可执行自动化步骤。
先检索当前可用的 Chatbotkit 相关操作和 schema,再帮我批量更新多个机器人的欢迎语与默认回复设置。请生成每个操作需要的参数示例。
输出适用于批量配置更新的操作方案、参数模板和执行顺序。
先搜索 chatbotkit-automation 的最新工具 schema,再分析为什么我的自动化调用失败。根据可用字段检查请求结构,并给出修正后的调用示例。
给出失败原因分析、字段级修正建议和符合 schema 的正确示例。
Automate Chatbotkit operations through Composio's Chatbotkit toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/chatbotkit
RUBE_MANAGE_CONNECTIONS with toolkit chatbotkitRUBE_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 chatbotkitAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Chatbotkit 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 Chatbotkit task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["chatbotkit"]
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 Chatbotkit-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit chatbotkit |
| 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 相关任务,并先检索最新工具模式后再操作。