add-workiq
为企业级 Power Apps 快速接入知识化检索与 Copilot 聊天功能。
需要组织级 Microsoft 365 权限与连接器,可能访问敏感企业数据。
在 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.
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-workiq/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/microsoft/power-platform-skills/main/plugins/code-apps/skills/add-workiq/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