# 安装 debugging

- 类型: Skill 技能
- 说明: 帮助排查常见故障、版本兼容与会话流诊断问题，提升开发调试效率
- 仓库: https://github.com/facebook/meta-wearables-dat-android
- ⚠ 安全: 该材料看起来是一个开源的纯文档/提示型调试技能，不要求密钥，也未声明任何远程端点或执行能力。基于现有材料，其整体风险较低，主要需留意其内容与外链指向第三方官方文档而非技能自身行为。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/debugging' && curl -fsSL 'https://raw.githubusercontent.com/facebook/meta-wearables-dat-android/main/plugins/mwdat-android/skills/debugging/SKILL.md' -o '~/.claude/skills/debugging/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/debugging' && curl -fsSL 'https://raw.githubusercontent.com/facebook/meta-wearables-dat-android/main/plugins/mwdat-android/skills/debugging/SKILL.md' -o '~/.codex/skills/debugging/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/debugging' && curl -fsSL 'https://raw.githubusercontent.com/facebook/meta-wearables-dat-android/main/plugins/mwdat-android/skills/debugging/SKILL.md' -o '~/.cursor/skills/debugging/SKILL.md'
```
