# 安装 discord-clawd

- 类型: Skill 技能
- 说明: 连接 Discord 驱动的 OpenClaw 会话，直接与智能代理实时交流协作。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其本质是一个提示/文档型技能，本身未声明需要密钥、远程端点或本地数据权限；结合开源且社区采用度很高，整体风险较低。需注意 README 提到通过本地 relay 脚本与 Discord-backed agent/session 交互，实际网络发送与执行能力可能存在于外部配套工具而非本技能本身。

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

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

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

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

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

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

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

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