File Uploads
This skill automatically uploads files to specified locations, streamlining workflows and eliminating manual steps for easy data sharing.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add file-uploads npx -- -y @trustedskills/file-uploads
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"file-uploads": {
"command": "npx",
"args": [
"-y",
"@trustedskills/file-uploads"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to upload files. It facilitates the transfer of documents, images, or other data from a user's device or online storage directly into the agent’s environment for processing or analysis. The uploaded files become accessible to the agent for subsequent tasks and interactions.
When to use it
- Document Processing: Uploading contracts, reports, or research papers for summarization, extraction of key information, or translation.
- Image Analysis: Providing images for object recognition, image classification, or generating descriptions.
- Data Input: Supplying structured data in formats like CSV or Excel for analysis and reporting.
- Creative Collaboration: Sharing design files or drafts with the agent to receive feedback or generate variations.
Key capabilities
- File Uploading
- Support for various file types (unspecified)
- Integration with agent environment
- Accessibility of uploaded files within the agent's workflow
Example prompts
- "Please upload this PDF document and summarize its contents."
- "Can you analyze this image I’m uploading?"
- “Upload this CSV file so I can ask you questions about the data.”
Tips & gotchas
The skill's functionality depends on the agent platform supporting file uploads. Be aware of any limitations regarding file size or supported formats, which are not specified in the source.
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.