Supabase Storage
Helps with Supabase, storage as part of working with databases and data persistence workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ypyt1-supabase-storage npx -- -y @trustedskills/ypyt1-supabase-storage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ypyt1-supabase-storage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ypyt1-supabase-storage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Supabase Storage, allowing AI agents to upload and retrieve files directly from a Supabase project. It enables secure storage of various file types like images, documents, and videos within the agent's workflow. The skill simplifies file management tasks by abstracting away the complexities of interacting with the Supabase API.
When to use it
- Image Processing: An AI agent needs to upload user-submitted photos for analysis or editing.
- Document Storage: An agent is tasked with archiving contracts, receipts, or other important documents securely.
- Video Backup: An agent automatically backs up video recordings generated during a process.
- File Sharing: An AI assistant needs to share files with users stored in a centralized location.
Key capabilities
- Upload files to Supabase Storage buckets.
- Retrieve files from Supabase Storage buckets.
- Securely manage file access and permissions within the agent's workflow.
- Integration with existing Supabase projects.
Example prompts
- "Upload this image
[image data]to my 'user_images' bucket." - "Download the file named 'report.pdf' from the 'reports' bucket."
- “List all files in the ‘documents’ storage bucket.”
Tips & gotchas
- Requires a valid Supabase project and API keys for authentication.
- File size limits are dictated by your Supabase Storage plan; be mindful of these limitations when uploading large files.
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.