CL

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.zip

Installs 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.
143 charsno explicit “when” trigger
Intermediate

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

You give it
File storage or access request
You get back
Storage path, signed URL, or presigned upload URL

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

Supabase account and credentials

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.

SkillInstallsUpdatedSafetyDifficulty
cloud-storage (this skill)16moCautionIntermediate
firebase206moNo flagsIntermediate
blockchain-developer64moNo flagsAdvanced
file-uploads46moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

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

2050

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.

655

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.

438

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.

624

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.

15

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.

11

Search skills

Search the agent skills registry