one-drive

Manage Microsoft OneDrive files and folders via Microsoft Graph API.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill one-drive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-drive
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/one-drive
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill one-drive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of files and folders within your Microsoft OneDrive, allowing for seamless uploads, downloads, organization, and sharing directly through an API.

Core Features & Use Cases

  • File & Folder Management: Perform CRUD operations on files and folders.
  • OAuth Integration: Managed OAuth via Microsoft Graph for secure access.
  • Sharing Capabilities: Create sharing links and invite users.
  • Use Case: Automatically upload daily reports to a specific OneDrive folder or share a project folder with team members.

Quick Start

List all files and folders in your OneDrive root directory.

Frequently Asked Questions about one-drive

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

FAQPage Schema
How do I manage OneDrive files through an API integration?

You can manage OneDrive files through an API integration by performing CRUD operations for uploading, downloading, organizing, and sharing files and folders directly via the Microsoft Graph API.

Does OneDrive file management via Microsoft Graph require OAuth authentication?

Yes, OneDrive file management via Microsoft Graph requires managed OAuth authentication to securely access cloud storage, alongside network access and a valid Maton API key.

What is the best way to automate uploading reports to OneDrive cloud storage?

The best way to automate uploading reports to OneDrive cloud storage is using API integration to programmatically upload files to a specific folder and generate sharing links for team access.

Can I create sharing links and invite users to folders using the OneDrive API?

Yes, you can create sharing links and invite users to folders using the OneDrive API, which provides specific capabilities for sharing files and granting access to team members.

Do I need a specific API key to access the OneDrive API gateway?

Yes, you need a valid Maton API key for authentication and network access to utilize the managed OAuth gateway for direct Microsoft Graph API access.