cloud-storage-web

Automate file upload, temporary URL generation, and deletion with CloudBase Web SDK.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloud-storage-web-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-storage-web
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/cloud-storage-web
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloud-storage-web-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines file uploads, temporary URLs generation, file deletion, and browser downloads in CloudBase, reducing the complexity of web-based storage operations.

Core Features & Use Cases

  • File Upload: Automates file uploads from browsers or web apps.
  • Temporary URLs: Generates temporary URLs for file preview and download without exposing permanent links.
  • File Deletion: Removes files from CloudBase storage with precise control.
  • Use Case: Ideal for applications requiring secure and controlled file management in CloudBase environments, such as web applications with user-generated content or collaborative document sharing platforms.

Quick Start

To upload a file, use the app.uploadFile() method and specify the file path and cloud path. For example, to upload 'resume.pdf' to 'uploads/resumes', call: app.uploadFile({ filePath: 'resume.pdf', cloudPath: 'uploads/resumes/resume.pdf' }).

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 cloud storage using CloudBase Web SDK?

Upload files to CloudBase storage by calling the `app.uploadFile()` method, specifying the local file path and the target cloud path to automate browser-based uploads securely.

How do I generate temporary URLs for secure file preview in web applications?

Generate temporary URLs for file preview and download to allow users to access cloud storage files securely without exposing permanent links to the public.

Do I need to configure security domains before using CloudBase storage operations?

Yes, you must set up a CloudBase environment and configure security domains to ensure strict privacy requirements are met before automating web storage operations.

What is the best way to delete files from CloudBase storage in a web app?

Delete files from CloudBase storage using precise file deletion controls provided by the Web SDK, removing specified files from your cloud environment securely.

Can I use CloudBase storage for applications with user-generated content?

Yes, CloudBase storage is ideal for web applications managing user-generated content or collaborative document sharing platforms requiring secure and controlled file management.