
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).
CloudRun Development is a Tencent CloudBase skill guiding agents through deploying backend services on CloudRun (Function or Container mode). It has clear activation contracts, mode-selection guidance, and tool-routing documentation but no executable scripts. The skill is specific to the Tencent CloudBase ecosystem and would only benefit users already invested in that platform.
Well-structured instructional skill with clear activation contracts, common mistakes, and best practices. No security concerns — no credentials, no destructive commands, no exfiltration. Security deducted for remote URL references (cnb.cool) that could be supply-chain vectors (-12). Architecture is solid with good frontmatter and separation, but references/ directory is empty and all content is monolithic in SKILL.md. Usefulness is niche — only valuable to Tencent CloudBase users.
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.