通过 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. 装好后重载技能,告诉我可以用了
开发者在 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 自动化 Retailed 相关任务,并先检索最新工具模式后执行。
通过 Rube MCP 自动执行 Revolt 中的常见任务与协作流程
自动化处理 RingCentral 的消息、通话与通知协作流程
通过 Rube MCP 自动执行 Rippling 任务,并先检索最新工具 schema 再操作。
通过先检索工具模式,自动化执行 SafetyCulture 相关任务与流程集成。
通过 Rube MCP 自动化 Respond.io 任务,提升客户沟通与流程处理效率。
通过 Rube MCP 发现并自动执行 Reply 工具任务流程
通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务,提升营销与通知效率。
通过 Rube MCP 自动执行 Sendbird 相关任务并先检索最新工具结构。
通过 Rube MCP 自动执行 Reply.io 线索触达与外联流程任务。
通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。
通过 Rube MCP 自动执行 Sendlane 营销与客户触达相关任务