CloudBase platform knowledge and best practices. Use this skill for general CloudBase platform understanding, including storage, hosting, authentication, cloud functions, database permissions, and data models.
Use this skill for CloudBase platform knowledge when you need to:
This skill provides foundational knowledge that applies to all CloudBase projects, regardless of whether they are Web, Mini Program, or backend services.
Understand platform differences
Follow best practices
Use correct SDKs and APIs
envQuery tool to get environment IDUse CloudBase MCP via mcporter (CLI) when IDE MCP is not available
auth tool, so credentials can be obtained interactivelynpx mcporter config add cloudbase \
--command "npx" \
--arg "@cloudbase/cloudbase-mcp@latest" \
--description "CloudBase MCP"
npx mcporter list — list configured serversnpx mcporter describe cloudbase — inspect CloudBase server config and available toolsnpx mcporter list cloudbase --schema — get full JS...