# 安装 openclaw-persona-forge

- 类型: Skill 技能
- 说明: 为 OpenClaw 定制完整龙虾灵魂设定，生成定位、人格规则、名称与头像提示词。
- 仓库: https://github.com/affaan-m/ECC
- ⚠ 安全: 整体风险偏低。材料显示其核心是生成 OpenClaw persona 文本方案；未要求密钥、未声明远程端点，但 README 声称可本地运行 gacha.py，并在有已审核生图技能时写入 /tmp 提示词文件并调用该技能，故有少量本地执行与数据落盘注意点。

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

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

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

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

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

### Claude Code
```bash
mkdir -p ~/.claude/skills/openclaw-persona-forge && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/main/skills/openclaw-persona-forge/SKILL.md -o ~/.claude/skills/openclaw-persona-forge/SKILL.md
```

### Codex
```bash
mkdir -p ~/.codex/skills/openclaw-persona-forge && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/main/skills/openclaw-persona-forge/SKILL.md -o ~/.codex/skills/openclaw-persona-forge/SKILL.md
```

### Cursor
```bash
mkdir -p ~/.cursor/skills/openclaw-persona-forge && curl -fsSL https://raw.githubusercontent.com/affaan-m/ECC/main/skills/openclaw-persona-forge/SKILL.md -o ~/.cursor/skills/openclaw-persona-forge/SKILL.md
```
