From workiq-productivity
Interactively explore SharePoint sites, lists, document libraries, and files from CLI. Search sites, inspect list schemas/items, browse contents and folders.
npx claudepluginhub microsoft/work-iq --plugin workiq-productivityThis skill uses the workspace's default tool permissions.
Navigate your SharePoint environment interactively. Search for sites, browse their lists and document libraries, inspect list schemas and items, preview files, and drill into folder structures โ all from the command line.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Navigate your SharePoint environment interactively. Search for sites, browse their lists and document libraries, inspect list schemas and items, preview files, and drill into folder structures โ all from the command line.
workiq-ask_work_iq (
question: "What is my profile information including display name and email address?"
)
Search by name:
workiq-ask_work_iq (
question: "Search for SharePoint sites matching '<site name or partial name>'. For each site return the site name and URL."
)
Browse top sites (no specific name):
workiq-ask_work_iq (
question: "What SharePoint sites do I have access to? List each site's name and URL."
)
Present discovered sites:
๐ SHAREPOINT SITES
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# Site Name URL
1 HR Hiring Portal contoso.sharepoint.com/sites/HRHiring
2 Marketing Hub contoso.sharepoint.com/sites/Marketing
3 Project Alpha contoso.sharepoint.com/sites/ProjectAlpha
4 Engineering Wiki contoso.sharepoint.com/sites/EngWiki
Which site would you like to explore?
Retrieve all lists and document libraries on the selected site:
workiq-ask_work_iq (
question: "What lists and document libraries are on the '<site name>' SharePoint site? For each list include the name, item count, and last modified date. For each document library include the name and file count."
)
Display:
๐ SITE: {Site Name}
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
๐ LISTS ({count})
# List Name Items Last Modified
1 Job Openings 24 Feb 25, 2026
2 Candidate Feedback 156 Feb 27, 2026
3 Interview Schedule 42 Feb 28, 2026
๐ DOCUMENT LIBRARIES ({count})
# Library Name Files
4 Shared Documents 87
5 Templates 12
6 Meeting Notes 34
๐ ๏ธ ACTIONS
"show list #1" โ view list items
"show columns in #2" โ inspect list schema
"browse #4" โ explore document library
"show subsites" โ list child sites
View column definitions for a list:
workiq-ask_work_iq (
question: "What are the columns in the '<list name>' list on the '<site name>' SharePoint site? For each column include the name, data type, whether it is required, and description."
)
Display:
๐ LIST SCHEMA: {List Name}
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Column Name Type Required Description
Title Text โ
Job title
Department Choice โ HR, Eng, Marketing, Sales
Status Choice โ
Open, Closed, On Hold
Hiring Manager Person โ โ
Target Start Date DateTime โ โ
Salary Range Text โ โ
๐ ๏ธ ACTIONS
"show items" โ view list data
"show items where Status = Open" โ filtered view
Retrieve list items:
workiq-ask_work_iq (
question: "Show me the items in the '<list name>' list on the '<site name>' SharePoint site. Include all columns for each item."
)
Display items in a table format, using column names as headers. Show the first 20 items; note if more exist.
๐ LIST: {List Name} โ {N} items
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# Title Department Status Hiring Manager Target Start
1 Sr. Engineer Eng Open Firstname1 Lastname1 Mar 15
2 Product Designer Design Open Firstname2 Lastname2 Apr 1
3 Data Analyst Analytics Closed Firstname3 Lastname3 โ
...
๐ ๏ธ ACTIONS
"show item #1 details" โ full item view
"filter by Status = Open" โ narrow down
"export to Word" โ save as document
Browse a library's contents:
workiq-ask_work_iq (
question: "Show me the files and folders in the '<library name>' document library on the '<site name>' SharePoint site. For each item include the name, type (file or folder), size, and last modified date."
)
Display:
๐ DOCUMENT LIBRARY: {Library Name}
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
# Name Type Size Modified
๐ Contracts Folder โ Feb 20
๐ Templates Folder โ Feb 15
๐ Q1 Budget.xlsx File 245 KB Feb 27
๐ Team Roster.docx File 82 KB Feb 25
๐ README.md File 4 KB Feb 10
๐ ๏ธ ACTIONS
"open Contracts" โ browse into folder
"read README.md" โ preview file contents
"show details Q1 Budget" โ file metadata
"search for 'invoice'" โ find files by name
workiq-ask_work_iq (
question: "Show me the contents of the '<folder name>' folder in the '<library name>' document library on the '<site name>' SharePoint site. Include file name, type, size, and last modified date."
)
For text file contents:
workiq-ask_work_iq (
question: "Show me the contents of the file '<file name>' in the '<library name>' document library on the '<site name>' SharePoint site."
)
For metadata only:
workiq-ask_work_iq (
question: "What are the metadata details for the file '<file name>' in the '<library name>' document library on the '<site name>' SharePoint site? Include size, type, created date, modified date, and author."
)
workiq-ask_work_iq (
question: "Search for files matching '<file name or keyword>' across my SharePoint sites. Include the file name, site, library, size, and last modified date for each result."
)
workiq-ask_work_iq (
question: "What are the subsites under the '<site name>' SharePoint site? Include each subsite's name and URL."
)
| Parameter | Required | Default | Description |
|---|---|---|---|
| Site | No | Browse all | Site name or URL to explore |
| View | No | Overview | "lists", "libraries", "all" |
| List/Library | No | โ | Specific list or library to drill into |
| MCP Server | Tool | Purpose |
|---|---|---|
| workiq (Local WorkIQ CLI) | ask_work_iq | Site discovery, list/library browsing, schema inspection, item retrieval, file preview, and file search |
"What SharePoint sites do I have access to?"
Claude queries your accessible sites via ask_work_iq, then presents them in a numbered table. You can select any site by number or name to continue exploring.
"Show me the columns and items in the Vendor Tracker list on the Procurement site."
ask_work_iq."Open the Shared Documents library on the Project Alpha site and show me what's in the Contracts folder."
ask_work_iq.ask_work_iq.Symptom: ask_work_iq returns no results for a site name search.
Resolution:
Symptom: ask_work_iq indicates a permission or access error when querying a site, list, library, or file.
Resolution:
Symptom: ask_work_iq returns lists but the expected list is missing, or no libraries are reported.
Resolution:
Symptom: ask_work_iq cannot return the contents of a large file.
Resolution:
Symptom: ask_work_iq returns fewer site results than expected.
Resolution: