WorkIQ for Microsoft 365 for Openclaw

A natural language CLI tool for querying emails, meetings, documents, and Teams messages within the Microsoft 365 ecosystem.

likudo95
v1.0.0
Mar 4, 2026
0
812
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install workiq

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install workiq using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is WorkIQ for Microsoft 365?

WorkIQ is a powerful command-line interface designed to bridge the gap between your local development environment and the Microsoft 365 suite. By leveraging Openclaw Skills, users can perform semantic searches across their entire organizational data footprint, including Outlook, SharePoint, OneDrive, and Microsoft Teams. It transforms natural language questions into precise data retrievals, allowing you to find specific information without manually digging through apps.

This tool operates strictly within the authenticated user's permission set, ensuring that data security and privacy are maintained. Whether you are looking for specific project details in a PowerPoint or summarizing recent channel messages, this integration with Openclaw Skills provides a streamlined, developer-centric way to interact with enterprise data.

WorkIQ for Microsoft 365 Use Cases

  • Summarizing recent email communications regarding specific budget or project topics.
  • Checking upcoming calendar availability and retrieving attendee lists for previous meetings.
  • Locating and summarizing specific technical documents or specifications across SharePoint and OneDrive.
  • Gathering highlights and action items from Microsoft Teams channel conversations.
  • Identifying organizational relationships and project stakeholders through people insights.

How WorkIQ for Microsoft 365 Works

  1. The user provides a natural language query through the Openclaw Skills interface.
  2. The system invokes the WorkIQ CLI using either a global installation or via npx.
  3. WorkIQ authenticates the user against Microsoft Entra ID to ensure authorized access to the requested data.
  4. The natural language engine parses the intent and searches the relevant Microsoft 365 service (Graph API).
  5. The tool returns a structured response containing the requested information or document summaries.

WorkIQ for Microsoft 365 Setup

To begin using this with Openclaw Skills, you must first install the package and accept the End User License Agreement:

npm install -g @microsoft/workiq
workiq accept-eula

If the tool is not installed globally, you can use npx. For first-time authentication, run a manual query in your terminal to complete the interactive sign-in flow:

workiq ask -q "test query"

WorkIQ for Microsoft 365 Data Schema & Taxonomy

WorkIQ organizes information by mapping natural language intents to specific Microsoft 365 data domains:

Domain Content Types
Communication Outlook Emails, Teams Messages, Meeting Notes
Scheduling Calendar Events, Attendee Lists, Invitations
Files Word Documents, Excel Spreadsheets, PowerPoints, PDFs
People Organizational Charts, Manager Details, Contact Info

All results are processed statelessly, meaning each command execution is independent and requires full context for accurate results.

WorkIQ for Microsoft 365 Advanced Features

  • Multi-tenant support allowing queries against specific Entra tenant IDs using the -t flag.
  • Seamless integration with Openclaw Skills for automated data retrieval in agentic workflows.
  • Semantic understanding that interprets relative dates (e.g., "last week") and contextual relationships.
  • Stateless execution model ideal for piping into other developer tools or logging systems.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*