通过 Rube MCP 自动化执行 Mailcoach 邮件营销与订阅管理任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mailcoach-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailcoach-automation/SKILL.md 2. 保存为 ~/.claude/skills/mailcoach-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及当前 schema,然后使用 Mailcoach 相关工具把 CSV 中的新用户批量添加到指定邮件列表,并为每位用户打上“newsletter-2025”标签;如果发现重复订阅者则跳过并汇总结果。
完成订阅者批量导入与标签处理,并返回成功、跳过和失败的汇总。
先搜索可用工具及当前 schema,然后在 Mailcoach 中创建一封面向现有客户列表的周报活动,主题为“五月产品更新”,填入提供的正文草稿,并安排在明天上午 9 点发送。
生成并配置好邮件活动,返回活动信息与发送安排结果。
先搜索可用工具及当前 schema,然后获取 Mailcoach 中最近 30 天的列表增长和活动表现数据,包括新增订阅人数、退订人数、打开率和点击率,并整理成简明摘要。
返回最近 30 天的关键邮件营销指标摘要,便于快速分析表现。
Automate Mailcoach operations through Composio's Mailcoach toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mailcoach
RUBE_MANAGE_CONNECTIONS with toolkit mailcoachRUBE_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 mailcoachAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mailcoach 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 Mailcoach task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mailcoach"]
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 Mailcoach-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mailcoach |
| 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 邮件任务并先检索最新工具结构