m365-sharepoint

Installation
SKILL.md

m365-sharepoint — SharePoint Online 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

  • All commands require --webUrl pointing to the SharePoint site URL
  • Output: always -o json with --query
  • List/library identification: prefer --listTitle for readability, --listId when title is ambiguous
  • File/folder URLs: can be server-relative (/sites/project/Shared Documents/file.pdf) or site-relative (Shared Documents/file.pdf)
  • Destructive operations (remove, delete): always confirm with user first
Installs
3
First Seen
Jun 17, 2026
m365-sharepoint — hoangvantuan/claude-plugin