通过 Rube MCP 自动化处理 Proxiedmail 邮件任务与相关流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "proxiedmail-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/proxiedmail-automation/SKILL.md 2. 保存为 ~/.claude/skills/proxiedmail-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及最新 schema,然后通过 Rube MCP 自动创建一个 Proxiedmail 临时邮箱,等待接收邮件,并返回最新地址、收件箱列表和最新一封邮件的主题与正文摘要。
返回新建邮箱地址、收到的邮件列表,以及最新邮件的关键信息摘要。
请先搜索工具 schema,再通过 Rube MCP 持续检查 Proxiedmail 收件箱 10 分钟,一旦收到包含验证码或登录链接的邮件,立即提取验证码、发件人、时间和原文片段并整理输出。
输出验证码邮件的提取结果,便于快速完成登录或注册流程。
请先搜索当前可用工具与参数,然后通过 Rube MCP 拉取指定 Proxiedmail 邮箱最近 20 封邮件,按发件人、主题、接收时间和是否含附件整理成结构化列表,并标记可能的重要邮件。
返回结构化邮件清单,并对重点邮件做出清晰标注。
Automate Proxiedmail operations through Composio's Proxiedmail toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/proxiedmail
RUBE_MANAGE_CONNECTIONS with toolkit proxiedmailRUBE_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 proxiedmailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Proxiedmail 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 Proxiedmail task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["proxiedmail"]
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 Proxiedmail-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit proxiedmail |
| 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 自动处理 Agent Mail 邮件任务并先检索最新工具结构