# 安装 scrapingant-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动化执行 Scrapingant 抓取任务与相关流程。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身更像用于引导调用 Rube MCP/Composio 的提示型文档，未声明本地代码执行、内置密钥或固定外发端点。结合其开源且社区采用度高，整体风险偏低，但因实际使用依赖远程 MCP 与第三方连接流程，仍需留意后续运行时的数据外发与授权范围。

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

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

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

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

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

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

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

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