# 安装 dataflows-save-as-authoring-cli

- 类型: Skill 技能
- 说明: 扫描并评估 Power BI Gen1 数据流，生成迁移快照并执行升级为 Gen2.1 副本。
- 仓库: https://github.com/microsoft/skills-for-fabric
- ⚠ 安全: 该技能材料显示其为开源的提示型/文档型 Skill，本身未声明内置密钥或固定远程端点，来源为微软 GitHub 且有一定社区采用度，整体偏低风险。需注意其面向 Fabric/Power BI 管理与迁移场景，文档会引导调用 CLI 和 REST API、扫描工作区/租户并生成快照，因此实际使用时涉及账号权限、潜在数据枚举与外发到微软官方服务的常规风险。

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

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

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

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

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

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

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

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