Agent SkillsAgent Skills
rysweet

work-iq

@rysweet/work-iq
rysweet
56
39 forks
Updated 5/6/2026
View on GitHub

Microsoft Work IQ MCP integration for querying M365 data (emails, meetings, Teams, documents) with natural language. Enables searching your Microsoft 365 workspace directly from Claude Code.

Installation

$npx agent-skills-cli install @rysweet/work-iq
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Path.claude/skills/work-iq/SKILL.md
Branchmain
Scoped Name@rysweet/work-iq

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: work-iq version: 1.0.0 description: Microsoft Work IQ MCP integration for querying M365 data (emails, meetings, Teams, documents) with natural language. Enables searching your Microsoft 365 workspace directly from Claude Code. license: MIT auto_activate:

  • "work-iq"
  • "workiq"
  • "m365"
  • "microsoft 365"
  • "query emails"
  • "check my email"
  • "find meetings"
  • "search teams"
  • "query calendar"
  • "office 365"
  • "o365" mcp_server: workiq invokes:
  • mcp_tools: [workiq]
  • commands: [npx, npm]

Work IQ Skill

Query your Microsoft 365 workspace using natural language. Search emails, meetings, Teams messages, and documents without leaving your development environment.

Quick Start

0. Enable MCP Server (Required First)

The workiq MCP server is disabled by default. Enable it before use:

/mcp-manager

Select the workiq server and enable it, or manually set "disabled": false in .mcp.json.

1. Accept EULA (Required First)

npx @microsoft/workiq accept-eula

2. Configure MCP

Add to your project's .mcp.json:

{
  "mcpServers": {
    "workiq": {
      "command": "npx",
      "args": ["-y", "@microsoft/workiq", "mcp"]
    }
  }
}

3. Authenticate

First query triggers M365 authentication - a browser window opens for sign-in.

4. Start Querying

"What meetings do I have tomorrow?"
"Find emails from Sarah about the budget"
"Show Teams messages about the deployment"

Core Capabilities

Email Intelligence

  • Find emails by sender, recipient, subject, or content
  • Filter by date ranges
  • Search across inbox, sent items, and archives

Example: "What did John say about the proposal?"

Calendar & Meetings

  • View upcoming meetings
  • Search past meetings by title or attendees
  • Check your schedule

Example: "What's on my calendar this week?"

Teams Messages

  • Search conversations across channels
  • Find messages by sender or content
  • Locate shared files

Example: "Summarize today's messages in Engineering channel"

Document Search

  • Query SharePoint and OneDrive content
  • Search by file type, author, or content
  • Find recently modified documents

Example: "Find my recent PowerPoint presentations"

When This Skill Activates

I load automatically when you mention:

  • work iq, workiq, m365, microsoft 365
  • check my email, find meetings, search teams
  • query calendar, office 365, o365

CLI Commands

CommandDescription
workiq accept-eulaAccept End User License Agreement (required first)
workiq askInteractive query mode
workiq ask -q "..."Ask a specific question
workiq mcpStart MCP server (used by Claude Code)
workiq versionShow version info

Prerequisites

  1. Microsoft 365 Account - Active M365 subscription
  2. Node.js - For npx command
  3. Admin Consent - May be required for some M365 tenants

Quick Troubleshooting

ProblemSolution
"EULA not accepted"Run npx @microsoft/workiq accept-eula
"Authentication failed"Re-run query to trigger fresh auth flow
"Admin consent required"Contact your M365 tenant administrator
"WSL browser issues"Install xdg-utils and wslu packages

Documentation

Platform Support

  • Windows (x64, arm64)
  • macOS (x64, arm64)
  • Linux (x64, arm64)
  • WSL (with browser support)

References:

Version: 1.0.0 | Updated: 2026-01-23

More by rysweet

View all
poet-analyst
56

Analyzes events through poetic lens using close reading, metaphor analysis, imagery, rhythm, form analysis, and attention to language's emotional and aesthetic dimensions. Provides insights on emotional truth, symbolic meaning, human experience, aesthetic impact, and expressive depth. Use when: Understanding emotional dimensions, symbolic meaning, communication impact, cultural resonance, human experience. Evaluates: Imagery, metaphor, rhythm, emotional truth, symbolic depth, aesthetic power, resonance, ambiguity.

backlog-curator
56

Expert backlog manager that prioritizes work using multi-criteria scoring, analyzes dependencies, and recommends optimal next tasks. Activates when managing backlogs, prioritizing work, adding items, or analyzing what to work on next.

github-copilot-sdk
56

Comprehensive knowledge of GitHub Copilot SDK for embedding Copilot's agentic workflows in Python, TypeScript, Go, and .NET applications. Auto-activates for Copilot SDK integration, CopilotClient usage, session management, streaming responses, custom tools, and MCP server connections.

journalist-analyst
56

Analyzes events through journalistic lens using 5 Ws and H, investigative methods, source evaluation, fact-checking, newsworthiness criteria, and ethical journalism principles. Provides insights on story angles, information gaps, credibility, public interest, and media framing. Use when: Breaking news, information verification, source analysis, story development, media criticism. Evaluates: Factual accuracy, source credibility, completeness, newsworthiness, bias, public interest.