cloud-functions

Manage CloudBase cloud functions across creation, deployment, logs, invocation, and HTTP access.

72|5|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/TencentCloudBase/skills --skill cloud-functions-tencentcloudbase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/TencentCloudBase/skills/tree/main/skills/cloud-functions
Command: npx skills add https://github.com/TencentCloudBase/skills --skill cloud-functions-tencentcloudbase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase cloud functions can be complex to set up, deploy, monitor, and securely expose via HTTP. This skill consolidates guidance on runtime selection, function structure, logging, invocation, and HTTP access configuration.

Core Features & Use Cases

  • Runtime selection and constraints: runtime cannot be modified after creation; guidance on choosing the correct Node.js version.
  • Deployment and operation: how to create functions, update code, and correctly specify functionRootPath.
  • Observability and access: retrieving logs, invoking functions from various environments, and configuring HTTP access.

Quick Start

Use the cloud-functions skill to initialize a sample function, choose a runtime, deploy it, and test invocation and HTTP access.

Frequently Asked Questions about cloud-functions

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

FAQPage Schema
How do I deploy CloudBase cloud functions and configure HTTP access?

To deploy CloudBase cloud functions and configure HTTP access, you create the function, update code, specify functionRootPath, and set up HTTP gateway configuration across supported runtimes.

When creating CloudBase cloud functions, can I modify the Node.js runtime after deployment?

No, the runtime cannot be modified after creation when deploying CloudBase cloud functions. You must select the correct Node.js version during initial setup to avoid compatibility issues.

How do I retrieve logs and invoke CloudBase serverless functions from different environments?

To retrieve logs and invoke CloudBase serverless functions, use automated tooling to query logs and trigger invocation across supported runtimes, ensuring observability and access.

What is the correct way to specify functionRootPath for CloudBase cloud function deployment?

Specifying functionRootPath correctly is essential for CloudBase cloud function deployment to locate and upload code. It defines the root directory structure required by the MCP tooling.

Does this cloud functions skill support end-to-end management including creation and monitoring?

Yes, the cloud functions skill supports end-to-end management including creation, deployment, logs, invocation, and HTTP access configuration for CloudBase cloud functions.

Why are my CloudBase cloud function deployments failing due to runtime selection constraints?

CloudBase cloud function deployments may fail due to runtime selection constraints because the Node.js runtime cannot be modified after creation, requiring correct initial specification.