cloud-storage
Manages cloud storage patterns including access control and direct client-to-cloud uploads.
Install
mkdir -p .claude/skills/cloud-storage && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/7134" && unzip -o skill.zip -d .claude/skills/cloud-storage && rm skill.zipInstalls to .claude/skills/cloud-storage
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.Key capabilities
- →Generate signed URLs for private assets
- →Implement multi-tenant path isolation
- →Configure file access visibility
- →Create presigned URLs for direct client uploads
How it works
It uses the Supabase storage client to manage buckets, generate time-limited access tokens, and enforce path-based multi-tenancy.
Inputs & outputs
When to use cloud-storage
- →Generate signed URLs for secure access
- →Implement client-side presigned file uploads
- →Configure file access visibility
About cloud-storage
Provides implementation guidance for cloud storage operations. Covers signed URLs, visibility permissions, and secure multi-tenant path management.
Cloud storage integration with signed URLs, visibility control, multi-tenant path conventions, and presigned uploads for direct client uploads.
When not to use it
- →When files do not require access control or isolation
Prerequisites
Limitations
- →Requires Supabase storage configuration
- →Limited by file size and MIME type constraints
How it compares
It provides a unified service layer for storage operations instead of manual bucket management.
Compared to similar skills
cloud-storage side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| cloud-storage (this skill) | 1 | 6mo | Caution | Intermediate |
| firebase | 20 | 6mo | No flags | Intermediate |
| blockchain-developer | 6 | 4mo | No flags | Advanced |
| file-uploads | 4 | 6mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by dadbodgeoff
View all by dadbodgeoff →You might also like
firebase
davila7
Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn this after you've designed your data model. This skill covers Firebase Authentication, Firestore, Realtime Database, Cloud Functions, Cloud Storage, and Firebase Hosting. Key insight: Firebase is optimized for read-heavy, denormalized data. I
blockchain-developer
sickn33
Build production-ready Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use PROACTIVELY for smart contracts, Web3 apps, DeFi protocols, or blockchain infrastructure.
file-uploads
davila7
Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: file upload, S3, R2, presigned URL, multipart.
graphql
davila7
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.
fullstack-guardian
Jeffallan
Use when implementing features across frontend and backend, building APIs with UI, or creating end-to-end data flows. Invoke for feature implementation, API development, UI building, cross-stack work.
backend-dev
marmelab
Coding practices for backend development in Atomic CRM. Use when deciding whether backend logic is needed, or when creating/modifying database migrations, views, triggers, RLS policies, edge functions, or custom dataProvider methods that call Supabase APIs.