add-workiq Skill
Adds Work IQ Copilot MCP by delegating to /add-connector with api-id=shareda365copilotchatmcp and action mode. Use when users need Microsoft 365 knowledge-grounded Work IQ search/chat. Published by microsoft in Managed-Apps.
What is add-workiq Skill?
Adds Work IQ Copilot MCP by delegating to /add-connector with api-id=shareda365copilotchatmcp and action mode. Use when users need Microsoft 365 knowledge-grounded Work IQ search/chat. Published by microsoft in Managed-Apps. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Research
- Data analysis use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use add-workiq Skill
- Use it for data analysis.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/add-workiq/SKILL.md
What it does
Adds Work IQ Copilot MCP by delegating to /add-connector with api-id=shareda365copilotchatmcp and action mode. Use when users need Microsoft 365 knowledge-grounded Work IQ search/chat.
Skill instructions
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns. Add Work IQ Copilot MCP (Wrapper) This skill is a thin wrapper. Use /add-connector as the single implementation path. Delegation contract Invoke /add-connector with: - api-id: shareda365copilotchatmcp - mode: action --- Work IQ Integration: MCP Session Pattern After the connector is added, you'll have access to WorkIQCopilotMCPService. Work IQ uses MCP (Model Context Protocol), a stateful protocol. Use the McpSession wrapper class to manage this properly. Setup: Create McpSession Wrapper ⚠️ CRITICAL: The McpSession implementation is complex. Copy the production-ready code below exactly. It handles session negotiation, auto-retry on errors, proper JSON-RPC ID sequencing, and response parsing. Create src/connectors/mcpClient.ts: typescript import type { IOperationResult } from '@microsoft/managed-apps/data' import { WorkIQCopilotMCPService } from '../../generated/services/WorkIQCopilotMCPService' import type { Query
Explore related resources
Frequently asked questions
What is add-workiq?
add-workiq is a open-source AI agent skill with Copy skill directory. Adds Work IQ Copilot MCP by delegating to /add-connector with api-id=shareda365copilotchatmcp and action mode. Use when users need Microsoft 365 knowledge-grounded Work IQ search/chat.
Who is add-workiq best for?
add-workiq is best for reusing agent instructions, scripts, and references, data analysis workflows, research workflows.
How do I install add-workiq?
Install or run add-workiq using Copy skill directory. Check add-workiq for the latest setup command.
Is add-workiq actively maintained?
add-workiq may need a closer maintenance check before production use.
Auto-fetched from GitHub.