← Back to Skills Marketplace
byungkyu

Microsoft OneDrive

by byungkyu · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ Security Clean
8004
Downloads
10
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install one-drive
Description
OneDrive API integration with managed OAuth via Microsoft Graph. Manage files, folders, and sharing. Use this skill when users want to upload, download, organize, or share files in OneDrive. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.
Usage Guidance
Install only if you are comfortable granting Maton-mediated access to your OneDrive. Review OAuth scopes carefully, prefer read-only access where possible, require confirmation before uploads, deletes, moves, or sharing links, and revoke unused connections when finished.
Capability Assessment
Credentials
Network access, OAuth, local CLI use, and optional SDK/raw HTTP fallback are proportionate to managing OneDrive through Microsoft Graph and are described in the artifact.
Install Mechanism
Installation uses the external Maton CLI via npm or Homebrew; this is disclosed and coherent with the gateway-based integration, but users are trusting that CLI and Maton account infrastructure.
Instruction Scope
The instructions repeatedly require read/list first, explicit user approval for new connections and all writes, target account disambiguation, and treating OneDrive content as untrusted data.
Persistence & Privilege
OAuth/API credentials may persist in the OS credential store and Maton config, but the artifact discloses this and instructs agents not to inspect, print, export, or persist secrets elsewhere.
Purpose & Capability
The stated purpose is OneDrive file, folder, drive, and sharing management; the documented capabilities match that purpose, including CRUD operations and sharing links.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install one-drive
  3. After installation, invoke the skill by name or use /one-drive
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.1
## one-drive v1.1.1 - Removed the skill-card.md file. - No user-facing feature or functionality changes.
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.6
- Removed the file skill-card.md. - No other files were modified in this release.
v1.0.5
- Added CLI usage examples throughout the documentation, including commands for listing, creating, viewing, and deleting items and connections. - Expanded installation section with NPM and Homebrew methods for the Maton CLI. - Provided explicit separation and examples for CLI, Python, and API usage for each main operation. - Improved connection management instructions, including how to specify connections in CLI commands. - Enhanced API reference with corresponding CLI commands for every endpoint example. - Clarified authentication steps and ways to manage API keys for both CLI and manual integration.
v1.0.4
- Updated all endpoint references from gateway.maton.ai and ctrl.maton.ai to api.maton.ai. - Improved connection management instructions and URLs for a simpler user experience. - Added a Security & Permissions section clarifying access scope and the need for explicit user approval for write operations. - Clarified use of the Maton-Connection header when handling multiple connections. - Removed LICENSE.txt file.
v1.0.3
Version 1.0.3 of the OneDrive skill - No file changes were detected in this release. - All features and documentation remain unchanged from the previous version.
v1.0.2
- Added a new `clawdbot` metadata section indicating requirements and emoji in SKILL.md. - Declared `MATON_API_KEY` as a required environment variable for the skill. - No functional or interface changes to the OneDrive API documentation.
v1.0.1
- Version bump to 1.0.1 with no content or code changes. - No modifications detected in source files or documentation.
v1.0.0
Initial release – OneDrive integration via Microsoft Graph API with managed OAuth. - Upload, download, organize, and share OneDrive files and folders through a unified API gateway. - Full support for file, folder, and drive management, including CRUD operations. - Managed OAuth flow and multiple OneDrive connection handling via Maton control panel. - Authentication via a Maton API key, with clear setup instructions. - Example code snippets provided for all major operations, such as listing files, uploading, and downloading. - Supports advanced features like large file uploads, special folders, recent/shared items, and granular connection selection.
Metadata
Slug one-drive
Version 1.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is Microsoft OneDrive?

OneDrive API integration with managed OAuth via Microsoft Graph. Manage files, folders, and sharing. Use this skill when users want to upload, download, organize, or share files in OneDrive. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user. It is an AI Agent Skill for Claude Code / OpenClaw, with 8004 downloads so far.

How do I install Microsoft OneDrive?

Run "/install one-drive" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Microsoft OneDrive free?

Yes, Microsoft OneDrive is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Microsoft OneDrive support?

Microsoft OneDrive is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Microsoft OneDrive?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.2.0.

💬 Comments