Upload File

🌐Community
by snaplogic · vlatest · Repository

This skill securely uploads files to cloud storage services like Dropbox or Google Drive, streamlining data integration workflows.

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 upload-file npx -- -y @trustedskills/upload-file
2

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

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

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

About This Skill

What it does

The upload-file skill allows AI agents to upload files to a specified destination. It facilitates transferring data from local storage or other sources into systems that require file uploads, such as cloud storage services or web applications. This is particularly useful for automating tasks involving document processing and data transfer.

When to use it

  • Automating the submission of reports: Uploading generated reports directly to a company's reporting server.
  • Transferring images/videos: Moving media files from a local directory to a cloud storage bucket for further processing or distribution.
  • Uploading configuration files: Automatically deploying updated configuration files to servers.
  • Submitting documents: Uploading application forms or other required documentation through a web interface.

Key capabilities

  • File upload functionality
  • Integration with various file sources
  • Support for different file types (implied)
  • Destination specification

Example prompts

  • "Upload the 'report_2024.pdf' file to my Google Drive."
  • "Transfer all images from the '/images' directory to AWS S3 bucket named 'my-bucket'."
  • “Please upload this configuration file to the server at 192.168.1.100.”

Tips & gotchas

The skill requires appropriate credentials and permissions for accessing both the source file location and the destination where the file will be uploaded. Ensure these are configured correctly before use to avoid errors.

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
snaplogic
Installs
16

🌐 Community

Passed automated security scans.