cloudbase-platform

Guide CloudBase capability selection and console navigation for deployment planning.

Updated May 14, 2026
One-click install
npx skills add https://github.com/williamwang25/ams-admin --skill cloudbase-platform-williamwang25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-platform
Source: https://github.com/williamwang25/ams-admin/tree/main/.windsurf/skills/cloudbase/references/cloudbase-platform
Command: npx skills add https://github.com/williamwang25/ams-admin --skill cloudbase-platform-williamwang25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves uncertainty in selecting the correct CloudBase capabilities and understanding the platform-level concepts and console navigation needed before implementation.

Core Features & Use Cases

  • High-level platform selection: Helps map user goals to the right CloudBase services (hosting/static hosting, storage, authentication, cloud functions, databases).
  • Cross-platform guidance: Explains Web vs Mini Program differences (especially authentication approach and user identity handling).
  • Console navigation & best practices: Provides canonical entry points and common “gotchas” such as domain management distinctions, permission configuration workflows, and environment ID handling.

Quick Start

Use cloudbase-platform when you need a CloudBase capability decision and an environment/console path plan, then follow up with a more specific implementation skill for Web, auth, functions, storage, or database details.

Frequently Asked Questions about cloudbase-platform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right CloudBase services for my application deployment?

Choosing CloudBase services requires mapping your deployment goals to specific capabilities like static hosting, storage, cloud functions, or databases. This overview guides engineers through capability selection to ensure the correct platform features are applied before implementation begins.

What is the difference between CloudBase authentication for Web versus Mini Program?

CloudBase authentication differs between Web and Mini Program primarily in user identity handling and the SDK approach used. Cross-platform guidance explains these authentication distinctions to ensure you apply the correct permission model and user identity workflow for your specific platform.

How do I navigate the CloudBase console and manage environment IDs?

Navigating the CloudBase console requires understanding canonical entry points, environment ID handling, and console URL construction. Platform navigation guidance highlights these management journeys to help engineers correctly locate and configure their deployment environments without encountering common setup errors.

Does CloudBase support different security domains and custom domains for hosting?

CloudBase supports distinct security domains versus custom domains for hosting and storage configurations. Understanding these domain management distinctions is critical for avoiding configuration gotchas and ensuring your web application operates within the correct permission and security boundaries.

What are the limitations or common gotchas when configuring CloudBase permissions?

Limitations in CloudBase permissions often stem from incorrect domain management distinctions and misconfigured permission workflows. Recognizing these platform-level gotchas ensures you properly establish security boundaries and apply the correct tool and SDK usage boundaries during environment setup.