m365-onedrive

Installation
SKILL.md

m365-onedrive — Personal OneDrive Management

Prerequisites

which m365 || echo "Chưa cài m365 CLI. Chạy: npm i -g @pnp/cli-microsoft365"
m365 status || echo "Chưa đăng nhập. Chạy: m365 login"

For auth details, see ../m365-shared/references/authentication.md.

Operating Principles

  • OneDrive uses spo file/folder commands with OneDrive URL pattern: https://{tenant}-my.sharepoint.com/personal/{user_encoded}
  • Always resolve OneDrive URL first before any file operation
  • Output: always -o json with --query
  • Default document library folder: Documents

Installs
3
First Seen
Jun 17, 2026
m365-onedrive — hoangvantuan/claude-plugin