work-iq by rysweet/amplihack
npx skills add https://github.com/rysweet/amplihack --skill work-iq使用自然语言查询您的 Microsoft 365 工作空间。无需离开开发环境即可搜索电子邮件、会议、Teams 消息和文档。
workiq MCP 服务器默认处于禁用状态。使用前请先启用它:
/mcp-manager
选择 workiq 服务器并启用它,或者在 .mcp.json 中手动设置 "disabled": false。
npx @microsoft/workiq accept-eula
添加到您项目的 .mcp.json 文件中:
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": ["-y", "@microsoft/workiq", "mcp"]
}
}
}
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
首次查询会触发 M365 身份验证 - 浏览器窗口将打开以供登录。
"What meetings do I have tomorrow?"
"Find emails from Sarah about the budget"
"Show Teams messages about the deployment"
示例: "What did John say about the proposal?"
示例: "What's on my calendar this week?"
示例: "Summarize today's messages in Engineering channel"
示例: "Find my recent PowerPoint presentations"
当您提及以下内容时,我会自动加载:
| 命令 | 描述 |
|---|---|
workiq accept-eula | 接受最终用户许可协议(首次必需) |
workiq ask | 交互式查询模式 |
workiq ask -q "..." | 提出特定问题 |
workiq mcp | 启动 MCP 服务器(供 Claude Code 使用) |
workiq version | 显示版本信息 |
| 问题 | 解决方案 |
|---|---|
| "EULA not accepted" | 运行 npx @microsoft/workiq accept-eula |
| "Authentication failed" | 重新运行查询以触发新的身份验证流程 |
| "Admin consent required" | 联系您的 M365 租户管理员 |
| "WSL browser issues" | 安装 xdg-utils 和 wslu 包 |
参考链接:
版本: 1.0.0 | 更新日期: 2026-01-23
每周安装量
82
代码仓库
GitHub 星标数
43
首次出现
Jan 24, 2026
安全审计
安装于
opencode75
claude-code72
codex71
cursor70
gemini-cli69
github-copilot68
Query your Microsoft 365 workspace using natural language. Search emails, meetings, Teams messages, and documents without leaving your development environment.
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.
npx @microsoft/workiq accept-eula
Add to your project's .mcp.json:
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": ["-y", "@microsoft/workiq", "mcp"]
}
}
}
First query triggers M365 authentication - a browser window opens for sign-in.
"What meetings do I have tomorrow?"
"Find emails from Sarah about the budget"
"Show Teams messages about the deployment"
Example: "What did John say about the proposal?"
Example: "What's on my calendar this week?"
Example: "Summarize today's messages in Engineering channel"
Example: "Find my recent PowerPoint presentations"
I load automatically when you mention:
| Command | Description |
|---|---|
workiq accept-eula | Accept End User License Agreement (required first) |
workiq ask | Interactive query mode |
workiq ask -q "..." | Ask a specific question |
workiq mcp | Start MCP server (used by Claude Code) |
workiq version | Show version info |
| Problem | Solution |
|---|---|
| "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 |
References:
Version: 1.0.0 | Updated: 2026-01-23
Weekly Installs
82
Repository
GitHub Stars
43
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode75
claude-code72
codex71
cursor70
gemini-cli69
github-copilot68
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装