cloudbase-platform

Explain CloudBase platform storage, hosting, authentication, cloud functions, and database permissions.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill cloudbase-platform-jngong-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-platform
Source: https://github.com/jngong-collab/miniapp-growth-v2-open/tree/main/.trae/skills/cloudbase/references/cloudbase-platform
Command: npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill cloudbase-platform-jngong-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit addresses the need for foundational knowledge and best practices for the CloudBase platform, providing comprehensive insights into storage, hosting, authentication, cloud functions, database permissions, and data models.

Core Features & Use Cases

  • General CloudBase Platform Understanding: Offers insights into storage, hosting, authentication, and more.
  • Authentication Configuration: Helps configure authentication for Web and Mini Program platforms.
  • Cloud Function Management: Guides on deploying and managing cloud functions.
  • Database Permissions: Explains database permissions and access control.
  • Data Models: Delivers guidance on working with MySQL and NoSQL data models.
  • Console Management: Provides information on accessing CloudBase console management pages.

Quick Start

Use the cloudbase-platform skill to initialize the CloudBase SDK and understand the differences between Web and Mini Program platforms.

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 Web and Mini Program platforms?

CloudBase authentication requires setting up the SDK differently for Web versus Mini Program environments. You must initialize the platform-specific SDK to manage user login and access control across both frontend interfaces.

What are the differences between Web and Mini Program CloudBase SDK initialization?

CloudBase SDK initialization differs between Web and Mini Program in how environments are scoped and accessed. Understanding these platform differences ensures correct storage, hosting, and authentication setup for your specific client.

How do I set up database permissions and access control in CloudBase?

CloudBase database permissions are managed through access control rules configured in the console. You define read and write capabilities to secure data models, ensuring only authorized users interact with your database.

Can I use MySQL and NoSQL data models with CloudBase cloud functions?

CloudBase supports both MySQL and NoSQL data models for backend services. You can integrate these data structures with cloud functions to process storage and hosting operations across Web and Mini Program apps.

What is the best way to manage and deploy cloud functions on the CloudBase platform?

Managing CloudBase cloud functions involves using the console interface to deploy and monitor backend logic. Following platform best practices ensures your functions handle authentication and database operations securely.