← All skills
Tencent SkillHub · Communication & Collaboration

Cloud Storage

Manage files across cloud providers with authentication, cost awareness, and multi-provider operations.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage files across cloud providers with authentication, cost awareness, and multi-provider operations.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, auth.md, costs.md, providers.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

When to Use

User needs to upload, download, sync, or manage files across cloud storage providers. Agent handles multi-provider operations with cost awareness.

Quick Reference

TopicFileProvider-specific patternsproviders.mdAuthentication setupauth.mdCost calculationcosts.md

Scope

This skill covers operational cloud storage tasks across providers: S3, GCS, Azure Blob, Backblaze B2, Cloudflare R2 Google Drive, Dropbox, OneDrive, iCloud For storage architecture decisions, see storage skill. For S3-specific deep patterns, see s3 skill.

Critical Rules

Verify operations completed — API 200 ≠ success; check file exists with correct size/checksum Calculate ALL costs before large transfers — egress fees often exceed storage costs; check costs.md Never delete without backup verification — confirm backup exists AND is restorable before removing source Handle partial failures — long operations fail mid-way; implement checkpoints and resume logic Rate limits vary wildly — Google 750GB/day upload, Dropbox batch limits, S3 3500 PUT/s per prefix

Authentication Traps

OAuth tokens expire — refresh before long operations, not during Service account ≠ user account — different quotas, permissions, audit trails Wrong region/endpoint — S3 bucket in eu-west-1 won't work with s3.amazonaws.com MFA required — some operations need session tokens, plan for interactive auth

Multi-Provider Gotchas

ConceptTranslates differentlyShared folderDrive "Shared with me" ≠ Dropbox "Team Folders" ≠ OneDrive "SharePoint"File IDDrive uses IDs; Dropbox uses paths; S3 uses keysVersioningS3 explicit enable; Drive automatic; Dropbox 180 daysPermissionsS3 ACLs + policies; Drive roles; Dropbox link-based

Before Any Bulk Operation

Estimated time calculated (size ÷ bandwidth) Rate limits checked for both source AND destination Cost estimate including egress + API calls Checkpoint/resume strategy for failures Verification method defined (checksum, count, spot-check)

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs
  • SKILL.md Primary doc
  • auth.md Docs
  • costs.md Docs
  • providers.md Docs