通过 Rube MCP 自动化执行 Resend 相关操作并按最新工具模式运行。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "resend-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/resend-automation/SKILL.md 2. 保存为 ~/.claude/skills/resend-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先调用 RUBE_SEARCH_TOOLS,查询“Resend operations”,为我列出当前可用的 Resend 工具、输入 schema、推荐执行步骤和注意事项。
返回当前可用工具清单、参数结构以及后续执行建议。
使用当前 session 调用 RUBE_MANAGE_CONNECTIONS,检查 toolkit 为 resend 的连接是否为 ACTIVE;如果不是,请告诉我下一步授权方式。
返回连接状态;若未激活,给出授权链接或配置提示。
先搜索适合我任务的 Resend 工具,再基于返回的 schema 组装参数,使用 RUBE_MULTI_EXECUTE_TOOL 执行,并包含空的 memory 对象。
按最新 schema 执行操作,并返回执行结果或错误信息。
开发者在 AI 客户端中接入 Rube MCP 后,可先搜索可用工具,再调用 Resend 相关操作,避免因 schema 变化导致调用失败。
在运行任何 Resend 自动化前,用户可先检查 resend 连接是否为 ACTIVE,并根据搜索结果中的字段要求构造参数。
当一个 Resend 流程包含搜索、连接检查和执行多个步骤时,可复用同一 session ID,保证上下文一致。
文档介绍了如何通过 Rube MCP 使用 Composio 的 Resend 工具集完成自动化操作,重点包括前置条件、连接激活流程、工具发现步骤,以及使用 RUBE_MULTI_EXECUTE_TOOL 执行任务的标准模式。文档还总结了常见陷阱,如必须先搜索 schema、检查连接状态、携带 memory 参数并复用 session。
Automate Resend operations through Composio's Resend toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/resend
RUBE_MANAGE_CONNECTIONS with toolkit resendRUBE_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 resendAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Resend 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 Resend task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["resend"]
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 Resend-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit resend |
| 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 调用 Composio 的 Resend 工具集,帮助你自动化执行 Resend 相关操作。文档强调应先搜索工具,再按最新 schema 执行。
需要已连接 Rube MCP,并且可使用 RUBE_SEARCH_TOOLS。还需要通过 RUBE_MANAGE_CONNECTIONS 配置并激活 resend 连接。
因为工具 schema 可能变化,文档明确建议不要硬编码 tool slug 或参数。应先调用 RUBE_SEARCH_TOOLS 获取当前可用工具和准确字段。
通过 Rube MCP 自动化执行 Stormglass IO 相关天气数据查询与集成任务
通过 Rube MCP 自动化 OCRSpace 文字识别任务并集成到工作流中。
通过 Rube MCP 自动处理 GoToWebinar 的创建、报名与参会管理流程
通过 Rube MCP 自动化 Logo 开发相关任务,并先检索最新工具 schema。
通过 Rube MCP 自动执行 Globalping 网络探测与结果收集分析
通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。
通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务,提升营销与通知效率。
通过 Rube MCP 自动执行 Sendbird 相关任务并先检索最新工具结构。
通过 Rube MCP 自动执行 Reply.io 线索触达与外联流程任务。
通过 Rube MCP 自动执行 Sendlane 营销与客户触达相关任务
通过 Rube MCP 自动化 Respond.io 任务,提升客户沟通与流程处理效率。
通过 Rube MCP 自动处理 Agent Mail 邮件任务并先检索最新工具结构