
from cloudbase-mcp1,049
Guidance and rules for developing and deploying CloudBase Run backend services — choose Function or Container mode, configure access, and follow runtime and dep
This skill provides step-by-step guidance and rules for developing, running, and deploying CloudBase Run backend services. It helps agents decide between Function mode and Container mode, follow mandatory runtime constraints (listen on PORT, keep services stateless), and apply deployment checklists for services that require long connections (WebSocket/SSE), custom runtimes, or AI agent hosting. The skill includes operational tool routing for read and write actions (queryCloudRun/manageCloudRun) and concrete examples for init, local run (Function mode), and deploy sequences.
Use this skill when the task involves initializing, inspecting, running, debugging, or deploying a CloudBase Run service — especially for long-lived HTTP services, streaming connections, or Agent deployments that need persistent endpoints or custom system dependencies. Avoid using it for simple short-lived serverless functions or frontend-only tasks.
Best used by coding-capable agents that can call platform tooling (e.g., agents integrated with CloudBase or tooling adapters, Cursor/Copilot-like code assistants that can run deployment scripts and inspect logs).
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
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
CloudBase Data Model Creation
Advanced relational data modeling for CloudBase using Mermaid class diagrams to design complex multi-entity schemas before SQL implementation.