list-connections

仓库创建 2026年1月22日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

便于自动化管理环境连接,适合 Power Apps 开发者。

▸ 风险提示

可能会在环境中创建连接,需要相应权限。

这个 Skill 做什么

使用 Power Apps CLI 查找或创建 Power Platform 连接并返回连接 ID 或引用。

用 Power Apps CLI 在当前环境里查找或创建 Power Platform 的连接,并返回可直接使用的 Connection ID 或 Connection Reference。常在需要把数据源接入 Canvas 应用或运行 npx power-apps add-data-source 时用到,省去手动找连接的麻烦。返回的数据格式就是后续命令或配置需要的 ID/引用,方便自动化脚本使用。

▸ 展开 SKILL.md 英文原文

Use when the user asks to find, create, or look up a Power Platform connection ID or connection reference for the current environment.

开发编程Power Apps连接管理CLIClaude Code
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/list-connections/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/list-connections/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).

# List Connections

Finds or creates a Power Platform connection with the Power Apps CLI. Returns the **Connection ID** or **Connection Reference** that callers feed into `npx power-apps add-data-source`.

## Workflow

1. Get Connection → 2. Present Results

---

### Step 1 — Get Connection

Use one of the supported paths below.

If the caller already provided a connection ID, validate the connector/API ID from context and return it as-is for `--connection-id`.

If the caller provided a connector API ID and nee
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有