# 安装 openclaw-debugging

- 类型: Skill 技能
- 说明: 帮助定位 OpenClaw 调试问题，先选对日志、探针与证据路径再改代码。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示/调试文档型 skill，无需密钥、无声明远程端点，且来自高社区信任的开源 GitHub 仓库，整体风险较低。文档中提到的日志与调试命令主要是指导性内容，本技能本身未显示具备独立执行、联网或数据外发能力。

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

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

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

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

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

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

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

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