add-connector

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

作为专属 add-* 技能的通用回退,覆盖少见或自定义连接器场景。

▸ 风险提示

连接器可能需要第三方凭据或外部 API 访问,注意凭证安全。

这个 Skill 做什么

通用技能用于向 Power Apps 代码应用添加任意连接器(未覆盖的场景)。

把任意 Power Platform 连接器接入到代码应用里,当没有专门的 /add-* 适配器时用这个通用方案。适用于需要对接第三方服务、Dataverse、Teams 等但没现成实现的情况。会帮你处理连接器的配置、认证和示例调用,减少手工调试工作。

▸ 展开 SKILL.md 英文原文

Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific 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-connector/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-connector/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

# Add Connector (Generic)

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

- `/add-dataverse` -- Dataverse tables
- `/add-azuredevops` -- Azure DevOps
- `/add-teams` -- Microsoft Teams
- `/add-excel` -- Excel Online (Business)
- `/add-onedrive` -- OneDrive for Business
- `/add-sharepoint` -- SharePoint Online
- `/add-office365` -- Office 365 Outlook (calendar, email, contacts)
- `/add-workiq` -- Work IQ (M365 Copilot Search)

## Workflow

1. Check Memory Bank → 2. Identify Connector → 3. A
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有