add-datasource

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

能自动判定并路由到合适数据源,降低术语门槛与误配置概率。

▸ 风险提示

可能需要修改数据模型并访问外部数据源,需相应授权与审慎操作。

这个 Skill 做什么

识别用户意图并为移动应用添加合适的数据源(表、列表或连接器)。

当用户只说要“加个数据源”但不清楚该用 Dataverse、SharePoint list 或其他连接器时,帮你判断需求并在移动应用里添加合适的数据源。适合非 Power Platform 专业用户,不想被术语绊住的场景。作用像路由器:理解目标、选对数据类型并完成连接配置,减少来回沟通。

▸ 展开 SKILL.md 英文原文

Use when the user wants to add a data source to a mobile app but hasn't said which kind (Dataverse table, SharePoint list, or other connector).

开发编程数据源路由Dataverse/SharePoint通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-datasource/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/mobile-apps/skills/add-datasource/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared instructions: [shared-instructions.md](${CLAUDE_SKILL_DIR}/../../shared/shared-instructions.md)** — read first.

# 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](${CLAUDE_SKILL_DIR}/../../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 t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有