返回顶部
C

Cloud Storage

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

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
1,714
下载量
2
收藏
概述
安装方式
版本历史

Cloud Storage

## 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 | Topic | File | |-------|------| | Provider-specific patterns | `providers.md` | | Authentication setup | `auth.md` | | Cost calculation | `costs.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 1. **Verify operations completed** — API 200 ≠ success; check file exists with correct size/checksum 2. **Calculate ALL costs before large transfers** — egress fees often exceed storage costs; check `costs.md` 3. **Never delete without backup verification** — confirm backup exists AND is restorable before removing source 4. **Handle partial failures** — long operations fail mid-way; implement checkpoints and resume logic 5. **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 | Concept | Translates differently | |---------|----------------------| | Shared folder | Drive "Shared with me" ≠ Dropbox "Team Folders" ≠ OneDrive "SharePoint" | | File ID | Drive uses IDs; Dropbox uses paths; S3 uses keys | | Versioning | S3 explicit enable; Drive automatic; Dropbox 180 days | | Permissions | S3 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)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cloud-storage-1776419979 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cloud-storage-1776419979 技能

通过命令行安装

skillhub install cloud-storage-1776419979

下载 Zip 包

⬇ 下载 Cloud Storage v1.0.1

文件大小: 5.83 KB | 发布时间: 2026-4-17 19:30

v1.0.1 最新 2026-4-17 19:30
Added When to Use section for consistency

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部