cloudbase-platform

Guide CloudBase users to select platform capabilities and navigate the console.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-platform-mrpersimmon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-platform
Source: https://github.com/mrpersimmon/xiao-han-studio/tree/main/.agents/skills/cloudbase/references/cloudbase-platform
Command: npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-platform-mrpersimmon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

CloudBase platform decision-making can stall progress because users don’t know which service, console area, or cross-platform concept (Web vs Mini Program) applies to their goal.

Core Features & Use Cases

  • Capability selection & routing: Helps users pick the right CloudBase capability (hosting, storage, auth, functions, databases) before implementing.
  • Console navigation: Provides the relevant Tencent CloudBase console entry points for managing environments and resources.
  • Security/domain best practices: Clarifies security domain vs custom domain and aligns the correct management tools to the requirement.
  • Cross-platform guidance: Prevents mixing Web and Mini Program auth/data model practices by documenting platform-specific rules.
  • Operational guardrails: Highlights permission-first workflow, environment ID resolution, and safe public URL construction for storage.

Quick Start

Ask for a high-level CloudBase plan by saying: “I’m building a Web app on CloudBase and need help deciding which services to use and where to configure them in the console.”

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 capability for hosting, storage, or auth?

CloudBase capability selection requires identifying your target platform (Web vs Mini Program) first, then routing to the matching hosting, storage, auth, functions, or database service. This prevents mixing cross-platform practices and ensures correct SDK and API usage constraints before implementation.

What is the difference between security domains and custom domains in Tencent CloudBase?

Security domains and custom domains in CloudBase serve different access control purposes. Security domains authorize SDK request origins for Mini Program and Web apps, while custom domains route public traffic to hosted assets. Selecting the correct management tool for each requirement ensures safe configuration sequencing.

How do I navigate the CloudBase console to manage environments and permissions?

CloudBase console navigation for environment and permission management requires locating the specific console entry points for your target resources. Apply a permission-first workflow by resolving your environment ID early, which ensures safe public URL construction for storage and correct operational guardrails.

Does CloudBase handle Web and Mini Program authentication differently?

Yes, CloudBase handles Web and Mini Program authentication differently. Cross-platform guidance prevents mixing auth and data model practices by documenting platform-specific rules, ensuring you apply the correct platform-level routing and SDK constraints for Web versus Mini Program environments.

What's the best way to plan a CloudBase project before writing code?

The best way to plan a CloudBase project is to define high-level concepts and operational guardrails first. Map out your capability selection, resolve environment IDs, sequence safe configurations, and establish platform-specific rules to prevent architectural stalls before implementation.