auth-tool-cloudbase

Inspect and configure CloudBase authentication providers and login strategies.

Updated May 14, 2026
One-click install
npx skills add https://github.com/williamwang25/ams-admin --skill auth-tool-cloudbase-williamwang25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth-tool-cloudbase
Source: https://github.com/williamwang25/ams-admin/tree/main/.windsurf/skills/cloudbase/references/auth-tool
Command: npx skills add https://github.com/williamwang25/ams-admin --skill auth-tool-cloudbase-williamwang25

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of stalled auth implementation caused by missing or misconfigured CloudBase authentication providers, login methods, publishable-key prerequisites, or provider-side readiness.

Core Features & Use Cases

  • Provider management readiness checks: Inspect, enable/disable, and verify CloudBase auth providers (Anonymous, Username/Password, SMS, Email, WeChat, Google, etc.) before any platform auth code is generated.
  • Login strategy configuration validation: Confirm which login methods are actually enabled so the correct Web or other auth flow can proceed.
  • Publishable key readiness and API key boundaries: Ensure the required frontend readiness assets are available before implementing client-side auth wiring.
  • Platform routing guardrails: Help route configuration tasks to the correct next skill boundary (Web, mini program, Node/backend, or raw HTTP) to avoid mixing management-side vs app-side logic.

Quick Start

Ask the AI to verify your CloudBase login configuration and list which auth providers and login methods are enabled for the selected environment before you implement Web authentication.

Frequently Asked Questions about auth-tool-cloudbase

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

FAQPage Schema
How do I verify CloudBase authentication provider readiness before implementing web auth?

CloudBase login strategy configuration validation confirms which specific login methods are enabled across your environment. It inspects active provider states to ensure the correct Web or client auth flow can proceed without stalling due to misconfigured authentication settings.

How do I enable or disable CloudBase auth providers for my environment?

Enable or disable CloudBase auth providers by applying provider strategy patching through auth management queries. This adjusts active login methods like WeChat or Google directly within your environment configuration before any platform-specific auth implementation begins.

Do I need a publishable key to set up CloudBase client-side authentication?

A publishable key is required for CloudBase client-side authentication readiness. Verifying frontend readiness assets ensures the required publishable-key prerequisites are available before implementing app-side auth wiring to prevent stalled login flows.

Why does my CloudBase auth configuration route app-side logic back into the MCP auth tool?

CloudBase auth configuration routes incorrectly when management-side and app-side logic mix. Correct MCP tool boundaries separate auth management queries and provider strategy patching from app-side configuration, directing tasks to Web, mini program, or backend skills instead.

What are the limitations of using MCP auth tools for CloudBase platform routing?

MCP auth tools for CloudBase platform routing are limited to management-side queries and provider strategy patching. They should not handle raw app-side configuration routing, which must be directed to platform-specific skills like Web, mini program, or Node backend boundaries.