# 安装 test-locomotion

- 类型: Skill 技能
- 说明: 使用 iwsdk CLI 对比示例场景，测试滑动、瞬转、传送与跳跃移动系统。
- 仓库: https://github.com/facebook/immersive-web-sdk
- ⚠ 安全: 该技能材料主要是用于本地测试的操作说明，未声明任何密钥或远程业务端点，整体风险偏低。需要注意的是其要求执行 npm/npx 命令、安装依赖并启动本地开发服务器，因此更适合作为需留意的本地开发类技能看待。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/test-locomotion' && curl -fsSL 'https://raw.githubusercontent.com/facebook/immersive-web-sdk/main/.claude/skills/test-locomotion/SKILL.md' -o '~/.claude/skills/test-locomotion/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/test-locomotion' && curl -fsSL 'https://raw.githubusercontent.com/facebook/immersive-web-sdk/main/.claude/skills/test-locomotion/SKILL.md' -o '~/.codex/skills/test-locomotion/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/test-locomotion' && curl -fsSL 'https://raw.githubusercontent.com/facebook/immersive-web-sdk/main/.claude/skills/test-locomotion/SKILL.md' -o '~/.cursor/skills/test-locomotion/SKILL.md'
```
