one-drive-automation

Automate OneDrive file management tasks across search, upload, download, sharing, and permissions.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/huivrotiki/antigravity-code-workspace-copy --skill one-drive-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-drive-automation
Source: https://github.com/huivrotiki/antigravity-code-workspace-copy/tree/main/02-Skills/one-drive-automation
Command: npx skills add https://github.com/huivrotiki/antigravity-code-workspace-copy --skill one-drive-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate broad OneDrive operations such as file management, search, uploads, downloads, sharing, permissions, and folder handling across personal and business drives, reducing manual overhead and errors.

Core Features & Use Cases

  • Unified automation: Seamlessly perform search, upload, download, sharing, and folder operations via Rube MCP.
  • Permissions and sharing control: Manage access, generate shareable links, set expiration, and enforce sign-in requirements.
  • Drive discovery and navigation: Resolve IDs from paths, list drives, and paginate through large folders to keep workflows reliable.

Quick Start

Upload a file to OneDrive and share it with a teammate using a single automated workflow.

Frequently Asked Questions about one-drive-automation

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

FAQPage Schema
How do I automate OneDrive file uploads and generate shareable links in a single workflow?

Automating OneDrive file uploads and sharing uses a deterministic sequence of Rube MCP tools like ONE_DRIVE_ONEDRIVE_UPLOAD_FILE followed by ONE_DRIVE_CREATE_LINK to upload items and generate shareable links in one workflow.

Can I manage permissions and invite users to a OneDrive folder automatically?

Yes, you can manage OneDrive permissions automatically by utilizing the ONE_DRIVE_INVITE_USER_TO_DRIVE_ITEM API to invite specific recipients and control folder access without manual intervention.

Does this OneDrive automation approach work with both personal and SharePoint drives?

Yes, this automation supports locating items, managing folders, and controlling access across both personal OneDrive and SharePoint drives by resolving drive IDs and applying permissions APIs.

What is the best way to search for items and navigate large folders in OneDrive?

The best way to search items and navigate large OneDrive folders is using the ONE_DRIVE_SEARCH_ITEMS and ONE_DRIVE_ONEDRIVE_FIND_FOLDER tools to locate specific data and paginate through directory contents reliably.

Do I need to initialize connections before running OneDrive file management tasks?

Yes, you must initialize Rube MCP connections and confirm active status before executing file management tasks like ONE_DRIVE_DOWNLOAD_FILE or ONE_DRIVE_UPDATE_DRIVE_ITEM_METADATA to ensure workflow safety.