ms-onedrive-personal-graph
Installation
SKILL.md
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 (
ls) - Create folders (
mkdir) - Upload files (simple upload; best for small/medium files)
- Download files
- Show item metadata (
info)
Safety / non-features
- No delete operations (by design)
- No bulk move/rename (can be added later)