CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform APIs.
$npx -y skills add tencentcloudbase/cloudbase-mcp --skill cloud-functionsInstalls into the current project.
Run `npx skills use "https://github.com/tencentcloudbase/cloudbase-mcp" --skill "tencentcloudbase/cloudbase-mcp/cloud-functions"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tencentcloudbase/cloudbase-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/tencentcloudbase/cloudbase-mcp"` and select the relevant skills, then follow their instructions.