add-workiq

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

为企业级 Power Apps 快速接入知识化检索与 Copilot 聊天功能。

▸ 风险提示

需要组织级 Microsoft 365 权限与连接器,可能访问敏感企业数据。

这个 Skill 做什么

在 Power Apps 中集成 M365 Copilot 的 Work IQ 搜索与聊天能力。

在 Power Apps 里接入 M365 Copilot 的 Work IQ 搜索与聊天,把公司内的文档、邮件、Teams、站点等内容做成会话式检索。需要在应用中提供基于组织知识的智能问答或搜索时用,不能用于查询公共网络或新闻。它通过 Work IQ Copilot MCP 连接器和生产级的 McpSession 包装器连通 Copilot,能较快上线知识落地的对话体验。

▸ 展开 SKILL.md 英文原文

Adds Work IQ (M365 Copilot Search) to a Power Apps code app via the Work IQ Copilot MCP connector (shared_a365copilotchatmcp), then wires up a production-ready McpSession wrapper for AI-powered, knowledge-grounded search and chat. Use when integrating Microsoft 365 Copilot search/chat. The CopilotChat tool searches internal Microsoft 365 content (documents, emails, chats, sites, files) across your organization — prefer workload-specific tools (SharePoint, OneDrive, Teams, Mail) when the workload is explicit; do not use it for general knowledge, news, public web, or external information.

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

# Add Work IQ (M365 Copilot Search)

Work IQ is accessed through the dedicated **Work IQ Copilot MCP** connector (`shared_a365copilotchatmcp`; shown as "Work IQ Copilot MCP (Preview)" in the maker portal). It exposes an MCP (Model Context Protocol) endpoint whose `CopilotChat` tool performs AI-powered, knowledge-grounded search and conversation over Microsoft 365 content.

> This is the purpose-built Work IQ connector and generates a `WorkIQCopilotMCPService` with a single `mcp_m365copilot` operation. **Every command and code reference in this skill is specific to `sh
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有