# 安装 mailersend-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务，提升营销与通知效率。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能并非纯本地提示词，而是引导通过 Rube MCP/Composio 连接远程服务并执行 Mailersend 相关操作；未见明显恶意或越权红旗，但其网络外发、远程执行与第三方连接能力需要留意。来源为高 star 的开源仓库，这显著降低了供应链风险评级。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "mailersend-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md
2. 保存为 ~/.claude/skills/mailersend-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "mailersend-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md
2. 保存为 ~/.codex/skills/mailersend-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "mailersend-automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md
2. 保存为 ~/.cursor/skills/mailersend-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/mailersend-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md' -o '~/.claude/skills/mailersend-automation/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/mailersend-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md' -o '~/.codex/skills/mailersend-automation/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/mailersend-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md' -o '~/.cursor/skills/mailersend-automation/SKILL.md'
```
