通过 Rube MCP 自动化处理 Proxiedmail 邮件任务与相关流程。
该技能本身更像开源的提示词封装,来源可信度较高,未见本地执行或本地文件访问红旗。主要注意点在于它依赖远程 Rube MCP 与 Proxiedmail 连接,实际数据访问与外发将发生在这些外部服务链路中。
材料称该技能本身“无 API key”,但实际要求通过 `RUBE_MANAGE_CONNECTIONS` 建立 `proxiedmail` 的 ACTIVE 连接,并完成外部授权流程;这意味着会涉及第三方账户令牌/会话授权。属于此类集成的常规风险,未见明确凭证滥用红旗。
README 明确要求添加远程 MCP 端点 `https://rube.app/mcp`,并通过 Composio/Proxiedmail 工具链执行操作;用户请求及相关业务数据可能发送至 Rube/Composio/Proxiedmail 侧。存在明确外发路径,但端点与声明功能基本相关,未见无关或隐蔽外传证据。
从已给材料看,这是一个 prompt-only 技能说明,未包含可执行脚本、安装命令或本机起进程步骤;也未声明可直接调用本地系统能力。未见本地代码执行面。
技能本身未声明读写本地文件或系统资源,但其目标是“Automate Proxiedmail operations”,且需连接外部 Proxiedmail 账户;因此可预期会访问该账户范围内的数据。材料未显示超出声明用途的本地过度授权。
来源为 GitHub 上公开的开源仓库,且社区采用度高(64.7k star),这些都是明显的降风险因素。虽然许可证未声明、维护状态未知,需后续核实,但仅凭现有材料未见闭源、不明来源或明显注入式供应链红旗。
复制安装指令,让 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. 装好后重载技能,告诉我可以用了
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 自动执行 Scrape Do 抓取任务并获取结构化网页数据。
通过 Rube MCP 自动执行 Fidel API 任务,并先检索最新工具与接口结构。
通过 Rube MCP 自动处理 Short Menu 的查询、更新与流程操作。
通过 Rube MCP 自动处理 D2L Brightspace 中的课程与学习平台任务。
用自然语言自动化 Shortcut 项目管理流程,创建故事、跟踪史诗并整理任务。
通过 Rube MCP 自动处理 Salesforce Service Cloud 客服与工单流程
通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。
通过 Rube MCP 自动化执行 Smartproxy 相关任务,快速完成代理检索与操作流程。
通过 Rube MCP 自动处理 Agent Mail 邮件任务并先检索最新工具结构
通过 Rube MCP 自动处理 Enginemailer 邮件营销与相关操作流程。
通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务,提升营销与通知效率。
通过 Rube MCP 自动化执行 Mailsoftly 邮件相关任务与流程。