What problem does it solve? Choosing the right CloudBase capability is confusing when a project could involve hosting, storage, authentication, cloud functions, or databases. This Skill provides a routing layer that explains platform concepts, cross-platform differences, and console navigation so you pick the correct implementation path before writing code. ## Core Features & Use Cases - Capability Routing: Directs you to the right specialized skill for web development, mini program development, auth, cloud functions, NoSQL/MySQL databases, or cloud storage. - Platform Knowledge: Explains critical distinctions such as Web vs Mini Program authentication, security domains vs custom domains, static hosting vs cloud storage, and database permission models. - Console Navigation: Provides ready-to-use CloudBase console URLs for functions, databases, storage, identity, hosting, and monitoring, parameterized by environment ID. - Use Case: You are starting a WeChat mini program backed by CloudBase and are unsure whether to use cloud functions, the document database, or data models. This Skill clarifies the options, warns that mini programs are naturally login-free, and routes you to the miniprogram-development skill. ## Quick Start Ask which CloudBase service fits your project, for example: "Which CloudBase capability should I use to store user avatars and serve them publicly?"