Upload File
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.
Run in terminal (recommended)
claude mcp add upload-file npx -- -y @trustedskills/upload-file
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.