supabase-storage
✓Supabase Storage for file uploads, downloads, buckets, and signed URLs. Use when uploading files, managing storage buckets, generating signed URLs, or handling images.
Installation
SKILL.md
| Upload file | storage.from('bucket').upload(path, file) | | Download file | storage.from('bucket').download(path) | | Get public URL | storage.from('bucket').getPublicUrl(path) | | Get signed URL | storage.from('bucket').createSignedUrl(path, 3600) | | Delete file | storage.from('bucket').remove([path]) |
| List files | storage.from('bucket').list(folder) | | Move file | storage.from('bucket').move(from, to) | | Copy file | storage.from('bucket').copy(from, to) |
| Free | 50 MB | | Pro+ | 500 GB |
Supabase Storage for file uploads, downloads, buckets, and signed URLs. Use when uploading files, managing storage buckets, generating signed URLs, or handling images. Source: adaptationio/skrillz.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/adaptationio/skrillz --skill supabase-storage- Source
- adaptationio/skrillz
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is supabase-storage?
Supabase Storage for file uploads, downloads, buckets, and signed URLs. Use when uploading files, managing storage buckets, generating signed URLs, or handling images. Source: adaptationio/skrillz.
How do I install supabase-storage?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/adaptationio/skrillz --skill supabase-storage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/adaptationio/skrillz
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01