# 安装 scrapegraph-ai-automation

- 类型: Skill 技能
- 说明: 通过 Rube MCP 自动化执行 Scrapegraph AI 任务并先检索最新工具结构。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能本身更像是指向 Rube MCP/Composio 的使用说明与提示模板，材料未声明自身需要本地密钥或直接执行代码。主要风险点在于它依赖远程 MCP 与后续外部工具连接，实际数据外发、授权范围和执行能力取决于所连接的 Rube/Composio 工具链，因此整体以需留意为主。

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

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

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

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

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

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

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

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