onedrive365

Automate OneDrive file operations via the Microsoft Graph API.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill onedrive365
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onedrive365
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/onedrive365
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill onedrive365

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Microsoft OneDrive file management can be tedious when performing repetitive tasks via Graph API; this skill automates those operations.

Core Features & Use Cases

  • Upload, download, list, copy, move, and delete files and folders in OneDrive.
  • Create sharing links and manage file permissions across OneDrive accounts.
  • Integrate with Robomotion CLI for session-based, multi-step workflows.

Quick Start

Install the robomotion onedrive365 package and connect to OneDrive to begin transferring files.

Frequently Asked Questions about onedrive365

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OneDrive file operations via the Graph API?

Automating OneDrive file operations via the Graph API is handled by using this skill to upload, download, list, copy, move, and delete files or folders. It executes multi-step workflows through Robomotion CLI session-based commands.

Do I need OAuth2 credentials to manage OneDrive sharing links and permissions?

Yes, managing OneDrive sharing links and permissions requires OAuth2 credentials configured in the vault. This ensures that your session-based commands have the proper authorization to create links and manage file permissions across accounts.

Can I use the Robomotion CLI to create folders and transfer files in OneDrive?

Yes, you can use the Robomotion CLI to create folders and transfer files in OneDrive. The CLI supports session-based, multi-step workflows to automate these file management tasks across your connected OneDrive accounts.

What is the best way to handle repetitive OneDrive file management tasks?

The best way to handle repetitive OneDrive file management tasks is to automate them via the Microsoft Graph API. This approach eliminates manual effort by automating uploads, downloads, and file organization through session-based commands.

Does automating OneDrive file management require any local software installation?

Yes, automating OneDrive file management requires a local Robomotion CLI installation. This CLI environment is necessary to execute the session-based commands that perform multi-step file operations and interact with the Graph API.