通过 Rube MCP 自动处理 Missive 邮件与协作任务,提升团队沟通效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "missive-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/missive-automation/SKILL.md 2. 保存为 ~/.claude/skills/missive-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Missive 工具及其当前 schema,然后创建一个自动化流程:当 Missive 中出现包含“退款”关键词的新客户会话时,自动分配给客服团队,并添加标签“退款处理”。
返回可执行的自动化步骤或工作流配置,用于监控新会话并自动分配与打标签。
先搜索 Missive 相关工具和最新 schema,然后帮我自动整理收件箱:将过去 7 天未回复的会话标记为待跟进,并按发件人域名分类添加标签。
生成用于筛选未回复会话、更新状态并批量添加标签的自动化方案。
先搜索当前可用工具与 schema,再建立一个 Missive 自动化:当会话被标记为“高优先级”时,自动提取主题、负责人和截止时间,并发送到后续协作流程中。
输出可执行的工作流设计,能够监听标签变化、提取关键信息并触发后续流程。
Automate Missive operations through Composio's Missive toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/missive
RUBE_MANAGE_CONNECTIONS with toolkit missiveRUBE_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 missiveAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Missive 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 Missive task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["missive"]
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 Missive-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit missive |
| 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 自动处理 Chatwork 消息、任务与协作流程,减少重复操作。