What problem does it solve? Setting up authentication in CloudBase requires enabling the right login providers, retrieving publishable keys, and verifying provider readiness before any client or backend auth code can work. This Skill guides the inspection, enabling, disabling, and configuration of CloudBase auth providers so login flows are built on a verified foundation. ## Core Features & Use Cases - Login Strategy Management: Query and patch login methods (anonymous, username/password, SMS, email) using queryAppAuth and manageAppAuth MCP tools. - Provider Configuration: Set up WeChat, Google, and email/SMTP providers, manage provider lifecycle (add, update, delete), and configure client token settings. - Key & Readiness Management: Retrieve or create publishable keys, manage API keys, and create custom login keys before frontend integration. - Use Case: Before building a Web login page, use this Skill to confirm email login is enabled and the publishable key exists, then route to the auth-web skill for the actual UI implementation. ## Quick Start Check the current CloudBase login configuration and enable email login for my environment before I build the sign-in page.