OneDrive Personal (Consumer) via Microsoft Graph A small, safe-by-default skill to access OneDrive Personal (consumer Microsoft accounts) using the Microsoft Graph API . It uses OAuth 2.0 device-code flow (no browser automation needed on the server) and stores tokens locally. Features - Authenticate via device code - List folders ( ) - Create folders ( ) - Upload files (simple upload; best for small/medium files) - Download files - Show item metadata ( ) Safety / non-features - No delete operations (by design) - No bulk move/rename (can be added later) Setup (first time) 1) Create a Microsoft…