onedrive

Manage OneDrive files and folders via the Microsoft Graph API.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/StefonGlover/onedrive-codex-plugin --skill onedrive-stefonglover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onedrive
Source: https://github.com/StefonGlover/onedrive-codex-plugin/tree/main/skills/onedrive
Command: npx skills add https://github.com/StefonGlover/onedrive-codex-plugin --skill onedrive-stefonglover

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill eliminates the friction of managing files across Microsoft OneDrive by providing a direct, secure interface for CRUD operations, document editing, and content indexing without relying on local sync folders.

Core Features & Use Cases

  • Remote File Management: Perform search, read, write, move, and sharing operations directly on OneDrive via Microsoft Graph.
  • Office Document Intelligence: Perform native edits on Word, Excel, and PowerPoint files with preview-gated safety and semantic diffing.
  • Content Search & Indexing: Build a local content index for rapid phrase and metadata lookup across your entire OneDrive drive.

Quick Start

Use the onedrive skill to search for the file named project-proposal.docx and provide a summary of its contents.

Frequently Asked Questions about onedrive

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

FAQPage Schema
How do I manage OneDrive files remotely without local sync folders?

You can manage OneDrive files remotely by using the Microsoft Graph API to perform CRUD operations, search, and sharing directly on the cloud drive without requiring local sync.

Can I automate editing Word and Excel documents stored in OneDrive?

Yes, you can automate editing Office documents in OneDrive by applying native edits to Word, Excel, and PowerPoint files with semantic diffing and preview-gated safety.

What is the best way to search for specific text across my entire OneDrive?

The best way to search OneDrive content is building a local content index via Microsoft Graph API, which enables rapid phrase and metadata lookup across your entire drive.

Do I need OAuth 2.0 to interact with OneDrive personal and business drives?

Yes, you need OAuth 2.0 authentication with delegated permissions to securely interact with and manage files in both personal and business OneDrive drives.

How does version history tracking work for OneDrive file transformations?

Version history tracking in OneDrive works by logging document transformations and structured text patching through the Microsoft Graph API, allowing you to review and revert changes.

What are the limitations of using Microsoft Graph for OneDrive file management?

Using Microsoft Graph for OneDrive file management requires OAuth 2.0 delegated permissions and relies on API rate limits, meaning local offline access is not supported without prior synchronization.