CloudBase Sites (DSH)
SkillDatabases & dataUse 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CloudBase Sites (DSH) skill
What this skill tells your AI
The instructions your AI receives, as published by tencentcloudbase/cloudbase-ai-toolkit in dsh-plugin/skills/cloudbase/sites/SKILL.md and read by ahel’s review.
Closed loop for "build me a web app" inside DeepSeek Harness.
Mandatory sequence
- Call
mcp__cloudbase__authaction=status. If not signed in,action=start_authauthMode=device. Never pass an API Key. - Call
mcp__cloudbase__downloadTemplatewithtemplate="react"(orvue) into the workspace. Do not scaffold files by hand. - Start the Vite dev server locally and tell the user the preview URL.
- Create PostgreSQL tables with
mcp__cloudbase__managePgDatabase(action=execute,confirm=true). Verify withmcp__cloudbase__queryPgDatabase. - Build the frontend (
pnpm build/npm run build). - Deploy with
mcp__cloudbase__manageHostingaction=uploadpointing atdist/. Return the real domain from the tool result. There is no hosting rollback API — do not offer a rollback button. - Mini Program publish is P2 and not available. Say so explicitly; do not fail silently.
Product language
Never say FLEXDB / SCF / TDSQL / EnvId / Region in user-facing text. Say 文档型数据库 / 云函数 / 数据库 / 环境 ID / 地域.
Signals
- GitHub stars
- 1k
- Forks
- 138
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cloudbase-sites- Source
- github.com/tencentcloudbase/cloudbase-ai-toolkit