onedrive
Installation
SKILL.md
OneDrive
Overview
This skill helps AI agents manage files in OneDrive (personal and business) via Microsoft Graph API. It covers file upload/download, folder management, sharing links, permission control, search, thumbnails, large file uploads with resumable sessions, delta queries for efficient sync, and webhook notifications.
Instructions
Authentication
// Permissions needed:
// Files.ReadWrite — user's OneDrive
// Files.ReadWrite.All — all drives (admin, SharePoint included)
// Same Azure AD auth as other Microsoft 365 skills
// graphClient setup identical to Teams/SharePoint/Outlook