通过 Rube MCP 自动化 ManyChat 任务,快速管理聊天机器人流程与运营动作。
这是一个开源的提示型技能,本身不要求本地密钥、也不包含本地执行逻辑,整体风险较低。需要注意的是,它依赖远程 Rube MCP 与 ManyChat/Composio 连接,实际数据访问与操作权限将转移到外部服务与已授权账号范围内。
材料声明该技能本身“无”API 密钥或环境变量,但要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `many_chat` 活跃连接并完成授权链接流程;因此不会在技能内直接暴露本地密钥,但会涉及 ManyChat/Composio/Rube 侧的账户授权令牌,存在第三方连接被滥用的常规凭证风险。
README 明确要求接入远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio 的 ManyChat 工具包执行操作;用户输入的任务描述、工具参数、会话 ID 及可能的业务数据会按工作流发送到这些声明的外部服务。端点与用途在材料中有说明,因此属预期外发而非明显异常。
该对象被标记为 `prompt-only`,提供的是操作说明与调用模式,而非可执行安装脚本或本地命令;材料中未显示其会在本机启动进程、执行 shell、安装依赖或申请系统级执行权限。
材料未显示其直接读写本地文件或主机资源,但在连接 ManyChat 后可通过发现到的工具对 ManyChat 账户中的消息、联系人、自动化等远程业务数据执行读取或变更操作。访问范围取决于外部工具 schema 与 OAuth 授权范围,属于与声明功能相关的常规数据访问面。
来源为 GitHub 上的开源仓库,且社区采用度高(约 64.7k stars),这些都是明显的降风险因素;当前看到的内容主要是 README/技能说明,便于审阅。许可证未声明、维护状态未知是小的审计缺口,但不足以单独升为高风险。
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
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 自动执行 Yandex 相关任务并串联工作流程。
通过 Rube MCP 自动执行 Rootly 任务并加速事件响应流程
通过 Rube MCP 自动处理 Sevdesk 相关任务,提升财务与办公流程效率。
通过 Rube MCP 自动化执行 Mezmo 相关任务,并先检索最新工具结构。
通过 Rube MCP 自动化执行 Exa 搜索与相关任务流程,提升检索效率。
通过 Rube MCP 自动执行 U301 相关任务,并先检索最新工具模式后再操作。
通过 Rube MCP 自动执行 Chatbotkit 任务,并先检索最新工具 schema。
通过 Rube MCP 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。
通过 Rube MCP 自动化处理 2chat 任务,并先检索最新工具结构后执行
通过 Rube MCP 自动执行 Chatfai 相关任务,并先检索最新工具模式后再操作。
通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。
通过 Rube MCP 自动化执行 Botpress 相关任务与流程操作。