onedrive-connect

Manage Microsoft OneDrive files and folders via the Graph API with OAuth2.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/lucapaone76/onedrive-connect --skill onedrive-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onedrive-connect
Source: https://github.com/lucapaone76/onedrive-connect/tree/main
Command: npx skills add https://github.com/lucapaone76/onedrive-connect --skill onedrive-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the management of files and folders within your personal Microsoft OneDrive, eliminating the need for manual file operations and streamlining cloud storage tasks.

Core Features & Use Cases

  • File Operations: List, search, upload, download, create, and delete files and folders.
  • LLM Integration: Seamlessly integrates with LLM systems like Claude for natural language control of your OneDrive.
  • Use Case: Ask an LLM to "list all PDF files in my 'Documents' folder" or "upload this report to my OneDrive".

Quick Start

Use the onedrive-connect skill to list all files in your OneDrive root directory.

Frequently Asked Questions about onedrive-connect

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

FAQPage Schema
How do I automate file management for OneDrive using an LLM?

You can automate OneDrive file management by integrating an LLM like Claude with the Microsoft Graph API. This allows you to use natural language prompts to list, search, upload, and delete files without manual operations.

Can I search for specific files in my OneDrive cloud storage using natural language?

Yes, you can search for specific files in OneDrive using natural language. By connecting your LLM to the Microsoft Graph API, you can ask it to find items, such as requesting all PDF files within a specific folder.

Do I need OAuth2 tokens to connect to the Microsoft Graph API for OneDrive?

Yes, secure authentication via OAuth2 tokens is required to connect to the Microsoft Graph API for OneDrive. This ensures safe programmatic access for executing file and folder CRUD operations.

What is the best way to perform CRUD operations on Microsoft OneDrive files programmatically?

The best way to perform CRUD operations on OneDrive files programmatically is through the Microsoft Graph API. This method supports creating, reading, updating, and deleting files while enabling automated cloud storage management.

Does LLM integration support uploading and downloading files to OneDrive?

LLM integration supports uploading and downloading files to OneDrive via the Microsoft Graph API. You can ask the LLM to upload reports or download documents directly from your personal cloud storage.