通过 Rube MCP 自动处理 Agent Mail 邮件任务并先检索最新工具结构
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "agent-mail-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/agent-mail-automation/SKILL.md 2. 保存为 ~/.claude/skills/agent-mail-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Agent Mail 相关工具及最新 schema,然后使用可用工具给客户发送一封跟进邮件:主题为“项目进度更新”,正文说明本周已完成里程碑、下周计划和需要客户确认的事项。
返回已使用的工具、关键参数摘要,以及邮件发送结果或草稿内容。
先搜索当前可用的 Agent Mail 工具和字段定义,再读取最近 50 封邮件,按“客户、内部、通知、垃圾”分类,并标记高优先级待处理邮件。
输出分类结果、优先级标记情况,以及可执行的整理或标签更新摘要。
先搜索 Agent Mail 工具 schema,再读取指定会话线程的最近往来邮件,基于上下文起草一封专业回复,语气礼貌简洁,并列出待确认问题。
生成可直接发送的回复草稿,并附上回复依据和待确认事项清单。
Automate Agent Mail operations through Composio's Agent Mail toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/agent_mail
RUBE_MANAGE_CONNECTIONS with toolkit agent_mailRUBE_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 agent_mailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Agent Mail 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 Agent Mail task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["agent_mail"]
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 Agent Mail-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit agent_mail |
| 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 自动化执行 Mailsoftly 邮件相关任务与流程。