Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计提醒

work-iq工作智商

Agent Skill

work-iq 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,423

周安装

98

GitHub Stars

55

下载量

760
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:work-iq(工作智商)
来源仓库:https://github.com/rysweet/amplihack
仓库路径:skills/work-iq
安装命令:
npx skills add https://github.com/rysweet/amplihack --skill work-iq
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rysweet/amplihack --skill work-iq

简介

work-iq 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它评估与优化工作流程,适用于提升工作效率与决策质量的场景。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,具体路径为 skills/work-iq。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • work-iq 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Work IQ Skill

Query your Microsoft 365 workspace using natural language. Search emails, meetings, Teams messages, and documents without leaving your development environment.

Quick Start

0. Enable MCP Server (Required First)

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.

1. Accept EULA (Required First)

npx @microsoft/workiq accept-eula

2. Configure MCP

Add to your project's .mcp.json:

{
  "mcpServers": {
    "workiq": {
      "command": "npx",
      "args": ["-y", "@microsoft/workiq", "mcp"]
    }
  }
}

3. Authenticate

First query triggers M365 authentication - a browser window opens for sign-in.

4. Start Querying

"What meetings do I have tomorrow?"
"Find emails from Sarah about the budget"
"Show Teams messages about the deployment"

Core Capabilities

Email Intelligence

  • Find emails by sender, recipient, subject, or content
  • Filter by date ranges
  • Search across inbox, sent items, and archives

Example: "What did John say about the proposal?"

Calendar & Meetings

  • View upcoming meetings
  • Search past meetings by title or attendees
  • Check your schedule

Example: "What's on my calendar this week?"

Teams Messages

  • Search conversations across channels
  • Find messages by sender or content
  • Locate shared files

Example: "Summarize today's messages in Engineering channel"

Document Search

  • Query SharePoint and OneDrive content
  • Search by file type, author, or content
  • Find recently modified documents

Example: "Find my recent PowerPoint presentations"

When This Skill Activates

I load automatically when you mention:

  • work iq, workiq, m365, microsoft 365
  • check my email, find meetings, search teams
  • query calendar, office 365, o365

CLI Commands

CommandDescription
workiq accept-eulaAccept End User License Agreement (required first)
workiq askInteractive query mode
workiq ask -q "..."Ask a specific question
workiq mcpStart MCP server (used by Claude Code)
workiq versionShow version info

Prerequisites

  1. Microsoft 365 Account - Active M365 subscription
  2. Node.js - For npx command
  3. Admin Consent - May be required for some M365 tenants

Quick Troubleshooting

ProblemSolution
"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

Documentation

Platform Support

  • Windows (x64, arm64)
  • macOS (x64, arm64)
  • Linux (x64, arm64)
  • WSL (with browser support)

References:

Version: 1.0.0 | Updated: 2026-01-23

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.58%
按下载量换算240

Antigravity

20.34%
按下载量换算155

OpenCode

16.47%
按下载量换算125

Gemini CLI

13.83%
按下载量换算105

windsurf

8.55%
按下载量换算65

Cursor

3.05%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills