ai-model-nodejs
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…
Use when the user wants to vibe-code a full-stack web app inside DeepSeek Harness — scaffold from CloudBase templates, local Vite preview, PostgreSQL tables, and one-click static hosting deploy with a real domain.
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill sites --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sitesContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when the user wants to vibe-code a full-stack web app inside DeepSeek Harness — scaffold from CloudBase templates, local Vite preview, PostgreSQL tables, and one-click static hosting deploy with a real domain.
name: cloudbase-sites description: Use when the user wants to vibe-code a full-stack web app inside DeepSeek Harness — scaffold from CloudBase templates, local Vite preview, PostgreSQL tables, and one-click static hosting deploy with a real domain.
Closed loop for "build me a web app" inside DeepSeek Harness.
1. Call `mcp__cloudbase__auth` `action=status`. If not signed in, `action=start_auth` `authMode=device`. Never pass an API Key. 2. Call `mcp__cloudbase__downloadTemplate` with `template="react"` (or `vue`) into the workspace. Do not scaffold files by hand. 3. Start the Vite dev server locally and tell the user the preview URL. 4. Create PostgreSQL tables with `mcp__cloudbase__managePgDatabase` (`action=execute`, `confirm=true`). Verify with `mcp__cloudbase__queryPgDatabase`. 5. Build the frontend (`pnpm build` / `npm run build`). 6. Deploy with `mcp__cloudbase__manageHosting` `action=upload` pointing at `dist/`. Return the **real domain** from the tool result. There is no hosting rollback API — do not offer a rollback button. 7. Mini Program publish is P2 and not available. Say so explicitly; do not fail silently.
Never say FLEXDB / SCF / TDSQL / EnvId / Region in user-facing text. Say 文档型数据库 / 云函数 / 数据库 / 环境 ID / 地域.
AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.
Repo: TencentCloudBase/CloudBase-AI-Toolkit
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…
Use this skill when a browser/Web app (React, Vue, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI, 页面, 前端, 网页) needs AI models via @cloudbase/js-sdk.…
Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent,…
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…
CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth…
CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication…