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

- 类型: Skill 技能
- 说明: 扫描并评估 Power BI Gen1 数据流升级为 Gen2.1 的就绪度，并通过 CLI 执行保存副本迁移。
- 仓库: https://github.com/microsoft/skills-for-fabric

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

### Claude Code
```
请帮我安装 askskill 上的 "dataflows-save-as-authoring-cli" 技能：
1. 下载 https://raw.githubusercontent.com/microsoft/skills-for-fabric/main/plugins/fabric-authoring/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/plugins/fabric-authoring/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/plugins/fabric-authoring/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/plugins/fabric-authoring/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/plugins/fabric-authoring/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/plugins/fabric-authoring/skills/dataflows-save-as-authoring-cli/SKILL.md -o ~/.cursor/skills/dataflows-save-as-authoring-cli/SKILL.md
```
