帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "add-datasource" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-datasource/SKILL.md 2. 保存为 ~/.claude/skills/add-datasource/SKILL.md 3. 装好后重载技能,告诉我可以用了
我想在 Power Apps 代码应用中添加 SharePoint 作为数据源,用来读取项目任务列表。请先询问我需要的站点、列表名称和认证方式,然后指导我完成连接。
识别适合的连接流程,并给出添加 SharePoint 数据源所需的信息与步骤。
请帮我把 SQL Server 数据库连接到我的 Power Apps 代码应用。我想查询客户表,请告诉我需要准备哪些连接信息,并引导我选择正确的连接器。
根据目标数据源推荐合适连接器,并列出数据库连接配置与接入步骤。
我想让 Power Apps 代码应用访问外部业务系统的数据,但不确定该用标准连接器、自定义连接器还是其他方式。请先问清我的目标,再帮我选择方案。
通过询问使用目标与系统类型,路由到最合适的数据源接入方案。
📋 Shared Instructions: shared-instructions.md - Cross-cutting concerns.
Router skill that understands the user's goal and connects them to the right data source -- without requiring them to know Power Platform terminology.
Check for memory-bank.md per shared-instructions.md.
$ARGUMENTS is provided or the caller already specified what's needed, use it directly and skip the question below.Map the user's goal to the appropriate skill:
| User's goal | Best approach | Invoke |
|---|
| Store and manage structured business data (custom tables, forms, CRUD) | Dataverse is the platform's native database | /add-dataverse |
| Track work items, bugs, builds, or pipelines | Azure DevOps connector | /add-azuredevops |
| Send or read Teams messages, post to channels | Teams connector | /add-teams |
| Read/write Excel spreadsheet data | Excel Online (Business) connector | /add-excel |
| Upload, download, or manage files | OneDrive for Business connector | /add-onedrive |
| Work with SharePoint lists or document libraries | SharePoint Online connector | /add-sharepoint |
| Send emails, read inbox, manage calendar events | Office 365 Outlook connector | /add-office365 |
| Invoke an AI agent or copilot built in Copilot Studio | Copilot Studio connector | /add-mcscopilot |
| Something else or not sure | Generic connector (we'll figure it out) | /add-connector |
Important routing rules:
/add-office365 for sending email, /add-teams for posting messages).If the user describes a vague goal (e.g., "I need data for my app"), guide them:
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
为 Power Apps 代码应用添加 Teams 连接器,实现消息发送与频道协作集成。