# 安装 oracle

- 类型: Skill 技能
- 说明: 用于代码二次审查、调试重构与设计评估的智能开发助手。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其主要用途是将提示词与用户选定文件打包后交由第二模型审阅，具备本地文件选择、会话存储及可选网络发送能力。基于其开源且社区采用度很高，整体未见明显高风险红旗，但涉及文件内容外发与本地持久化，宜按需谨慎使用。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/oracle' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/oracle/SKILL.md' -o '~/.claude/skills/oracle/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/oracle' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/oracle/SKILL.md' -o '~/.codex/skills/oracle/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/oracle' && curl -fsSL 'https://raw.githubusercontent.com/openclaw/openclaw/main/skills/oracle/SKILL.md' -o '~/.cursor/skills/oracle/SKILL.md'
```
