add-mcscopilot

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

便于将 Copilot 智能代理能力集成到应用中,支持复杂对话与自动化任务。

▸ 风险提示

需访问 Copilot/敏感提示数据,存在数据泄露或敏感信息外发风险。

这个 Skill 做什么

在 Power Apps 中添加 Microsoft Copilot Studio 连接器以调用智能代理与提示。

在 Power Apps 代码型应用里把 Microsoft Copilot Studio 的连接器加进来,好让应用能调用 Copilot 代理、发送提示并把代理回复整合回流程。常在要让应用触发智能代理、推送 prompt 或把 AI 回应写回 App 时用。特别之处是会检查并维护 memory bank、配置连接器、构建并更新记忆,把 Copilot Studio 作为可被调用的服务嵌入到 Power Apps 中。

▸ 展开 SKILL.md 英文原文

Adds Microsoft Copilot Studio connector to a Power Apps code app. Use when invoking Copilot Studio agents, sending prompts to agents, or integrating agent responses.

自动化集成Copilot Studio智能代理集成通用
566
Stars
116
Forks
40
仓库内 Skill
+152
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-mcscopilot/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-mcscopilot/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
**📋 Shared Instructions: [shared-instructions.md](${PLUGIN_ROOT}/shared/shared-instructions.md)** - Cross-cutting concerns.

# Add Microsoft Copilot Studio

## 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 Microsoft Copilot Studio connection in the output. If none exists, direct the user to create one using the environ
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有