cloud-functions

Guide building, deploying, and debugging CloudBase Event and HTTP function runtimes.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/AYin-Z/class_mansys --skill cloud-functions-ayin-z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/AYin-Z/class_mansys/tree/main/.trae/skills/cloudbase/references/cloud-functions
Command: npx skills add https://github.com/AYin-Z/class_mansys --skill cloud-functions-ayin-z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This CloudBase skill provides guidance for developing, deploying, and debugging CloudBase function runtimes for Event Functions and HTTP Functions. It helps teams decide between runtime models, structure function code, and apply best practices for end-to-end function workflows.

Core Features & Use Cases

  • Guidance on choosing between Event and HTTP Functions.
  • Deployment and debugging workflows using MCP tooling.
  • References to examples and best practices for runtime configuration and error handling.

Quick Start

Start by selecting the appropriate function type (Event or HTTP), then follow the recommended deployment and debugging steps to launch your CloudBase function.

Frequently Asked Questions about cloud-functions

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

FAQPage Schema
How do I choose between Event and HTTP Functions in CloudBase?

To choose between Event and HTTP Functions in CloudBase, evaluate whether your custom runtime code needs to respond to direct HTTP requests or process asynchronous platform events. This decision dictates the runtime model and deployment workflow for your serverless architecture.

What is the best way to deploy CloudBase serverless functions using Node.js?

The best way to deploy CloudBase serverless functions using Node.js is to follow the recommended deployment workflows that configure the runtime environment and apply best practices for end-to-end function workflows using MCP tooling.

How do I debug CloudBase functions effectively?

To debug CloudBase functions effectively, utilize the debugging workflows and practices integrated with MCP tooling. This approach helps identify runtime errors and structure function code correctly within your custom serverless environment.

Do I need custom runtime code to use CloudBase functions, or can I use official platform APIs?

You need custom runtime code when your implementation requires specific logic beyond what official platform APIs offer. CloudBase functions apply when you need custom serverless execution for Event or HTTP runtimes rather than standard API calls.

What are the recommended practices for error handling in CloudBase function runtimes?

Recommended practices for error handling in CloudBase function runtimes involve structuring your custom code to manage exceptions effectively during deployment and debugging. The skill provides references to examples and best practices for runtime configuration and error handling.