Skip to main content
Back to registry

ai-model-nodejs

tencentcloudbase/skills

Use this skill for calling AI models in Node.js backend or CloudBase cloud functions using @cloudbase/node-sdk .

Installs478
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill ai-model-nodejs
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill for calling AI models in Node.js backend or CloudBase cloud functions using @cloudbase/node-sdk . Use it when you need to: Do NOT use for: CloudBase provides these built-in providers and models: ⚠️ AI feature requires version 3.16.0 or above. Check with npm list @cloudbase/node-sdk . ⚠️ Important: When creating cloud functions that use AI models (especially generateImage() and large language model generation), set a longer timeout as these operations can be slow. Using MCP Tool createFunction : Set the timeout parameter in the func object: Recommended timeout values: ⚠️ Image generation is only available in Node SDK , not in JS SDK (Web) or WeChat Mini Program. - Integrate AI text generation in backend services - Generate images with Hunyuan Image model - Call AI models from CloudBase cloud functions - Server-side AI processing - Browser/Web apps → use ai-model-web skill - WeChat Mini Program → use ai-model-wechat skill - HTTP API integration → use http-api skill - Parameter : func.timeout (number) - Unit : seconds - Range : 1 - 900 - Default : 20 seconds (usually too short for AI operations) - Text generation ( generateText ) : 60-120 seconds - Streaming ( streamText ) : 60-120 seconds - Image generation ( generateImage ) : 300-900 seconds (recommended: 900s) - Combined operations : 900 seconds (maximum allowed)

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ai-model-nodejs do?

Use this skill for calling AI models in Node.js backend or CloudBase cloud functions using @cloudbase/node-sdk .

Is ai-model-nodejs good?

ai-model-nodejs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ai-model-nodejs work with?

ai-model-nodejs currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to ai-model-nodejs?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ai-model-nodejs?

npx skills add https://github.com/tencentcloudbase/skills --skill ai-model-nodejs

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering