cloud-functions

Create, deploy, and operate CloudBase cloud functions with MCP tooling.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/derek2035/talkbook --skill cloud-functions-derek2035
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/derek2035/talkbook/tree/main/.agents/skills/cloudbase/references/cloud-functions
Command: npx skills add https://github.com/derek2035/talkbook --skill cloud-functions-derek2035

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CloudBase Cloud Functions development, deployment, and operation guide that helps teams build reliable serverless logic with clear runtimes and deployment patterns.

Core Features & Use Cases

  • Decide between Event Functions and HTTP Functions, with runtime, packaging, and deployment guidance.
  • Configure triggers, environment variables, and gateway exposure for production workloads.
  • Use case: create a serverless API endpoint or event-driven worker using CloudBase functions and standard MCP workflows.

Quick Start

Create your first function and deploy it with MCP tooling to see end-to-end runtime in action.

Frequently Asked Questions about cloud-functions

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

FAQPage Schema
How do I deploy a serverless function to CloudBase?

To deploy a serverless function to CloudBase, you create the function code, package it correctly, and use MCP-based tooling to execute the deployment workflow. This ensures correct runtime selection and reliable operation in production.

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

Event functions in CloudBase are triggered by backend events, while HTTP functions are exposed via a gateway to handle API requests. The choice depends on whether you need an event-driven worker or a serverless API endpoint.

How do I configure triggers and environment variables for CloudBase cloud functions?

You configure triggers and environment variables for CloudBase cloud functions during the deployment setup. The system provides reference maps and a checklist to ensure these production configurations are applied correctly before operation.

Can I expose a CloudBase function as a serverless API endpoint?

Yes, you can expose a CloudBase function as a serverless API endpoint by configuring gateway exposure. This allows your HTTP function to receive and process external web requests within your production workflow.

What runtimes are supported when building serverless logic with CloudBase?

CloudBase cloud functions support multiple runtimes for building serverless logic. The deployment guide helps you select and enforce the correct runtime environment to ensure your function operates reliably.

Is there a checklist for testing CloudBase functions before production?

Yes, there is a deployment and testing checklist for CloudBase functions. It ensures reliable operation by verifying runtime selection, packaging, triggers, and gateway exposure before your serverless logic goes live.