Agent skill · Data & Analytics

workiq-copilot

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill workiq-copilot --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/workiq-copilot/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WorkIQ Copilot Skill ## Overview WorkIQ (Public Preview) lets Copilot query Microsoft 365 data with natural language. It supports schedules, documents, Teams messages, email threads, follow-up tracking, stakeholder summaries, and more. Use this skill whenever a task needs live organizational intelligence beyond the local repository. ## Supported Data & Sample Prompts - **Emails** – “Summarize emails from Sarah about the budget.” - **Meetings** – “What are my upcoming meetings this week?” - **Documents** – “Find recent documents about Q4 planning.” - **Teams** – “Summarize messages in the Engineering channel today.” - **People/Projects** – “Who is working on Project Alpha?” ## Getting Access 1. **Copilot CLI plugin (preferred)** - `copilot` - `/plugin marketplace add github/copilot-plugins` - `/plugin install workiq@copilot-plugins` - Restart Copilot CLI. 2. **Standalone CLI / MCP server** - `npm install -g @microsoft/workiq` (or `npx -y @microsoft/workiq mcp`). - Run `workiq mcp` to expose MCP tools if needed. 3. **Tenant consent** - First use prompts for Microsoft 365 admin consent (EULA + permissions). Non-admins must contact tenant admin to approve per the Tenant Administrator

What's inside
Steps it walks through
  1. Overview
  2. Supported Data & Sample Prompts
  3. Getting Access
  4. Pre-flight Checklist
  5. Core Workflow
  6. Command Reference
  7. Prompt Patterns
  8. Response Guidelines
  9. Best Practices
  10. Troubleshooting
  11. Follow-up Actions to Offer
More from awesome-copilot
All skills →
About this skill
What does the workiq-copilot skill do?

Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.

How do I install it?

Run `npx skills add github/awesome-copilot --skill workiq-copilot --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going