auth-nodejs-cloudbase
Originally fromtencentcloudbase/cloudbase-ai-toolkit
Installation
SKILL.md
Sibling skills (local only)
Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.
If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do not HTTP-fetch remote skill or protocol markdown into the agent context.
Activation Contract
Use this first when
- Node.js code in cloud functions or backend services must read caller identity, look up users, or issue custom login tickets.
- The backend responsibility is auth / identity, not provider setup or frontend login UI.
Read before writing code if
- The task mentions
@cloudbase/node-sdk, server-side auth, custom login tickets, or "who is calling". - The request mixes frontend login with backend identity logic; split the flow and route client-side work elsewhere.