cloudrun-development

Installation
Summary

Backend service development with long connections, multi-language support, and AI agent capabilities.

  • Supports two modes: Function mode (Node.js, built-in HTTP/WebSocket/SSE, fixed port 3000, local running) and Container mode (any language/runtime via Docker, no local tool support)
  • Requires stateless services that listen on the PORT environment variable and write data externally; resource constraints enforce Mem = 2 × CPU
  • Includes read tools (queryCloudRun) for listing services and templates, and write tools (manageCloudRun) for init, deploy, run, and agent creation workflows
  • Supports AI agent development via Function mode with @cloudbase/aiagent-framework, SSE streaming responses, and internal mini-program direct connections
SKILL.md

Standalone Install Note

If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.

  • CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
  • Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudrun-development/SKILL.md

Keep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as auth-tool or web-development, use the standalone fallback URL shown next to that reference.

CloudBase Run Development

Activation Contract

Use this first when

  • The task is to initialize, run, deploy, inspect, or debug a CloudBase Run service.
  • The request needs a long-lived HTTP service, SSE, WebSocket, custom system dependencies, or container-style deployment.
  • The task is to create or run an Agent service on CloudBase Run.
Related skills

More from tencentcloudbase/skills

Installs
753
GitHub Stars
58
First Seen
Jan 22, 2026