cloud-storage-web

Upload, download, delete, and generate temporary URLs for CloudBase storage files via the Web SDK.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill cloud-storage-web-xianmingyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-storage-web
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/skills/cloudbase/references/cloud-storage-web
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill cloud-storage-web-xianmingyao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web apps often need to store user files and access them securely from CloudBase cloud storage. This skill enables browser-based file uploads, temporary access URLs, and basic file management using the CloudBase Web SDK.

Core Features & Use Cases

  • Upload files from browser to cloud storage using uploadFile
  • Generate temporary download URLs with getTempFileURL for secure access
  • Delete and download files with deleteFile and downloadFile
  • Support real-world scenarios like user avatar uploads, previews via temp URLs, and cleanup

Quick Start

Initialize the CloudBase Web SDK with your environment ID and begin using the storage methods.

Frequently Asked Questions about cloud-storage-web

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

FAQPage Schema
How do I generate a temporary URL to preview files stored in CloudBase?

Generate a temporary URL using the getTempFileURL method provided by the CloudBase Web SDK. This creates a secure, time-limited link for accessing and previewing cloud storage files without exposing permanent credentials.

Does CloudBase Web SDK require specific CORS or domain configurations for file operations?

Yes, CloudBase Web SDK requires proper CORS and domain security configurations to function correctly. You must configure your environment to allow browser-based requests for upload, download, and file management operations.

What is the best way to delete and download files from CloudBase in a web application?

The best way to delete and download files is using the deleteFile and downloadFile methods from the CloudBase Web SDK. These methods handle removing files and retrieving content directly within your web application workflows.

Why does my CloudBase file upload fail in the browser?

Your CloudBase file upload may fail due to incorrect CORS configurations, missing environment ID initialization, or invalid path rules. Ensure the Web SDK is properly initialized and your domain security settings allow storage access.