# 安装 weathermap-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动执行 Weathermap 相关任务并先检索最新工具结构。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身是开源的提示型封装，来源社区信誉较强；但其设计明确依赖远程 Rube MCP 与后续 Weathermap 连接，实际使用会把操作与相关数据发送到第三方服务，因此整体为需留意而非高风险。

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

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

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

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

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

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

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

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