ai-model-nodejs
OfficialNode.js AI for backend apps with model access
AuthorTencentCloudBase
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables Node.js backends and CloudBase cloud functions to access AI models via the CloudBase Node SDK, enabling server-side AI capabilities in a familiar runtime.
Core Features & Use Cases
- Text generation and streaming in backend services using generateText and streamText with CloudBase AI models.
- Image generation support through the hunyuan-image model for server-side workflows.
- Cloud Functions integration to run AI tasks securely from CloudBase environments.
Quick Start
Install the CloudBase Node SDK and initialize AI in your Node.js project. Example: npm install @cloudbase/node-sdk Initialize and call AI: const tcb = require('@cloudbase/node-sdk'); const app = tcb.init({ env: '<YOUR_ENV_ID>' }); const ai = app.ai();
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: ai-model-nodejs Download link: https://github.com/TencentCloudBase/skills/archive/main.zip#ai-model-nodejs Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.