# 安装 openclaw-ghsa-maintainer

- 类型: Skill 技能
- 说明: 帮助维护者检查、修复并验证 OpenClaw 的 GHSA 安全公告与私有分叉状态。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料显示其本质是面向 OpenClaw GHSA 流程的提示/操作文档，未声明需密钥、远程端点或本地数据读写能力。结合其为开源且社区采用度极高，整体风险偏低，但文档中包含对 GitHub/GHSA 与 npm 查询的命令示例，实际使用时仍应确认不会被扩展为超出说明范围的操作。

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

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

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

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

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

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

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

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