cloudbase-platform

Installation
Summary

CloudBase platform knowledge covering storage, authentication, cloud functions, databases, and console management.

  • Supports Web and Mini Program platforms with completely different authentication approaches; Web uses SDK-based login (SMS recommended), Mini Program uses login-free with wxContext.OPENID in cloud functions
  • Database permissions model includes READONLY, PRIVATE, ADMINWRITE, ADMINONLY, and CUSTOM rules; Web SDK cannot write via ADMINWRITE or ADMINONLY, requiring CUSTOM rules for user-generated content
  • Cloud functions deploy via Node.js with package.json dependencies; cross-collection operations and admin-managed data should use cloud functions rather than client-side queries
  • Data models support both MySQL (via models SDK, not collection API) and NoSQL; query model schemas and SDK usage via manageDataModel MCP tool
  • Static hosting and cloud storage are separate buckets; static hosting provides public web addresses via getWebsiteConfig, cloud storage handles private files with temporary access URLs
SKILL.md

Standalone Install Note

If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.

  • CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
  • Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-platform/SKILL.md

Keep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as auth-tool or web-development, use the standalone fallback URL shown next to that reference.

Activation Contract

Use this first when

  • The user asks which CloudBase capability, service, or tool to use, or needs a high-level understanding of hosting, storage, authentication, cloud functions, or database options.
  • The task is about console navigation, cross-platform differences, permission models, or platform-level best practices before implementation.

Read before writing code if

Related skills

More from tencentcloudbase/skills

Installs
805
GitHub Stars
58
First Seen
Jan 22, 2026