# 安装 prose

- 类型: Skill 技能
- 说明: 通过 prose 指令或文件触发多智能体协作，自动推进写作与任务编排。
- 仓库: https://github.com/openclaw/openclaw
- ⚠ 安全: 该技能材料本身属于提示词/规范类内容，未声明密钥、远程端点或随附可执行组件，整体风险较低。需注意其 README 明确引导模型将外部工具映射为会话生成、文件读写与远程抓取，并带有较强的角色接管式提示，应按不可信第三方提示处理。

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

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

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

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

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

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

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

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