# M365 Onedrive Share Local File

> Upload a local file to OneDrive and generate a read-only share link.

- Skill: `rcarmo/m365-onedrive-share-local-file` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rcarmo/m365-onedrive-share-local-file`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rcarmo/m365-onedrive-share-local-file/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-onedrive-share-local-file

---


# M365 OneDrive Share Local File

Use this skill to upload a workspace file to OneDrive and create a shareable link.

## Workflow

1. Validate that the local file exists.
2. Use the `m365_onedrive_share_local_file` tool to upload to the target OneDrive folder.
3. Return the share URL and final file name.

## Guardrails

- Confirm sharing scope expectations with the user, especially when broader than organization-only.
- State exact source path and target folder before uploading.

