# Send Cloud to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cloud",
    "name": "Cloud",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/cloud",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/cloud",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cloud",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloud",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "backup.md",
      "cleanup.md",
      "services.md",
      "sharing.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cloud",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:03:19.586Z",
      "expiresAt": "2026-05-06T12:03:19.586Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloud",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloud",
        "contentDisposition": "attachment; filename=\"cloud-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cloud"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cloud"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloud",
    "downloadUrl": "https://openagent3.xyz/downloads/cloud",
    "agentUrl": "https://openagent3.xyz/skills/cloud/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloud/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloud/agent.md"
  }
}
```
## Documentation

### Triggers

Activate on: iCloud full, cloud storage, backup photos, sync between devices, share folder, Google Drive help, Dropbox issues, "where are my files", storage plan comparison.

### Scope

This skill covers consumer cloud storage — the services regular people use for photos, documents, and backups.

Not this skill: AWS, Azure, S3 buckets, VPS, Docker, APIs → use infrastructure, s3, or server.

### Quick Service Picker

Your devicesBest fitWhyiPhone + MaciCloudNative integration, seamlessAndroid + ChromeGoogle DriveIncluded with Gmail, auto photo backupWindows PCOneDriveBuilt into Windows, Office integrationMixed devicesDropboxWorks equally well everywhere

For detailed pricing and features, see services.md.

### Common Confusions

What you thinkWhat's actually happening"I deleted it from my phone and now it's gone from my laptop"Sync works as designed — one file, everywhere"iCloud storage full but my phone has space"Phone storage ≠ iCloud storage"My photos are duplicated everywhere"Multiple services backing up the same camera roll"I pay for 3 cloud services"Pick one primary, cancel the rest

### Storage Full — What to Do

Check what's using space — Photos usually dominate
Empty trash — Deleted files count until trash is emptied
Disable duplicate backups — Pick one photo backup service
Offload old files — Move archives to external drive

For service-specific cleanup steps, see cleanup.md.

### Backup Strategy

3-2-1 rule: 3 copies, 2 different media, 1 offsite
Cloud counts as offsite — but also keep a local backup
Check backup status monthly — don't assume it's working

What to back up and what NOT to store in cloud: see backup.md.

### Sharing Files

NeedMethodQuick share with anyoneLink (set expiration)Ongoing family accessShared folderSensitive documentsDon't use cloud, or encrypt first

Step-by-step per service: see sharing.md.

### Security Basics

Enable 2FA on all cloud accounts
Review shared links quarterly — revoke old ones
Don't store unencrypted: passwords, IDs, financial documents
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:03:19.586Z
- Expires at: 2026-05-06T12:03:19.586Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cloud)
- [Send to Agent page](https://openagent3.xyz/skills/cloud/agent)
- [JSON manifest](https://openagent3.xyz/skills/cloud/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cloud/agent.md)
- [Download page](https://openagent3.xyz/downloads/cloud)