
from cloudbase-skills15
Guidance and operations for deploying and running CloudBase Run services (Function or Container mode) including agent deployment, long connections, and mode sel
CloudBase Run Development provides prescriptive guidance for initializing, running, deploying, and debugging CloudBase Run services. It helps agents choose between Function mode and Container mode, follow mandatory runtime rules (listen on PORT, keep services stateless), and perform common operations like local run, deploy, and inspecting deploy logs. Concrete use cases include streaming APIs (WebSocket/SSE), long-running backend services, and deploying AI agent services on CloudBase Run.
Use this skill when the task requires a deployed backend service rather than a short-lived cloud function; when you need long connections (WebSocket/SSE), custom runtimes or system libraries, or when deploying agent services that must remain running. Avoid using it for simple event-driven functions or frontend-only projects.
queryCloudRun, manageCloudRun), checklist for deployment, and troubleshooting hints. Covers init/run/deploy/delete flows and recommended resource settings.Best used by coding-capable agents and CLIs that can run runtime commands and edit deployment artifacts (Copilot/Codex-style agents, CLI-based agents that support docker and cloud SDK calls).
This skill has not been reviewed by our automated audit pipeline yet.