# 安装 gitcrawl

- 类型: Skill 技能
- 说明: 用于检索和分析 GitHub 归档中的 Issue、PR 与仓库协作状态。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料表现为提示词/操作指南性质，未声明需要密钥、远程端点或额外系统权限；结合开源且社区采用度极高，整体风险较低。需注意其内容会引导使用本地 `gitcrawl`/`gh` 命令，但就该 Skill 材料本身未见明显高风险红旗。

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

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

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

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

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

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

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

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