# 安装 customize

- 类型: Skill 技能
- 说明: Guided customization of your IP practice profile — change one thing without re-running the whole cold-start interview. Adjust risk posture, escalation contacts, portfolio scope, brand protection strategy, enforcement posture, clearance thresholds, OSS review rules, or matter workspace paths. Use when the user says "change my [thing]", "update my profile", "edit my config", or "customize".

- 仓库: https://github.com/anthropics/claude-for-legal

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/customize' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/ip-legal/skills/customize/SKILL.md' -o '~/.claude/skills/customize/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/customize' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/ip-legal/skills/customize/SKILL.md' -o '~/.codex/skills/customize/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/customize' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-for-legal/main/ip-legal/skills/customize/SKILL.md' -o '~/.cursor/skills/customize/SKILL.md'
```
