| name | msgraph-explore |
| description | Unified Microsoft Graph skill for SharePoint, OneDrive, and OneNote. USE FOR: search SharePoint or OneDrive content, fetch SharePoint files, sync drive folders, discover sites/notebooks/sections, sync OneNote pages to Markdown. DO NOT USE FOR: sending emails, managing calendars, modifying resources, Outlook operations, or any write/mutation operations on Microsoft Graph.
|
Microsoft Graph Explore
UTILITY SKILL — retrieves data from Microsoft Graph (SharePoint, OneDrive, OneNote). Read-only; no write/mutation operations.
Routing Boundaries
Should Route Here
- Search SharePoint / OneDrive content via Graph Search API
- Fetch or sync SharePoint files, drive folders
- Discover sites, notebooks, sections, pages
- Sync OneNote wiki pages to local Markdown
Should Not Route Here
- Sending emails or managing calendars
- Modifying / deleting any Microsoft Graph resources
- Outlook-specific operations
Execution Skeleton
- Ensure prerequisites are configured (see setup).
- Choose the right command by task type (see commands).
- Retrieve data; results are cached locally (see architecture).
Reference Map
- setup — Environment variables and permissions
- commands — All CLI commands with examples
- architecture — Script layout and cache structure