Cloud Storage

🌐Community
by dadbodgeoff · vlatest · Repository

Securely store, retrieve, and manage files across various cloud storage platforms like Google Drive and Dropbox.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add cloud-storage npx -- -y @trustedskills/cloud-storage
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "cloud-storage": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/cloud-storage"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manage files stored in cloud storage services. It provides capabilities for uploading, downloading, listing, and deleting files within a specified cloud storage environment. The agent can be instructed to retrieve specific documents or organize files based on user requests.

When to use it

  • Document Retrieval: An agent needs to find a contract document stored in Google Drive to prepare a legal brief.
  • File Organization: An agent is tasked with sorting photos from a recent trip into folders within Dropbox.
  • Backup and Restore: An agent should back up important data from an internal server to Amazon S3 for disaster recovery purposes.
  • Content Distribution: An agent needs to upload marketing materials to a shared OneDrive folder for the team.

Key capabilities

  • Upload files to cloud storage
  • Download files from cloud storage
  • List files and folders within a specified directory
  • Delete files from cloud storage

Example prompts

  • "Upload this report (report.pdf) to my Google Drive."
  • "Find the latest sales figures spreadsheet in Dropbox and download it."
  • "List all images in the 'Vacation 2023' folder on OneDrive."
  • “Delete the file ‘temp_data.csv’ from Amazon S3.”

Tips & gotchas

The agent will require appropriate credentials (API keys, OAuth tokens) to access your cloud storage account. Ensure these are securely provided and managed for proper functionality.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dadbodgeoff
Installs
16

🌐 Community

Passed automated security scans.