
from cloudbase-mcp1,029
Guidance and operational rules for developing, running, and deploying backend services on CloudBase Run (Function or Container modes), including Agent deploymen
Provides concrete guidance and operational rules for creating, running, debugging, and deploying backend services on CloudBase Run. Covers mode selection (Function vs Container), runtime constraints (listen on PORT, statelessness), deployment sequences, common pitfalls, and specific tooling commands for query/manage operations. Useful for streaming, WebSocket/SSE services, AI agent deployments, and custom runtime container apps.
Use this skill when you need a long-lived HTTP service, WebSocket/SSE, custom system libraries, or when deciding between CloudBase Function mode and Container mode. Also employ it when initializing, running, or deploying Agent services that require persistent endpoints or custom environments. Avoid for simple short-lived serverless functions or frontend-only projects.
Best used by coding-capable agents and automation CLIs (Copilot/Code assistants, Claude Code, Cursor-style agents) that can follow procedural deploy steps and run the provided deployment tools.
This skill has not been reviewed by our automated audit pipeline yet.
CloudBase Cloud Storage (Web SDK)
Browser-focused guide to using CloudBase Web SDK (@cloudbase/js-sdk) for uploading, downloading, generating temporary URLs, and managing storage objects securel
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