# M365 Spo Download

> Download a SharePoint or OneDrive file to the local workspace.

- Skill: `rcarmo/m365-spo-download` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rcarmo/m365-spo-download`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rcarmo/m365-spo-download/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rcarmo (https://skillmd.com/u/rcarmo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rcarmo/m365-spo-download

---


# M365 SharePoint Download

Use this skill to download files from SharePoint or OneDrive.

## Workflow

1. Validate the source site URL and file path.
2. Use the `m365_spo_download` tool to download to a deterministic local path.
3. Report the output file path and size.

## Guardrails

- State exact source and destination paths before downloading.
- Avoid overwriting sensitive local files accidentally.

