cloudrun-development

Develop and manage CloudBase Run services in Function or Container mode.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudrun-development-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudrun-development
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/cloudrun-development
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudrun-development-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the development and management of CloudBase Run services, providing a streamlined approach to deploying backend services with long connections, multi-language support, and custom environments.

Core Features & Use Cases

  • Backend Service Deployment: Deploy and manage backend services with long-lived connections, such as HTTP services, SSE, WebSocket, and persistent service processes.
  • Custom Environments: Support for custom runtime environments and system libraries.
  • AI Agent Development: Ideal for creating or running Agent services on CloudBase Run.
  • Mode Selection: Choose between Function mode and Container mode for different deployment needs.

Quick Start

Deploy a new CloudBase Run service with Function mode by using the command: 'manageCloudRun(action="init", serverName="my-svc", targetPath="/abs/ws/my-svc")'.

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 backend service with long connections on CloudBase Run?

CloudBase Run deploys backend services with long connections by initializing long-lived HTTP, SSE, or WebSocket processes. You can choose Function mode or Container mode depending on your specific deployment requirements.

Can I deploy an AI agent on CloudBase Run?

Yes, you can deploy an AI agent on CloudBase Run. The Skill is specifically designed to support AI agent development and deployment, allowing you to run custom Agent services within managed container or function environments.

What is the difference between Function mode and Container mode?

Function mode and Container mode differ in their deployment approach for CloudBase Run services. Function mode provides a streamlined deployment path, while Container mode supports custom runtime environments and system libraries for more complex service requirements.

How do I set up custom runtime environments for my CloudBase Run services?

You can set up custom runtime environments for CloudBase Run services by selecting Container mode. This mode allows you to define custom runtime environments and include specific system libraries required by your backend service.

Does CloudBase Run support stateless services with externalized data?

Yes, CloudBase Run supports stateless services with an emphasis on durable data externalization. The Skill ensures proper resource management by externalizing persistent data outside the service instances themselves.

What's the best way to initialize a new CloudBase Run service?

The best way to initialize a new CloudBase Run service is using the management command with the action 'init', specifying your server name and target path. This quickly sets up the service in your chosen deployment mode.