CloudBase Skills brings the upstream
TencentCloudBase/cloudbase-skills
guidance and the CloudBase MCP server into ZCode as one installable plugin.
- CloudBase development guidance for Web, WeChat Mini Program, native/mobile, databases, cloud functions, CloudRun, cloud storage, AI models, operations, and architecture design.
- The complete upstream reference library used by the
cloudbaseskill. - CloudBase MCP tools for environment management, deployment, database operations, and diagnostics.
The vendored skill content comes from upstream tag v2026.07.15.1305, commit
856a308316e7b8c944cf16c49c193c5beb931f54. The bundled MCP configuration pins
@cloudbase/cloudbase-mcp to 2.23.11 so a published plugin artifact does not change behavior when
the npm latest tag moves.
- Node.js with
npmandnpxavailable onPATH. - Network access on first use so
npxcan download the pinned MCP package. - A Tencent Cloud account with access to the CloudBase resources you want to manage.
Install and enable cloudbase-skills from the ZCode plugin manager, then start a new task. ZCode can
activate the cloudbase skill when a request matches its description. You can also explicitly ask
ZCode to use the CloudBase skill.
Example prompts:
Use CloudBase to build a Web app with sign-in and a document database.Diagnose why this WeChat Mini Program cannot call its CloudBase function.Deploy this Node.js API to CloudBase CloudRun.
The skill requires CloudBase MCP for management operations. The MCP server supports interactive device authorization; this plugin does not contain or require hard-coded Secret ID or Secret Key values.
This package redistributes and integrates an upstream MIT-licensed project. See
UPSTREAM.md for provenance and local packaging changes, and LICENSE
for the retained upstream license notice.