通过 Rube MCP 自动化处理 2chat 任务,并先检索最新工具结构后执行
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "-2chat-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/-2chat-automation/SKILL.md 2. 保存为 ~/.claude/skills/composiohq-composio-skills-2chat-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索与 2chat 相关的可用工具及其最新 schema,然后帮我自动执行以下任务:读取今天的新消息,筛选包含“报价”关键词的会话,并为每个会话生成一条礼貌的跟进回复草稿。
返回已检索到的工具信息摘要,并输出筛选后的会话列表与对应回复草稿。
先搜索 2chat 工具的当前可用操作和参数 schema,再把过去 7 天未回复的客户会话标记为“待跟进”,并整理一份包含客户名、最后消息时间和状态变更结果的清单。
输出状态更新执行结果,以及一份结构化的待跟进客户清单。
请先检索 2chat 相关工具 schema,再统计今天所有会话的消息数量、已回复率和未处理会话数,并生成适合发给团队的中英文日报摘要。
得到一份包含关键指标的统计结果,以及可直接发送的中英文日报内容。
Automate 2chat operations through Composio's 2chat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/_2chat
RUBE_MANAGE_CONNECTIONS with toolkit _2chatRUBE_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 _2chatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "2chat 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 2chat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["_2chat"]
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 2chat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit _2chat |
| 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 自动化 ManyChat 任务,快速管理聊天机器人流程与运营动作。