cloudbase-platform

Explain CloudBase platform concepts for storage, hosting, authentication, functions, and data models.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill cloudbase-platform-tugoukezhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-platform
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/cloudbase/references/cloudbase-platform
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill cloudbase-platform-tugoukezhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudBase platform knowledge and best practices to help developers design, deploy, and manage CloudBase-powered apps with correct storage, hosting, authentication, cloud functions, and data models.

Core Features & Use Cases

  • Storage and hosting concepts, including public vs private assets and domain configuration
  • Authentication differences between Web and Mini Program platforms and best practices
  • Cloud Functions deployment, environment management, and database permissions
  • Data models and access control rules to ensure secure and scalable applications
  • Use Case: A team building a Web app with CloudBase hosting and a backend function to validate user data, with proper permissions and env management

Quick Start

Set up a CloudBase project with storage, hosting, authentication, a sample cloud function, and a simple data model.

Frequently Asked Questions about cloudbase-platform

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

FAQPage Schema
How do I configure CloudBase authentication for both Web and Mini Program platforms?

To configure CloudBase authentication, you implement platform-aware rules distinguishing Web and Mini Program environments. This ensures secure user validation by applying correct envID usage and specific authentication flows for each platform.

What is the best way to set up CloudBase database permissions and data models?

CloudBase database permissions require defining data models with strict access control rules. This ensures secure, scalable applications by enforcing permission schemas that govern data access and cloud function interactions across environments.

How do I deploy Cloud Functions and manage environments in CloudBase?

CloudBase Cloud Functions deployment requires environment management using envID. You configure function deployment with database permissions to ensure backend services operate securely within the correct console management and DevOps workflow context.

Does CloudBase hosting support both public and private asset storage configurations?

CloudBase hosting supports public and private asset storage configurations. You manage storage by configuring domain settings and access rules to control how public versus private assets are served across Web and Mini Program projects.

Can I use CloudBase MCP tooling for DevOps workflows and console management?

CloudBase MCP tooling supports DevOps workflows and console management. You use it to manage platform-aware authentication, function deployment, and permission schemas, ensuring consistent platform guidelines for documentation teams and backend services.

Why do I need envID when managing CloudBase platform projects?

EnvID is required in CloudBase to isolate environment management for cloud functions, authentication, and database permissions. Correct envID usage ensures platform-aware deployments and secure access control rules across Web and Mini Program workflows.