列出当前 Power Platform 环境连接,快速获取连接 ID 以配置代码应用连接器。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "list-connections" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/list-connections/SKILL.md 2. 保存为 ~/.claude/skills/list-connections/SKILL.md 3. 装好后重载技能,告诉我可以用了
请列出当前 Power Platform 环境中的所有连接,并返回每个连接的名称、连接器类型和 connection ID。
一份连接清单,包含连接名称、类型及可用于后续配置的 connection ID。
我准备在代码应用中添加 SharePoint 连接器。请先列出当前环境中与 SharePoint 相关的连接,并标明可用的 connection ID。
返回与 SharePoint 相关的连接及其 ID,便于直接选择正确连接进行接入。
请检查当前 Power Platform 环境中是否已存在 SQL Server 连接;如果存在,列出对应的 connection ID 和连接名称。
说明是否存在目标连接,并在存在时给出对应连接名称与 connection ID。
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns (Windows CLI compatibility, memory bank, etc.).
Lists all Power Platform connections in the current environment using the Power Apps CLI.
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:
power.config.json, then retry once.Show the connection list to the user. The Connection ID is what goes into -c <connection-id> when adding a data source.
If the needed connector is missing:
power.config.json or a prior step): → https://make.powerapps.com/environments/<environment-id>/connections/list-connections to get the new connection ID