auth-nodejs-cloudbase
CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring providers or building client login UI.
适合你,如果需要在 Node.js 服务端读取用户身份或对接已有用户系统到 CloudBase。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add tencentcloudbase/awesome-cloudbase-examples/auth-nodejs-cloudbase/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tencentcloudbase/awesome-cloudbase-examples/auth-nodejs-cloudbase/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify tencentcloudbase/awesome-cloudbase-examples/auth-nodejs-cloudbase安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
414GitHub stars
~3.8K上下文体积 · 单文件
索引托管
怎么用
商店整理自技能原文 · 版本 f73377e · 表述以原文为准它做什么
安装后,Claude能为你提供使用CloudBase Node SDK进行服务端认证的代码:读取调用者身份、查找用户、签发自定义登录票据等。
什么时候触发
当你需要在CloudBase项目的Node.js代码中处理服务端用户身份(例如云函数中读取谁在调用、查找用户信息)时触发。
装好后可以这样说
Claude会给出使用getUserInfo的示例。
Claude会使用queryUserInfo提供代码。
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…