Skip to content
Development
Skill

/auth-web

Use when adding CloudBase Web authentication after providers have been checked with auth-tool / queryAppAuth.

From plugin
cloudbase-ai-toolkit
1.1k49 skills6 agents7 commands2 MCP
Install
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill auth-web --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/auth-web

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when adding CloudBase Web authentication after providers have been checked with auth-tool / queryAppAuth.

SKILL.md

auth-web.SKILL.md
name: auth-web
description: Use when adding CloudBase Web authentication after providers have been checked with auth-tool / queryAppAuth.

Web auth (DSH)

  • Management login for MCP: `mcp__cloudbase__auth` device-code. Do not invent API Keys.
  • App login providers: `mcp__cloudbase__queryAppAuth` / `manageAppAuth`.
  • Web apps use CloudBase Web SDK auth APIs. Never mix with mini-program OPENID.
Ships withcloudbase-ai-toolkit

AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.

Get the whole plugin

Other skills on cloudbase-ai-toolkit.