← 返回 Skills 市场
likudo95

WorkIQ

作者 likudo95 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
288
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install workiq
功能描述
Query Microsoft 365 data (emails, meetings, documents, Teams messages, people) using WorkIQ CLI
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install workiq
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /workiq 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug workiq
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

WorkIQ 是什么?

Query Microsoft 365 data (emails, meetings, documents, Teams messages, people) using WorkIQ CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 288 次。

如何安装 WorkIQ?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install workiq」即可一键安装,无需额外配置。

WorkIQ 是免费的吗?

是的,WorkIQ 完全免费(开源免费),可自由下载、安装和使用。

WorkIQ 支持哪些平台?

WorkIQ 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WorkIQ?

由 likudo95(@likudo95)开发并维护,当前版本 v1.0.0。

💬 留言讨论