# 安装 front-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动处理 Front 收件箱会话、联系人与协作任务。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身是提示型开源内容，但其用途明确依赖远程 Rube MCP 与 Composio/Front 连接来发现并执行工具，因此整体更适合评为需留意而非高风险。材料未声明本地执行或本地文件访问，也未要求直接提供 API 密钥，但会通过外部服务与 Front 账户交互。

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

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

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

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

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

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

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

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