通过 Rube MCP 自动化 Benchmark Email 的邮件营销与名单管理流程
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "benchmark-email-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/benchmark-email-automation/SKILL.md 2. 保存为 ~/.claude/skills/benchmark-email-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及当前参数 schema,然后把这份 CSV 中的新联系人批量导入 Benchmark Email,按地区打上标签,并返回导入结果与失败原因汇总。
完成联系人导入与标签整理,并输出成功数、失败数及错误明细。
请先搜索可用工具及当前参数 schema,然后在 Benchmark Email 中创建一封新品发布邮件,主题为“夏季新品上线”,受众为 VIP 名单,安排在本周五上午 10 点发送,并返回活动 ID 与发送时间。
创建并排期邮件活动,返回活动标识、目标名单与计划发送信息。
请先搜索可用工具及当前参数 schema,然后获取过去 30 天 Benchmark Email 活动数据,汇总打开率、点击率、退订率和表现最佳的三封邮件,并给出简短优化建议。
生成最近活动的关键指标汇总,并附带可执行的邮件优化建议。
Automate Benchmark Email operations through Composio's Benchmark Email toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/benchmark_email
RUBE_MANAGE_CONNECTIONS with toolkit benchmark_emailRUBE_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 benchmark_emailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Benchmark Email 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 Benchmark Email task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["benchmark_email"]
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 Benchmark Email-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit benchmark_email |
| 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 自动化邮箱地址校验与 Mailboxlayer 查询流程。