Skip to main content
Back to registry

cloud-storage-web

tencentcloudbase/skills

Use this skill when building web applications that need to upload, download, or manage files using CloudBase cloud storage via the @cloudbase/js-sdk (Web SDK).

Installs470
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill cloud-storage-web
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykPASS
About this skill
Use this skill when building web applications that need to upload, download, or manage files using CloudBase cloud storage via the @cloudbase/js-sdk (Web SDK). Use this skill for file storage operations in web applications when you need to: Do NOT use for: Initialize CloudBase SDK Choose the right storage method Handle CORS requirements Follow file path rules Initialization rules: ⚠️ IMPORTANT: To prevent CORS errors, add your domain to CloudBase console: All storage operations should include proper error handling: - Upload files from web browsers to CloudBase cloud storage - Generate temporary download URLs for stored files - Delete files from cloud storage - Download files from cloud storage to local browser - Mini-program file operations (use mini-program specific skills) - Backend file operations (use Node SDK skills) - Database operations (use database skills) - Initialize CloudBase SDK - Ask the user for their CloudBase environment ID - Always use the standard initialization pattern shown below - Choose the right storage method - uploadFile - For uploading files from browser to cloud storage - getTempFileURL - For generating temporary download links - deleteFile - For deleting files from storage - downloadFile - For downloading files to browser - Handle CORS requirements - Remind users to add their domain to CloudBase console security domains - This prevents CORS errors...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloud-storage-web do?

Use this skill when building web applications that need to upload, download, or manage files using CloudBase cloud storage via the @cloudbase/js-sdk (Web SDK).

Is cloud-storage-web good?

cloud-storage-web does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloud-storage-web work with?

cloud-storage-web currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to cloud-storage-web?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloud-storage-web?

npx skills add https://github.com/tencentcloudbase/skills --skill cloud-storage-web

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering