# 安装 tomtom-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动化执行 TomTom 相关任务，并先检索最新工具参数。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身更像提示型用法说明，未直接要求本地密钥，也未包含本地执行代码的安装步骤；但其核心用途是通过 Rube MCP/Composio 连接并操作第三方 Tomtom 工具，存在常规的外部连接与数据经由中间平台流转的注意事项。来源为高星开源仓库，显著降低了整体风险，当前更适合评为低到中等注意级而非高风险。

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

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

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

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

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

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

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

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