A specialized tool for AI agents to automatically move and rename local files to Microsoft OneDrive for seamless sharing on mobile chat platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install onedrive-integration
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install onedrive-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OneDrive Integration is a robust utility designed for users of Openclaw Skills who need to share large documents, long logs, or complex files through chat interfaces like Telegram and WhatsApp. Since these platforms often struggle with large text pastes, this skill automates the process of copying files to a local OneDrive synchronization folder, ensuring they are available in the cloud for immediate sharing.
This skill is particularly valuable for maintaining a bridge between a headless development environment and a user's mobile device. By leveraging the automated renaming and organization features of Openclaw Skills, developers can ensure that their agents can provide full documentation and assets without manual intervention or file size constraints.
copy_to_onedrive.py script copies the files while preserving original timestamps and creating necessary directories.To integrate this capability into your Openclaw Skills environment, ensure you have Python 3 installed. You must configure your environment variables in a config.env file within the skill folder:
# Example configuration
ONEDRIVE_ROOT="/mnt/c/Users/Username/OneDrive"
ONEDRIVE_SUBDIR="openclaw"
For a guided setup, run the interactive onboarding script provided in the Openclaw Skills directory:
~/.openclaw/skills/onedrive-integration/scripts/onboard.sh
To make the command available globally, you can create a symlink:
mkdir -p ~/.local/bin
ln -sf ~/.openclaw/skills/onedrive-integration/scripts/copy_to_onedrive.py ~/.local/bin/copy-to-onedrive
The skill utilizes a flat hierarchy within the OneDrive directory to simplify access while maintaining source context through filename transformation as part of the Openclaw Skills standard.
| Component | Detail |
|---|---|
| Root Directory | Defined by ONEDRIVE_ROOT in config |
| Target Subfolder | Defaults to openclaw unless overridden |
| Filename Transformation | Leading slashes removed, path separators replaced with hyphens, lowercased |
| Configuration Storage | Machine-specific config.env file |
Loading
Integrate real-time web search capabilities into your AI agents using the Tavily API for highly relevant, structured data retrieval.

A powerful web scraping and crawling tool that utilizes the Firecrawl API to transform websites into clean, structured data optimized for AI applications.

A professional-grade AI media engine for Openclaw Skills that transforms natural language into high-fidelity images, videos, and audio.

OpenProse is an AI-native programming language that turns LLMs into virtual machines capable of orchestrating complex multi-agent workflows.

A durable queue-task helper designed for resumable and idempotent batch processing in task-father environments.

Automate secure web logins using 1Password credentials while keeping secrets private from the AI agent.








































