列出当前 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 → + New connection/list-connections to get the new connection ID检查并配置 Power Pages 站点安全响应头,定位风险并指导修复设置。
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。
用于对已部署的 Power Pages 网站进行运行时浏览、爬取与接口验证测试。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成
指导你在 Power Apps Studio 中添加数据源或连接器并完成验证。
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。
为 Power Apps 代码应用添加 OneDrive for Business 连接器,便于上传、下载和管理文件。
为 Power Apps 代码应用添加 Teams 连接器,实现消息发送与频道协作集成。