plugins/second-brain-workiq/skills/setup-workiq/SKILL.md
Install the WorkIQ CLI for Microsoft 365 integration. This is a one-time setup skill that downloads and configures the workiq binary. Use when the user says: "setup workiq", "install workiq", "configure workiq"
npx skillsauth add aymenfurter/polyclaw setup-workiqInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Install the WorkIQ CLI for accessing Microsoft 365 data (emails, meetings, documents, Teams messages).
WorkIQ runs as a native MCP server (workiq mcp) and is registered as a
built-in MCP server in polyclaw. This setup skill just ensures the binary
is installed and the user has authenticated.
npm install -g @microsoft/workiq
If the install fails with a globalization / ICU error on Linux, run:
apt-get update && apt-get install -y libicu-dev
workiq version
If this prints a version string, the CLI is installed.
workiq accept-eula || echo "accept-eula not needed in this version"
For the authentication, aks the user to ssh into the terminal and run "workiq ask -q 'Hello'" to trigger the Microsoft 365 sign-in flow.". WorkIQ currently does not support device code flow so this manual step is required for now.
tools
Search the web for information using Playwright browser automation. Use when the user asks to find, look up, or research something online.
content-media
Summarize the content of a given URL. Use when the user provides a link and asks for a summary or key points.
development
Create, read, update, and organize personal notes. Use when the user asks to take a note, jot something down, save information for later, or manage their notes.
development
Generate a daily briefing summarizing recent memory and relevant information. Use when the user asks for a morning briefing or daily summary.