# 安装 hatch-pet

- 类型: Skill 技能
- 说明: 根据角色或品牌视觉生成、修复并打包可用于 Codex 的动画宠物素材。
- 仓库: https://github.com/openai/skills
- ⚠ 安全: 该技能材料显示其为开源、无密钥、未声明远程端点的宠物精灵图生成工作流，整体风险较低。其主要关注点在于会围绕本地图片生成与文件落盘进行处理，但依据现有材料未见明显数据外发、凭证滥用或供应链红旗。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/hatch-pet' && curl -fsSL 'https://raw.githubusercontent.com/openai/skills/main/skills/.curated/hatch-pet/SKILL.md' -o '~/.claude/skills/hatch-pet/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/hatch-pet' && curl -fsSL 'https://raw.githubusercontent.com/openai/skills/main/skills/.curated/hatch-pet/SKILL.md' -o '~/.codex/skills/hatch-pet/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/hatch-pet' && curl -fsSL 'https://raw.githubusercontent.com/openai/skills/main/skills/.curated/hatch-pet/SKILL.md' -o '~/.cursor/skills/hatch-pet/SKILL.md'
```
