← Back to Skills Marketplace
288
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install workiq
Description
Query Microsoft 365 data (emails, meetings, documents, Teams messages, people) using WorkIQ CLI
Usage Guidance
This skill is coherent with its stated purpose, but review these practical points before installing: 1) The skill runs the WorkIQ CLI locally (or via npx). If you don't already trust the @microsoft/workiq package, prefer to install a vetted version yourself (npm install -g @microsoft/workiq) instead of using npx, which executes remote code on-demand. 2) Authentication is interactive: the agent cannot complete the sign-in for you — you'll need to run workiq ask manually to sign in and accept the EULA. 3) The skill does not request extra credentials, but when you run the CLI it will access Microsoft 365 data that the signed-in account can see—install and run only if you trust the CLI and the environment. 4) Note the small name mismatch between the registry entry and SKILL.md ("WorkIa" vs "workiq"); that's likely a metadata typo but verify you are installing the expected skill.
Capability Analysis
Type: OpenClaw Skill
Name: workiq
Version: 1.0.0
The skill is designed to query Microsoft 365 data using the WorkIQ CLI, a legitimate purpose. It instructs the agent to execute `workiq` or `npx @microsoft/workiq` commands, passing user questions as arguments. While this pattern inherently carries a risk of shell injection if the agent does not properly sanitize user input, the skill itself does not contain any explicit malicious instructions, data exfiltration attempts, persistence mechanisms, or obfuscation. Notably, it includes a guideline advising the agent *not* to pipe or combine WorkIQ output with other shell commands, which is a security-conscious instruction. The dependencies and commands used are standard for interacting with a CLI tool.
Capability Assessment
Purpose & Capability
The skill states it queries Microsoft 365 via the WorkIQ CLI and the instructions require either the 'workiq' binary or 'npx' to run @microsoft/workiq. Those requirements match the described capability. Minor inconsistency: registry name appears as "WorkIa" while SKILL.md and metadata use 'workiq'.
Instruction Scope
SKILL.md only instructs the agent to run the WorkIQ CLI (or npx fallback), accept EULA, and handle common CLI errors. It does not ask the agent to read unrelated files, environment variables, or send data to third‑party endpoints. It correctly notes that interactive sign-in is required and that the user must complete it manually if prompted.
Install Mechanism
There is no install spec in the registry (instruction-only). The doc recommends 'npm install -g @microsoft/workiq' or using 'npx -y @microsoft/workiq' as a fallback. Installing from npm or invoking via npx is expected for this CLI; however, npx runs remote package code on demand, which increases transient execution risk compared with a preinstalled, pinned binary.
Credentials
The skill declares no required environment variables or credentials. This is proportionate: authentication is delegated to the WorkIQ CLI's interactive sign-in flow and to whatever account the user has already authenticated with.
Persistence & Privilege
The skill is not marked 'always' and does not request persistent system configuration. It will invoke local CLI binaries via exec when used. Allowing the agent to invoke the skill autonomously is platform-default; there are no additional elevated privileges requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workiq - After installation, invoke the skill by name or use
/workiq - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No user-visible changes; this release contains no file or documentation updates.
- Version incremented to 1.0.1 for tracking or internal purposes.
v1.0.0
- Initial release of the WorkIQ skill.
- Query Microsoft 365 data—including emails, meetings, documents, Teams messages, and people/org information—using the WorkIQ CLI.
- Supports both global CLI (`workiq`) and fallback to `npx` if needed.
- Includes detailed usage guidelines, example queries, setup, and error handling instructions.
- Only data the signed-in user is authorized to access will be returned; no extra permissions are requested.
Metadata
Frequently Asked Questions
What is WorkIQ?
Query Microsoft 365 data (emails, meetings, documents, Teams messages, people) using WorkIQ CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 288 downloads so far.
How do I install WorkIQ?
Run "/install workiq" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WorkIQ free?
Yes, WorkIQ is completely free (open-source). You can download, install and use it at no cost.
Which platforms does WorkIQ support?
WorkIQ is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WorkIQ?
It is built and maintained by likudo95 (@likudo95); the current version is v1.0.0.
More Skills