# 安装 discrawl

- 类型: Skill 技能
- 说明: 将 Discord 服务器历史镜像到本地 SQLite，便于离线检索、分析与生成报告。
- 仓库: https://github.com/openclaw/nix-openclaw-tools
- ⚠ 安全: 整体为需留意级别：材料描述的是一个本地归档/检索 Discord 数据的开源工具，主要风险来自 Discord bot token、对本地消息/缓存的读取，以及与 Discord 或 Git 仓库的常规连接。未见明确向不明第三方外发数据或申请异常系统权限的红旗，但仓库无许可证、采用度低且维护情况未知。

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

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

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

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

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

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

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

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