帮助你为 Power Apps 代码应用添加数据源或连接器,并引导到合适操作流程。
该技能材料显示其为开源的纯提示路由技能,不要求密钥、未声明任何远程端点,也未描述本地代码执行能力。整体风险较低,主要需注意其会根据用户目标把后续操作引导到其他技能,实际风险更多取决于被路由到的下游技能。
材料明确标注“需要的密钥/环境变量:无”,该技能本身未请求 API key、token 或其他敏感凭证;从现有描述看,直接凭证泄露或滥用面较低。
材料标注“远程端点 host:无”,README 也未描述向外部服务发送数据;就该技能本体而言,未见用户数据外发行为。需注意其可能把用户引导到其他连接器技能,但这不构成当前技能自身的外发红旗。
系统检查项已判定为 prompt-only,README 仅描述询问用户意图并路由到其他技能,未见本机起进程、执行脚本或调用系统命令的说明。
README 提到会检查 `memory-bank.md`,说明该技能可能读取技能上下文或本地记忆文件;虽然这属于提示型技能中的常见上下文访问,未见广泛文件系统读写或过度授权描述,但仍建议确认 memory-bank 内容不含不必要敏感信息。
来源为 GitHub 上的微软开源仓库,源码可审计,这是明显的降风险因素;但仓库许可证未声明、社区采用度为 0 star、维护状态未知,供应链可信度虽不差但仍有一定不确定性。
复制安装指令,让 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 Pages 站点执行安全扫描并生成通俗风险摘要。
帮助你快速搭建 Power Platform 管道,实现 Power Pages 自动化部署。
检查并配置 Power Pages 站点安全响应头,定位风险并指导修复设置。
对 Power Pages 站点执行端到端安全审查,并汇总生成完整 HTML 报告。
用于对已部署的 Power Pages 网站进行运行时浏览、爬取与接口验证测试。
帮助你将 Power Automate 云端流程接入 Power Pages 站点并生成调用代码
指导你在 Power Apps Studio 中添加数据源或连接器并完成验证。
为 Power Apps 代码应用快速接入任意 Power Platform 连接器。
为 Power Apps 代码应用添加 Dataverse 表,并生成 TypeScript 模型与服务。
为 Power Apps 代码应用接入 Azure DevOps 连接器,便于查询工单、提报缺陷与管理流水线。
为 Power Apps 代码应用添加 Teams 连接器,实现消息发送与频道协作集成。
为 Power Apps 代码应用接入 SharePoint,支持列表、文档与站点集成