|
11 | 11 | "plugins": [ |
12 | 12 | { |
13 | 13 | "name": "workiq", |
14 | | - "source": "./plugins/workiq", |
15 | | - "description": "WorkIQ plugin for GitHub Copilot.", |
| 14 | + "description": "Query Microsoft 365 data with natural language — emails, meetings, documents, Teams messages, and more.", |
16 | 15 | "version": "1.0.0", |
17 | | - "skills": [ |
18 | | - "./skills/workiq" |
19 | | - ] |
| 16 | + "author": { |
| 17 | + "name": "Microsoft", |
| 18 | + "url": "https://www.microsoft.com" |
| 19 | + }, |
| 20 | + "homepage": "https://github.com/microsoft/work-iq", |
| 21 | + "keywords": [ |
| 22 | + "workiq", |
| 23 | + "microsoft-365", |
| 24 | + "m365", |
| 25 | + "copilot", |
| 26 | + "email", |
| 27 | + "meetings", |
| 28 | + "teams" |
| 29 | + ], |
| 30 | + "license": "MIT", |
| 31 | + "repository": "https://github.com/microsoft/work-iq", |
| 32 | + "source": { |
| 33 | + "source": "github", |
| 34 | + "repo": "microsoft/work-iq", |
| 35 | + "path": "plugins/workiq" |
| 36 | + } |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "microsoft-365-agents-toolkit", |
| 40 | + "description": "Toolkit for building Microsoft 365 Copilot declarative agents — scaffolding, JSON manifest development, and capability configuration.", |
| 41 | + "version": "1.1.0", |
| 42 | + "author": { |
| 43 | + "name": "Microsoft", |
| 44 | + "url": "https://www.microsoft.com" |
| 45 | + }, |
| 46 | + "homepage": "https://github.com/microsoft/work-iq", |
| 47 | + "keywords": [ |
| 48 | + "m365", |
| 49 | + "agents", |
| 50 | + "declarative-agent", |
| 51 | + "copilot", |
| 52 | + "teams", |
| 53 | + "toolkit" |
| 54 | + ], |
| 55 | + "license": "MIT", |
| 56 | + "repository": "https://github.com/microsoft/work-iq", |
| 57 | + "source": { |
| 58 | + "source": "github", |
| 59 | + "repo": "microsoft/work-iq", |
| 60 | + "path": "plugins/microsoft-365-agents-toolkit" |
| 61 | + } |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "workiq-productivity", |
| 65 | + "description": "WorkIQ productivity skills powered by the local WorkIQ CLI — read-only insights across email, meetings, calendar, Teams, SharePoint, projects, and people.", |
| 66 | + "version": "1.0.0", |
| 67 | + "author": { |
| 68 | + "name": "Microsoft", |
| 69 | + "url": "https://www.microsoft.com" |
| 70 | + }, |
| 71 | + "homepage": "https://github.com/microsoft/work-iq", |
| 72 | + "keywords": [ |
| 73 | + "workiq", |
| 74 | + "productivity", |
| 75 | + "email", |
| 76 | + "meetings", |
| 77 | + "teams", |
| 78 | + "sharepoint", |
| 79 | + "planner" |
| 80 | + ], |
| 81 | + "license": "MIT", |
| 82 | + "repository": "https://github.com/microsoft/work-iq", |
| 83 | + "source": { |
| 84 | + "source": "github", |
| 85 | + "repo": "microsoft/work-iq", |
| 86 | + "path": "plugins/workiq-productivity" |
| 87 | + } |
20 | 88 | }, |
21 | 89 | { |
22 | 90 | "name": "spark", |
|
0 commit comments