Cloud Storage for Openclaw

A comprehensive framework for managing file operations across multiple cloud providers with cost awareness and reliability.

ivangdavila
v1.0.1
Feb 18, 2026
2
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install cloud-storage

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install cloud-storage using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Cloud Storage?

The Cloud Storage skill is designed to bridge the gap between various storage providers, offering a unified approach to managing assets in AWS S3, Google Cloud Storage, Azure, and consumer-grade services like Dropbox or OneDrive. By leveraging Openclaw Skills, developers can automate complex file lifecycles while avoiding common pitfalls such as hidden egress fees, rate limiting, and authentication expiration. This skill ensures that every operation is not just executed, but verified via checksums and size comparisons for total data integrity.

Cloud Storage Use Cases

  • Synchronizing datasets between different cloud ecosystems like Azure Blob and AWS S3.
  • Automating backups from local environments to Google Drive or iCloud.
  • Performing large-scale migrations while calculating and monitoring egress costs.
  • Implementing reliable file management workflows that require checkpoint-and-resume logic.

How Cloud Storage Works

  1. Initialize the session by selecting a provider and validating credentials via the auth.md configuration.
  2. Conduct a pre-operation assessment to estimate transfer time and costs associated with API calls and egress.
  3. Execute the file transfer or management task using provider-specific logic for IDs, paths, or keys.
  4. Monitor rate limits and implement checkpoints to handle potential network or API failures.
  5. Verify the success of the operation using checksums and verify backup status before any destructive actions.

Cloud Storage Setup

Integrating this into your Openclaw Skills workflow requires setting up provider credentials. Refer to the specific documentation for each provider.

# Configure environment for cloud access
export CLOUD_STORAGE_PROVIDER="s3"
# Ensure your local environment has the necessary auth tokens
# For Google Drive/GCP, use service account JSONs or gcloud CLI

Cloud Storage Data Schema & Taxonomy

The skill manages metadata and operational parameters through a structured set of reference files. This allows Openclaw Skills to maintain state and cost awareness.

Feature Description File Reference
Provider Patterns Translates concepts like Shared Folders vs Team Folders providers.md
Authentication Manages OAuth tokens and Service Account regions auth.md
Cost Calculation Tracks egress fees and API call pricing costs.md
Verification Tracks checksums and file sizes for success validation N/A

Cloud Storage Advanced Features

  • Intelligent cost estimation to prevent unexpected egress charges during bulk moves.
  • Multi-provider translation logic for handling disparate file identification systems (IDs vs Keys).
  • Automated retry mechanisms with checkpoints for long-running storage operations.
  • Seamless integration with the storage and s3 specialized Openclaw Skills for deep architectural control.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*