AU

auth-tool-cloudbase

Configure and verify CloudBase authentication providers before implementing application login flows.

Install

mkdir -p .claude/skills/auth-tool-cloudbase && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4146" && unzip -o skill.zip -d .claude/skills/auth-tool-cloudbase && rm skill.zip

Installs to .claude/skills/auth-tool-cloudbase

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side readiness before implementing a client or backend auth flow.
318 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • Enable or disable specific login providers
  • Retrieve publishable keys for auth configuration
  • Verify SMS/email delivery settings
  • Audit third-party provider credentials

How it works

It performs an inspection and configuration routine against the CloudBase backend to ensure all necessary auth infrastructure is initialized.

Inputs & outputs

You give it
Target authentication provider and configuration action
You get back
Configuration status or provider settings

When to use auth-tool-cloudbase

  • Enable OAuth or SAML login methods
  • Configure SMS or email sender settings
  • Verify publishable key requirements
  • Check provider availability before app deployment

About auth-tool-cloudbase

This skill enables developers to inspect, enable, and configure authentication providers within the CloudBase environment. It ensures all prerequisites, such as publishable keys and messaging configurations, are met before implementing client-side auth code.

Use CloudBase Auth tool to configure and manage authentication providers for web applications - enable/disable login methods (SMS, Email, WeChat Open Platform, Google, Anonymous, Username/password, OAuth, SAML, CAS, Dingding, etc.) and configure provider settings via MCP tools `callCloudApi`.

When not to use it

  • For actual login implementation or user data handling
  • If the goal is to write frontend auth logic

Prerequisites

CloudBase environment access

Limitations

  • Requires administrative environment access
  • Changes take effect on the cloud backend

How it compares

It focuses on the control-plane configuration of security providers before any application-level auth code is executed.

Compared to similar skills

auth-tool-cloudbase side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
auth-tool-cloudbase (this skill)12moNo flagsBeginner
springboot-security55moNo flagsIntermediate
django-security55moReviewIntermediate
middleware-protection16moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by TencentCloudBase

View all by TencentCloudBase

miniprogram-development

TencentCloudBase

WeChat Mini Program development rules. Use this skill when developing WeChat mini programs, integrating CloudBase capabilities, and deploying mini program projects.

3792

spec-workflow

TencentCloudBase

Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.

1091

ai-model-nodejs

TencentCloudBase

Use this skill when developing Node.js backend services or CloudBase cloud functions (Express/Koa/NestJS, serverless, backend APIs) that need AI capabilities. Features text generation (generateText), streaming (streamText), AND image generation (generateImage) via @cloudbase/node-sdk ≥3.16.0. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended), DeepSeek (deepseek-v3.2 recommended), and hunyuan-image for images. This is the ONLY SDK that supports image generation. NOT for browser/Web apps (use ai-model-web) or WeChat Mini Program (use ai-model-wechat).

59

web-development

TencentCloudBase

Web frontend project development rules. Use this skill when developing web frontend pages, deploying static hosting, and integrating CloudBase Web SDK.

514

ai-model-web

TencentCloudBase

Use this skill when developing browser/Web applications (React/Vue/Angular, static websites, SPAs) that need AI capabilities. Features text generation (generateText) and streaming (streamText) via @cloudbase/js-sdk. Built-in models include Hunyuan (hunyuan-2.0-instruct-20251111 recommended) and DeepSeek (deepseek-v3.2 recommended). NOT for Node.js backend (use ai-model-nodejs), WeChat Mini Program (use ai-model-wechat), or image generation (Node SDK only).

13

auth-http-api-cloudbase

TencentCloudBase

Use when you need to implement CloudBase Auth v2 over raw HTTP endpoints (login/signup, tokens, user operations) from backends or scripts that are not using the Web or Node SDKs.

17

Search skills

Search the agent skills registry