cloud-functions

Manage CloudBase function lifecycle and configuration for Event and HTTP functions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you effectively manage and operate CloudBase cloud functions, streamlining the development and deployment process for serverless Event Functions and HTTP Functions.

Core Features & Use Cases

  • Event Functions: Create, update, deploy, inspect, and debug Event Functions.
  • HTTP Functions: Develop HTTP Functions with custom system libraries or an arbitrary runtime.
  • Custom Image Deployment: Deploy HTTP Functions from container images for custom runtime needs.
  • Use Case: For a developer looking to build and manage a robust set of CloudBase functions for a mobile app backend.

Quick Start

Deploy a new HTTP Function with the following command: manageFunctions(action="createFunction", func={name: "myHttpFunction", type: "HTTP", runtime: "Nodejs18.15"}, functionRootPath="/path/to/cloudfunctions").

Frequently Asked Questions about cloud-functions

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

FAQPage Schema
How do I manage CloudBase serverless functions for a mobile app backend?

To manage CloudBase serverless functions, you can create, update, deploy, and debug both Event Functions and HTTP Functions within a serverless environment to support your mobile app backend.

How do I deploy an HTTP Function with a custom runtime?

You can deploy an HTTP Function with a custom runtime by using container images for custom system libraries, or by specifying a runtime like Nodejs18.15 during the function creation process.

What is the difference between Event Functions and HTTP Functions in CloudBase?

Event Functions respond to specific triggers, while HTTP Functions allow you to develop with custom system libraries and arbitrary runtimes accessible via HTTP requests in a serverless environment.

Do I need Node.js knowledge to manage CloudBase functions?

Yes, you need knowledge of CloudBase and Node.js to effectively use this interface for managing the lifecycle and configuration of your serverless functions.

What's the best way to create a new HTTP Function in a serverless environment?

The best way to create a new HTTP Function is to use the management interface with a command specifying the function name, type as HTTP, and the desired Node.js runtime along with the function root path.