cloudbase
cloudbase
What it does
- CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
- Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/ai-model-nodejs/SKILL.md
- Integrate AI text generation into a backend service
- Generate images with the Hunyuan Image model
- Call AI models from CloudBase cloud functions or CloudRun
- Do server-side AI processing (agent orchestration, batch jobs, scheduled tasks)
- Browser/Web apps → use the ai-model-web skill
Requirements & configuration
- Use it when you need to:
- Preflight ① — Eligibility (Token Credits resource pack)
- The current environment has no active Token Credits resource pack. Please purchase one before calling any AI API:
- https://buy.cloud.tencent.com/lowcode?buyType=resPack&envId={envId}&resourceType=token
- Secret: { ApiKey: "<vendor api key supplied by the user>" }
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
cloudbase FAQ
What does the cloudbase skill do?
Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express, Koa, NestJS, serverless APIs, scheduled jobs, LLM proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models via ai.createModel with groups cloudbase, hunyuan-exp, or custom-*. Model IDs (deepseek-v4-flash, deepseek-v3.2, hunyuan-2.0-instruct-20251111, glm-5, kimi-k2.6) go in the model field of generateText/streamText. MUST run two-step preflight before code — see body. Keywords: backend, 云函数, 云托管, serverless, LLM proxy, agent orchestration, generateText, streamText, generateImage, createModel, hunyuan-image, Token Credits, TokenHub, Hunyuan, DeepSeek, GLM, Kimi, MiniMax. NOT for browser/Web (use ai-model-web) or Mini Program (use ai-model-wechat). CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/ai-model-nodejs/SKILL.md
What does cloudbase require?
Use it when you need to: Preflight ① — Eligibility (Token Credits resource pack) The current environment has no active Token Credits resource pack. Please purchase one before calling any AI API: https://buy.cloud.tencent.com/lowcode?buyType=resPack&envId={envId}&resourceType=token Secret: { ApiKey: "<vendor api key supplied by the user>" }
How do I install cloudbase?
Run: npx -y skills add https://github.com/tencentcloudbase/cloudbase-skills --skill cloudbase --agent claude-code — the source lives at github.com/tencentcloudbase/cloudbase-skills.
Maintain cloudbase?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/tencentcloudbase-cloudbase-skills-cloudbase?ref=badge) npx agentictools info skills/tencentcloudbase-cloudbase-skills-cloudbase The second line is the CLI lookup for this page — handy in READMEs and docs.