add-connector

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

作为非专用连接器的回退方案,覆盖多种第三方服务接入。

▸ 风险提示

需访问外部 API 并可能要求凭据,存在权限或数据泄露风险。

这个 Skill 做什么

为移动应用添加通用 Power Platform 连接器(非 Dataverse/SharePoint)。

把通用的 Power Platform 连接器接入你的移动代码应用(不包含 Dataverse/SharePoint 这种有专门处理的)。会帮你处理认证、生成调用代码并把接入点挂到项目里。适合你知道要用哪个外部服务但没有专属 /add-* 流程时用,优点是覆盖范围广且能把连接器“代码化”交付给开发者。

▸ 展开 SKILL.md 英文原文

Use when the user wants to add a Power Platform connector to a mobile app and there is no dedicated /add-* skill for that connector (Dataverse and SharePoint have their own skills).

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

# Add Connector (Generic)

Fallback skill for any connector not covered by a dedicated `/add-*` skill. For common connectors, prefer the dedicated skills:

- `/add-dataverse` — Dataverse tables
- `/add-sharepoint` — SharePoint Online

(More dedicated skills will land in v1: `/add-teams`, `/add-excel`, `/add-onedrive`, `/add-azuredevops`, `/add-office365`.)

The native host runtime (`@microsoft/power-apps-native-host`) handles connector routing, connection r
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有