add-datasource
仓库创建 2026年1月22日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
智能路由用户需求到合适数据源,降低学习门槛并提高接入效率。
▸ 风险提示
配置数据源时可能请求敏感凭据或访问企业数据,需注意权限控制。
这个 Skill 做什么
根据用户目标引导并将合适的数据源连接到 Power Apps 代码应用。
根据你的目标帮你选并接入合适的数据源或连接器,不要求你懂 Power Platform 术语,会把需求翻译成该走哪个专用技能(比如 Dataverse、SharePoint 或通用连接器)。适合不确定该用哪种数据源或想把业务目标直接说出来的场景。特点是以目标为导向,自动把流程路由到最合适的实现路径。
▸ 展开 SKILL.md 英文原文
Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-datasource/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-datasource/SKILL.md"SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.
# Add Data Source
Router skill that understands the user's goal and connects them to the right data source -- without requiring them to know Power Platform terminology.
## Workflow
### Check Memory Bank
Check for `memory-bank.md` per [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md).
### Understand the Goal
1. **If `$ARGUMENTS` is provided or the caller already specified what's needed**, use it directly and skip the question below.
2. Otherwise, ask the user **what they want their app to do** -- not which connector to use. Focus on the end gvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有