cloud-storage-web

Upload, download, and delete files in CloudBase storage from browsers.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/lance-donif/xionghaizi --skill cloud-storage-web-lance-donif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-storage-web
Source: https://github.com/lance-donif/xionghaizi/tree/main/.trae/skills/cloud-storage-web
Command: npx skills add https://github.com/lance-donif/xionghaizi --skill cloud-storage-web-lance-donif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cloudbase/js-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of uploading, downloading, and managing files in CloudBase cloud storage directly from web browsers, reducing manual effort and technical barriers.

Core Features & Use Cases

  • File Uploads: Enable users to upload files from their browsers directly to CloudBase storage.
  • Temporary Download URLs: Generate secure, time-limited URLs for previewing or sharing files without exposing permanent links.
  • File Management: Provide capabilities to delete or download files stored in cloud storage, facilitating easier content control.
  • Use Case: An online service allowing users to upload profile images, then generate temporary URLs for sharing or preview before finalizing updates.

Quick Start

Use the web SDK to upload a file from your browser and then create a temporary URL to view it instantly.

Frequently Asked Questions about cloud-storage-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload files to CloudBase cloud storage directly from a web browser?

You can upload files directly from a web browser to CloudBase cloud storage using the CloudBase Web SDK, which handles browser-based file uploads and reduces technical barriers for web applications.

How do I generate temporary URLs for downloading or previewing files from cloud storage?

Generate temporary download URLs using the CloudBase Web SDK to create secure, time-limited links for previewing or sharing files without exposing permanent links to your cloud storage.

Can I manage file deletion and downloads in a web app using the CloudBase JS SDK?

Yes, you can manage file deletion and downloads in a web app using the CloudBase JS SDK to handle user-initiated file interactions and facilitate content control over your stored files.

Does browser-based cloud storage management require setting up a security domain in CloudBase?

Yes, browser-based cloud storage management requires security domain setup in CloudBase to ensure seamless integration with the Web SDK and secure client-side file operations.

What is the best way to handle user-uploaded profile images and generate shareable links in a web application?

The best way to handle user-uploaded profile images is using the CloudBase Web SDK to upload files directly from the browser and generate temporary URLs for instant previewing or sharing.