cloudrun-development

Deploy backend services on CloudBase Run with mode selection and access management.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/dang0705/planting --skill cloudrun-development-dang0705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudrun-development
Source: https://github.com/dang0705/planting/tree/main/.agents/skills/cloudbase/references/cloudrun-development
Command: npx skills add https://github.com/dang0705/planting --skill cloudrun-development-dang0705

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the complexities of CloudBase Run backend development, providing structured rules and guidance for deploying long-running services, handling custom environments, and developing AI agents.

Core Features & Use Cases

  • Long-running Services: Optimized for services requiring long connections, multi-language support, and custom environments.
  • AI Agent Development: Facilitates the creation and running of AI agent services on CloudBase Run.
  • Mode Selection: Offers explicit guidance on choosing between Function mode and Container mode for different use cases.
  • Access Management: Provides advice on configuring public, VPC-only, or mini-program internal access.

Quick Start

Deploy a CloudBase Run service using Function mode by executing the following command: manageCloudRun(action="deploy", serverName="my-svc", targetPath="/abs/ws/my-svc", serverConfig={"OpenAccessTypes":["PUBLIC"],"Cpu":0.5,"Mem":1,"MinNum":1,"MaxNum":5}).

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

Deploy a long-running backend service on CloudBase Run by executing the manageCloudRun command with parameters specifying the server name, target path, and server configuration like CPU, memory, and access types. Choose Function mode for optimized deployment.

When should I choose Function mode versus Container mode for CloudBase Run?

Choose Function mode versus Container mode for CloudBase Run based on explicit mode selection guidance provided for different use cases. Function mode is suited for optimized deployment, while Container mode handles custom environments and multi-language support requirements.

How do I configure access management for a CloudBase Run service?

Configure access management for a CloudBase Run service by setting the OpenAccessTypes parameter in the server configuration. Advice covers configuring public access, VPC-only access, or mini-program internal access for the deployed service.

Can I run an AI agent service on CloudBase Run?

You can run an AI agent service on CloudBase Run. The Skill facilitates the creation and running of AI agent services, providing structured rules and guidance for developing AI agents within the CloudBase Run backend infrastructure.

Do I need prior knowledge of CloudBase Run to use this Skill?

You need prior knowledge of CloudBase Run to use this Skill. It requires understanding CloudBase Run and its deployment options to effectively handle complexities like custom environments and long-running services.