# 安装 discrawl

- 类型: Skill 技能
- 说明: 帮助用户归档、检索并总结 Discord 消息与私信内容。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 整体偏低风险：该材料被标记为 prompt-only，未声明必需密钥或固定远程端点，且指向可审计的 GitHub 开源仓库。需注意其说明会引导使用本地 discrawl/SQLite/Go 命令读取本机 Discord 归档，并在特定场景下提及 Discord API 与 git-share 更新行为。

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

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

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

### Cursor
```
请帮我安装 askskill 上的 "discrawl" 技能：
1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/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/openclaw/main/.agents/skills/discrawl/SKILL.md' -o '~/.claude/skills/discrawl/SKILL.md'
```

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

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