add-data-source

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

解决界面无法由代理直接配置的问题,提供可操作的人工引导与校验。

▸ 风险提示

需访问 Power Apps 帐户与数据源权限,涉及第三方 API 调用。

这个 Skill 做什么

引导用户在 Power Apps Canvas Studio 中添加并验证数据源与连接器。

手把手引导你在 Power Apps Canvas Studio 里添加数据源或连接器(比如 SharePoint、Dataverse、SQL、Excel、OneDrive、Teams、Office 365),然后通过 MCP server 验证是否可用。用在需要把新数据接入画布应用、实际建立连接的场景,而不是仅查询已有数据源。特别说明:这部分不能由代码代理直接完成,技能负责说明步骤并验证添加是否成功。

▸ 展开 SKILL.md 英文原文

Guide the user to add a data source, connection, or API connector to a Canvas App via Power Apps Studio, then verify and continue. USE WHEN the user asks to add a data source, add a connection, add an API, add a connector, connect to SharePoint / Dataverse / SQL / Excel / OneDrive / Teams / Office 365, or any similar request to make new data available to the app. DO NOT USE WHEN the user is asking to list or describe existing data sources — call list_data_sources or list_apis directly instead.

垂直行业Power Apps数据连接引导式操作通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/canvas-apps/skills/add-data-source/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
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.

## Phase 0 — Identify the Connection Type

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 `li
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有