
from cloudbase-mcp1,032
Browser-focused guide to using CloudBase Web SDK (@cloudbase/js-sdk) for uploading, downloading, generating temporary URLs, and managing storage objects securel
This skill equips an agent with detailed, actionable knowledge for handling client-side cloud storage via the CloudBase Web SDK (@cloudbase/js-sdk). It covers initializing the SDK in browser apps, uploading files, generating temporary preview/download URLs, deleting and downloading objects, and common error-handling and CORS/security-domain considerations.
Trigger this skill when a user or codebase needs browser-based file operations: uploadFile, getTempFileURL, downloadFile, or deleteFile from frontend code. Also use it when debugging CORS/security-domain issues that block uploads in local dev or deployed single-page apps. Avoid using this skill for backend storage administration or Mini Program-specific APIs.
Well-suited for code-assistant agents that can author or review frontend JavaScript (Copilot, Codex, Cursor, Claude Code, Gemini CLI). The guidance is implementation-level and useful when the agent can edit or suggest frontend code snippets.
CloudBase Cloud Storage Web SDK guide — covers browser-side file upload, download, temporary URLs, and deletion via @cloudbase/js-sdk. Well-structured with clear activation contract, detailed gotchas (PG mode bucket prerequisites, RLS policies, CORS), and solid code examples. No bundled scripts; purely a reference skill. Some repetition in the bucket-existence prerequisite section.
Clean skill — no security concerns. Pure documentation/guide skill with no executable scripts. Well-targeted at CloudBase Web SDK developers but niche audience. Architecture follows the skill spec well with frontmatter, activation contract, and cross-references.
CloudRun Development
Guidance and rules for developing and deploying CloudBase Run backend services — choose Function or Container mode, configure access, and follow runtime and dep
CloudBase Run Development
Guidance and operational rules for developing, running, and deploying backend services on CloudBase Run (Function or Container modes), including Agent deploymen
AI Model — Node.js (CloudBase)
Guidance for calling AI models from Node.js backends using @cloudbase/node-sdk: preflight checks, model/group handling, generateText/streamText/generateImage pa