CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or wx.cloud auth behavior in projects where login is native and automatic.
$npx -y skills add tencentcloudbase/cloudbase-mcp --skill auth-wechatInstalls into the current project.
Run `npx skills use "https://github.com/tencentcloudbase/cloudbase-mcp" --skill "tencentcloudbase/cloudbase-mcp/auth-wechat"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tencentcloudbase/cloudbase-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/tencentcloudbase/cloudbase-mcp"` and select the relevant skills, then follow their instructions.