指导你在 Power Apps Studio 中添加数据源或连接器并完成验证。
该技能本质上是一个开源的提示型流程说明,用于指导用户在 Power Apps Studio 中手动添加数据源并再做校验;材料未显示其自身要求密钥、直接联网或执行本机代码。整体风险较低,主要需留意其依赖后续 MCP 工具读取 Studio 中可见资源这一常规能力,以及仓库许可与维护信息不明确。
材料明确标注“无”密钥/环境变量;该技能本身仅提示用户在 Studio 中完成认证流程,不直接收集、存储或传递凭证。凭证输入发生在 Power Apps Studio 界面,而非此技能逻辑内。
系统检查项显示无远程端点,且该技能属于 prompt-only;文档也说明其不能以编程方式添加连接,仅在用户完成后调用平台内工具做可见性校验。未见该技能自身向未知或无关外部主机外发数据的迹象。
未见本机起进程、执行脚本或调用系统权限的描述;其行为是向用户说明步骤、等待确认,并建议后续调用列举/描述类 MCP 工具。作为纯提示技能,本身不具备直接代码执行面。
该技能自身不直接读写文件或数据,但其设计目标是引导用户添加新数据源,并在之后通过 `list_data_sources` / `list_apis` / `get_data_source_schema` / `describe_api` 校验和查看结构。这属于与声明功能一致的常规数据可见性能力,应留意后续工具可访问的范围是否符合预期,但材料未见过度授权红旗。
来源为 GitHub 上的 Microsoft 仓库,且系统标注 open-source,这些都是明显的降风险因素;但材料同时显示许可证未声明、社区 star 为 0、维护状态未知,审计与长期维护信号有限。因此供应链维度建议定为需留意而非高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "add-data-source" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.md 2. 保存为 ~/.claude/skills/add-data-source/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我在这个 Canvas App 里添加一个 SharePoint 数据源,连接到团队站点中的“项目任务”列表,并确认连接成功后继续下一步。
引导完成在 Power Apps Studio 中添加 SharePoint 连接、选择目标列表并验证数据源可用的步骤。
我想把这个应用连接到 SQL Server 数据库,请指导我添加连接器、填写连接信息,并在成功连接后继续。
说明如何添加 SQL Server 连接器、配置连接参数并确认应用已能访问数据库表。
请帮我为 Canvas App 添加 Office 365 Users 连接器,让应用可以读取用户信息,并在验证后继续后续配置。
指导添加 Office 365 Users 连接器、完成授权并验证可正常调用用户数据。
Data sources, connections, and API connectors cannot be added by the coding agent — they must be added through the Power Apps Studio interface. This skill informs the user, guides them to add the connection in their Studio session, verifies it is available via the MCP server, and then continues with any pending work.
From the user's request, determine what they want to add and how to verify it:
| Request type | Verify with |
|---|---|
| Data source (SharePoint list, Dataverse table, SQL table, Excel file, OneDrive, etc.) | list_data_sources |
| API / connector (Office 365 Users, Teams, custom connector, etc.) | list_apis |
| Unclear | Both list_data_sources and list_apis |
Note what the user is trying to add so you can look for it by name in Phase 3.
Explain that this step requires action in their Studio session. Tell the user:
Use AskUserQuestion to pause until the user has completed the steps in Studio:
"Please add the data source or connection in your Power Apps Studio session. Reply here when it's ready and I'll verify the connection before continuing."
Do not proceed until the user confirms they have added it.
Once the user confirms, call the appropriate MCP tools to check that the connection is now available:
list_data_sourceslist_apisScan the results for the connection the user added:
Found — Confirm to the user that the data source or connection is now visible to the agent. Include the exact name as returned by the MCP tool (this is how it must be referenced in Power Fx formulas). If it is a data source, call get_data_source_schema to retrieve its column names and types, and include the schema summary in your response so it is ready for use in edits. Similarly, for APIs/connectors, call describe_api to retrieve the available endpoints and their parameters, and include the schema summary in your response.
Not found — Inform the user that the connection is not yet visible. Ask them to:
Use AskUserQuestion to wait for their follow-up, then re-run Phase 3.
After the connection is confirmed:
检查并配置 Power Pages 站点安全响应头,定位风险并指导修复设置。
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。
用于对已部署的 Power Pages 网站进行运行时浏览、爬取与接口验证测试。
帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用添加 Dataverse 表,并生成 TypeScript 模型与服务。
为 Power Apps 代码应用添加 Excel Online 连接器,便于读写 OneDrive 或 SharePoint 中的表格数据。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成
为 Power Apps 代码应用添加 Teams 连接器,实现消息发送与频道协作集成。
为 Power Apps 代码应用添加 Copilot Studio 连接器,便于调用智能体与集成回复。