# 安装 autom-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动执行 Autom 相关任务，并先检索最新工具 schema。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身更像开源的提示/操作说明，未声明本地密钥、文件或系统执行需求；主要风险面来自将客户端接入 Rube MCP，并通过其管理到 Autom 的外部连接与远程操作，整体属低到中等风险、以需留意为主。

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

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

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

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

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

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

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

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