Supabase Storage Operations Overview This skill provides file storage operations through the Supabase Storage API. Supports bucket management, file uploads/downloads, listing files, generating URLs, and managing access control. Prerequisites Required environment variables: Helper script: This skill uses the shared Supabase API helper. Make sure to source it: Bucket Operations List Buckets Get all storage buckets: Create Bucket Create a new storage bucket: Get Bucket Details Retrieve bucket information: Update Bucket Update bucket settings: Delete Bucket Delete a bucket (must be empty): Empty…