# 安装 webapp-testing

- 类型: Skill 技能
- 说明: 帮助你构建、调试并验证各类 Web 应用前端功能与交互问题
- 仓库: https://github.com/microsoft/FluidFramework
- ⚠ 安全: 该技能本身是开源的 prompt-only 内容，未声明密钥或远程端点，直接外发与凭证暴露面较低；但 README 含明显的指令注入/越权式措辞，并强烈引导安装依赖、启动服务、收集日志与截图，使用时需人工审查后再采纳。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/webapp-testing' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/webapp-testing/SKILL.md' -o '~/.claude/skills/webapp-testing/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/webapp-testing' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/webapp-testing/SKILL.md' -o '~/.codex/skills/webapp-testing/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/webapp-testing' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/FluidFramework/main/.agency/plugins/nori/skills/webapp-testing/SKILL.md' -o '~/.cursor/skills/webapp-testing/SKILL.md'
```
