list-connections

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

便于调试与配置连接器时快速查找所需连接信息。

▸ 风险提示

需要访问租户连接信息的权限,可能暴露连接元数据。

这个 Skill 做什么

列出当前环境中的 Power Platform 连接以便获取连接 ID 与状态。

列出当前环境下 Power Platform(Power Apps)里的所有连接,显示每个连接的 ID 与状态,方便在创建或调试连接器时获取必需的 connection ID。常在把连接加到代码应用或配置集成前查询使用。底层通过 Power Apps CLI 拉取信息,直接给出可复制的 ID,省去手工在门户里查找。

▸ 展开 SKILL.md 英文原文

Lists Power Platform connections in the current environment. Use when you need a connection ID before adding a connector to a code app.

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

# List Connections

Lists all Power Platform connections in the current environment using the Power Apps CLI.

## Workflow

1. Fetch Connections → 2. Present Results

---

### Step 1: Fetch Connections

```bash
npx power-apps list-connections
```

If the CLI is not authenticated, it will open a browser for login automatically. Complete the login and retry.

**Other failures:**
- Non-zero exit for any reason other than auth: Report the exact output. STOP.
- No output or empty results: Verify the correct environment ID is s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有