通过 Rube MCP 自动化 ManyChat 任务,快速管理聊天机器人流程与运营动作。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "many-chat-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/many-chat-automation/SKILL.md 2. 保存为 ~/.claude/skills/many-chat-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 manychat 相关工具的当前 schema,然后帮我批量为符合“最近7天点击过促销消息但未购买”的订阅用户添加“high_intent”标签,并返回执行结果摘要。
基于当前工具 schema 执行标签批量更新,并输出处理数量、成功失败明细与结果摘要。
先搜索工具 schema,再在 ManyChat 中创建一个新用户欢迎流程:第1条发送欢迎语,第2条询问用户兴趣,第3步根据兴趣打上不同标签,并给我流程结构说明。
创建完成的欢迎流程及节点说明,包括消息内容、分支逻辑和标签规则。
先搜索当前可用 schema,然后读取 ManyChat 最近30天的关键运营数据,汇总订阅增长、消息点击表现和转化相关指标,并给出优化建议。
一份运营数据摘要,包含关键指标、趋势观察与可执行的优化建议。
Automate ManyChat operations through Composio's ManyChat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/many_chat
RUBE_MANAGE_CONNECTIONS with toolkit many_chatRUBE_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 many_chatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "ManyChat 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 ManyChat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["many_chat"]
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 ManyChat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit many_chat |
| 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 自动化处理 2chat 任务,并先检索最新工具结构后执行