# 安装 openclaw-test-performance

- 类型: Skill 技能
- 说明: 用于分析并优化 OpenClaw 测试与插件套件的性能瓶颈、内存占用和覆盖率耗时。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其为纯提示/文档型性能优化指南，不要求密钥、未声明远程端点，也未体现直接执行代码或数据外发能力。结合 GitHub 开源来源和较高社区采用度，整体偏低风险。

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

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

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

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

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

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

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

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