# 安装 eventstream-consumption-cli

- 类型: Skill 技能
- 说明: 帮助你列出、解析并检查 Microsoft Fabric Eventstream 的拓扑与配置状态。
- 仓库: https://github.com/microsoft/skills-for-fabric
- ⚠ 安全: 该技能材料显示其为开源的提示/文档型 CLI 使用指导，主要围绕 Microsoft Fabric Eventstream 的查询与检查，未声明自带密钥或固定第三方外发端点。整体风险偏低，但文档包含会话内“先检查更新”等指令性内容，且实际使用会涉及 Fabric/Azure 控制平面访问与资源枚举，需按最小权限验证执行边界。

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

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

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

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

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

### Claude Code
```bash
mkdir -p '~/.claude/skills/eventstream-consumption-cli' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/skills/eventstream-consumption-cli/SKILL.md' -o '~/.claude/skills/eventstream-consumption-cli/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/eventstream-consumption-cli' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/skills/eventstream-consumption-cli/SKILL.md' -o '~/.codex/skills/eventstream-consumption-cli/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/eventstream-consumption-cli' && curl -fsSL 'https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/skills/eventstream-consumption-cli/SKILL.md' -o '~/.cursor/skills/eventstream-consumption-cli/SKILL.md'
```
