Skip to main content
Back to registry

cloud-functions

tencentcloudbase/skills

Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions:

Installs500
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill cloud-functions
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions: Use this skill for cloud function operations when you need to: Do NOT use for: Choose the right function type Understand runtime limitations Deploy functions correctly Query logs properly ⚠️ CRITICAL: Runtime cannot be modified after function creation Once a cloud function is created with a specific runtime, the runtime cannot be changed . If you need a different runtime: Supported Node.js Runtimes: Runtime Selection Guidelines: Event functions require: Function Directory : Contains function code Function Root Path : Parent directory containing function directories Entry Point : Default is index.js with exports.main Creating New Functions: Use createFunction tool (see MCP tool documentation for full parameter list): Updating Function Code: Use updateFunctionCode tool: Deployment Best Practices: HTTP Functions are optimized for Web service scenarios, supporting standard HTTP request/response patterns. Key Characteristics: ⚠️ CRITICAL: HTTP Functions require scf_bootstrap file Examples: Node.js Example (Express): MCP Tool: CLI: ⚠️ Notes: Method 1: HTTP API (with Access Token) ⚠️ Must include webfn=true parameter Method 2: HTTP Access Service (Custom Domain) Use createFunctionHTTPAccess MCP tool to configure HTTP access: SSE (Server-Sent Events):...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloud-functions do?

Use this skill when developing, deploying, and managing CloudBase cloud functions. CloudBase supports two types of cloud functions:

Is cloud-functions good?

cloud-functions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloud-functions work with?

cloud-functions currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to cloud-functions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloud-functions?

npx skills add https://github.com/tencentcloudbase/skills --skill cloud-functions

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering