cloudrun-development

Deploy and manage CloudBase Run services with resource and access settings.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/lance-donif/xionghaizi --skill cloudrun-development-lance-donif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudrun-development
Source: https://github.com/lance-donif/xionghaizi/tree/main/.trae/skills/cloudrun-development
Command: npx skills add https://github.com/lance-donif/xionghaizi --skill cloudrun-development-lance-donif

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

It simplifies the deployment and management of long-running backend services using CloudBase Run, enabling scalable, low-latency, custom runtime environments for complex applications.

Core Features & Use Cases

  • Service Initialization and Deployment: Create, deploy, and configure CloudBase Run services with specified resource and access settings.
  • Environment Management: Support for both function-based and container-based modes, with emphasis on statelessness and scalability.
  • Use Case: Deploy a WebSocket server for real-time communication that handles persistent connections or run a custom language environment in a Docker container.

Quick Start

Set up a CloudBase Run service to handle WebSocket connections and ensure it listens on PORT as instructed for responsive, scalable backend service.

Frequently Asked Questions about cloudrun-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a WebSocket server on CloudBase Run for persistent connections?

To deploy a WebSocket server on CloudBase Run, initialize a service configured for persistent connections and ensure it listens on the specified PORT for responsive, scalable backend communication.

Can I deploy a custom runtime environment in a Docker container on CloudBase Run?

Yes, CloudBase Run supports container-based modes that allow you to deploy and manage custom language environments within a Docker container for scalable, low-latency backend services.

Does CloudBase Run support both function and container modes for backend services?

CloudBase Run supports both function-based and container-based environments, allowing detailed control over resource allocation, network exposure, and scalability for your backend services.

How do I configure resource allocation and network exposure for a CloudBase Run service?

You configure resource allocation and network exposure during service initialization and deployment on CloudBase Run, ensuring proper access configurations and stateless design for custom runtime environments.

Why does my CloudBase Run deployment require a stateless design for backend services?

CloudBase Run requires a stateless design to ensure your backend services can scale properly and maintain low-latency persistent connections across distributed custom runtime environments.