返回顶部
w

workiq

Query Microsoft 365 data (emails, meetings, documents, Teams messages, people) using WorkIQ CLI

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
246
下载量
0
收藏
概述
安装方式
版本历史

workiq

## WorkIQ — Microsoft 365 Data Query Use this skill to answer questions about Microsoft 365 data: emails, meetings, calendar, documents, Teams messages, and people/org insights. WorkIQ queries data the authenticated user already has permission to access — no extra permissions are granted. ### When to use Invoke this skill whenever the user asks about: - **Emails** — "What did Sarah say about the budget?", "Find emails about project X" - **Calendar / meetings** — "What's on my calendar tomorrow?", "Who attended the standup last Friday?" - **Documents / files** — "Find my recent PowerPoints", "Summarize the Q4 spec document" - **Teams messages** — "Summarize today's messages in the Engineering channel" - **People / org** — "Who is working on Project Alpha?", "Who is my manager?" - **Meeting notes** — "What issues were raised in yesterday's Contoso meeting?" ### How to query Use the `exec` tool to run WorkIQ. Prefer the global CLI if available, otherwise fall back to npx. **If `workiq` is on PATH:** ```bash workiq ask -q "<natural language question>" ``` **If only `npx` is available (Node.js required):** ```bash npx -y @microsoft/workiq ask -q "<natural language question>" ``` **With a specific Entra tenant ID:** ```bash workiq ask -t <tenant-id> -q "<natural language question>" ``` ### Query guidelines - Write questions in **natural language** — WorkIQ understands context - Be **specific**: include names, dates, project names, or channel names when known - WorkIQ CLI is **stateless per call** — for follow-ups, include full context in each question - WorkIQ only returns data the signed-in user has permission to see - Do **not** pipe or combine WorkIQ output with other shell commands — run it standalone ### Example queries | User intent | Command | |---|---| | Recent emails on a topic | `workiq ask -q "What did John say about the proposal last week?"` | | Tomorrow's calendar | `workiq ask -q "What meetings do I have tomorrow?"` | | Find a document | `workiq ask -q "Find my recent documents about Q4 planning"` | | Teams channel summary | `workiq ask -q "Summarize today's messages in the Engineering channel"` | | People lookup | `workiq ask -q "Who is working on Project Alpha?"` | | Meeting notes | `workiq ask -q "What issues were raised in yesterday's Contoso meeting?"` | | Spec document | `workiq ask -q "Summarize the key requirements in the user portal spec document"` | | Emails from a person | `workiq ask -q "Summarize emails from Sarah about the budget"` | ### First-time setup If WorkIQ has never been used, the EULA must be accepted first. Tell the user to run: ```bash workiq accept-eula ``` If WorkIQ is not installed at all: ```bash npm install -g @microsoft/workiq workiq accept-eula ``` ### Error handling | Error | Action | |---|---| | Auth / sign-in prompt | Tell the user to run `workiq ask` manually in their terminal to complete the interactive sign-in flow | | EULA not accepted | Prompt the user to run `workiq accept-eula` | | No results / empty response | Rephrase the question with more context, a different time range, or more specific names | | Permission denied | User may lack an M365 Copilot license or admin consent for the WorkIQ app in their Entra tenant | | `workiq` not found | Prompt the user to install: `npm install -g @microsoft/workiq` |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 workiq-1776273534 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 workiq-1776273534 技能

通过命令行安装

skillhub install workiq-1776273534

下载 Zip 包

⬇ 下载 workiq v1.0.0

文件大小: 2.12 KB | 发布时间: 2026-4-16 18:01

v1.0.0 最新 2026-4-16 18:01
- 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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部