
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).
CloudBase Run development skill for deploying backend services on Tencent CloudBase platform. Provides detailed guidance on Function vs Container mode, tool routing, and deployment sequences. Well-structured SKILL.md with clear activation contracts, gotchas, and examples, but no bundled scripts. Only useful for users within the Tencent CloudBase ecosystem — a niche, vendor-specific audience.
Clean skill with no security concerns. Pure documentation — no scripts, no credentials, no network calls, no destructive commands. Well-written activation contract with clear use/don't-use boundaries and common mistakes. Architecture is decent but references external sibling skills via relative paths which may break in standalone mode. Niche usefulness as it's tightly coupled to Tencent CloudBase platform.