add-teams

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

方便在应用中触达团队沟通流,适合通知与协作自动化场景。

▸ 风险提示

需租户/Teams 授权,可能发送或读取敏感对话内容。

这个 Skill 做什么

向 Power Apps 代码应用添加 Teams 连接器以发送消息和集成频道/聊天。

在 Power Apps 的代码应用中加入 Microsoft Teams 连接器,方便发送消息、向频道发帖或与 Teams 聊天集成。适合当应用需要推送通知或和团队沟通联动时使用,涵盖添加连接器、配置权限、构建与更新记忆库的流程。特色是有一套明确的工作流步骤(检查记忆库、添加、配置、构建、更新),便于在企业环境里稳妥集成。

▸ 展开 SKILL.md 英文原文

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

开发编程Microsoft TeamsPower Apps消息通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-teams/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-teams/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

# Add Teams

## Workflow

1. Check Memory Bank → 2. Add Connector → 3. Configure → 4. Build → 5. Update Memory Bank

---

### Step 1: Check Memory Bank

Check for `memory-bank.md` per [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md).

### Step 2: Add Connector

**First, find the connection ID** (see [connector-reference.md](${PLUGIN_ROOT}/shared/connector-reference.md)):

Run the `/list-connections` skill. Find the Teams connection in the output. If none exists, direct the user to create one using the environment-specific Connections URL — constr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有