{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloud-storage",
    "name": "Cloud Storage",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/cloud-storage",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/cloud-storage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/cloud-storage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloud-storage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "auth.md",
      "costs.md",
      "providers.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cloud-storage"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/cloud-storage",
    "agentPageUrl": "https://openagent3.xyz/skills/cloud-storage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloud-storage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloud-storage/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to Use",
        "body": "User needs to upload, download, sync, or manage files across cloud storage providers. Agent handles multi-provider operations with cost awareness."
      },
      {
        "title": "Quick Reference",
        "body": "TopicFileProvider-specific patternsproviders.mdAuthentication setupauth.mdCost calculationcosts.md"
      },
      {
        "title": "Scope",
        "body": "This skill covers operational cloud storage tasks across providers:\n\nS3, GCS, Azure Blob, Backblaze B2, Cloudflare R2\nGoogle Drive, Dropbox, OneDrive, iCloud\n\nFor storage architecture decisions, see storage skill.\nFor S3-specific deep patterns, see s3 skill."
      },
      {
        "title": "Critical Rules",
        "body": "Verify operations completed — API 200 ≠ success; check file exists with correct size/checksum\nCalculate ALL costs before large transfers — egress fees often exceed storage costs; check costs.md\nNever delete without backup verification — confirm backup exists AND is restorable before removing source\nHandle partial failures — long operations fail mid-way; implement checkpoints and resume logic\nRate limits vary wildly — Google 750GB/day upload, Dropbox batch limits, S3 3500 PUT/s per prefix"
      },
      {
        "title": "Authentication Traps",
        "body": "OAuth tokens expire — refresh before long operations, not during\nService account ≠ user account — different quotas, permissions, audit trails\nWrong region/endpoint — S3 bucket in eu-west-1 won't work with s3.amazonaws.com\nMFA required — some operations need session tokens, plan for interactive auth"
      },
      {
        "title": "Multi-Provider Gotchas",
        "body": "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"
      },
      {
        "title": "Before Any Bulk Operation",
        "body": "Estimated time calculated (size ÷ bandwidth)\n Rate limits checked for both source AND destination\n Cost estimate including egress + API calls\n Checkpoint/resume strategy for failures\n Verification method defined (checksum, count, spot-check)"
      }
    ],
    "body": "When to Use\n\nUser needs to upload, download, sync, or manage files across cloud storage providers. Agent handles multi-provider operations with cost awareness.\n\nQuick Reference\nTopic\tFile\nProvider-specific patterns\tproviders.md\nAuthentication setup\tauth.md\nCost calculation\tcosts.md\nScope\n\nThis skill covers operational cloud storage tasks across providers:\n\nS3, GCS, Azure Blob, Backblaze B2, Cloudflare R2\nGoogle Drive, Dropbox, OneDrive, iCloud\n\nFor storage architecture decisions, see storage skill. For S3-specific deep patterns, see s3 skill.\n\nCritical Rules\nVerify operations completed — API 200 ≠ success; check file exists with correct size/checksum\nCalculate ALL costs before large transfers — egress fees often exceed storage costs; check costs.md\nNever delete without backup verification — confirm backup exists AND is restorable before removing source\nHandle partial failures — long operations fail mid-way; implement checkpoints and resume logic\nRate limits vary wildly — Google 750GB/day upload, Dropbox batch limits, S3 3500 PUT/s per prefix\nAuthentication Traps\nOAuth tokens expire — refresh before long operations, not during\nService account ≠ user account — different quotas, permissions, audit trails\nWrong region/endpoint — S3 bucket in eu-west-1 won't work with s3.amazonaws.com\nMFA required — some operations need session tokens, plan for interactive auth\nMulti-Provider Gotchas\nConcept\tTranslates differently\nShared folder\tDrive \"Shared with me\" ≠ Dropbox \"Team Folders\" ≠ OneDrive \"SharePoint\"\nFile ID\tDrive uses IDs; Dropbox uses paths; S3 uses keys\nVersioning\tS3 explicit enable; Drive automatic; Dropbox 180 days\nPermissions\tS3 ACLs + policies; Drive roles; Dropbox link-based\nBefore Any Bulk Operation\n Estimated time calculated (size ÷ bandwidth)\n Rate limits checked for both source AND destination\n Cost estimate including egress + API calls\n Checkpoint/resume strategy for failures\n Verification method defined (checksum, count, spot-check)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/cloud-storage",
    "publisherUrl": "https://clawhub.ai/ivangdavila/cloud-storage",
    "owner": "ivangdavila",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloud-storage",
    "downloadUrl": "https://openagent3.xyz/downloads/cloud-storage",
    "agentUrl": "https://openagent3.xyz/skills/cloud-storage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloud-storage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloud-storage/agent.md"
  }
}