cloudbase

Guide Tencent CloudBase development, deployment, authentication, and troubleshooting across platforms.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-mrpersimmon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase
Source: https://github.com/mrpersimmon/xiao-han-studio/tree/main/.agents/skills/cloudbase
Command: npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-mrpersimmon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you develop and operate Tencent CloudBase projects by providing a consistent, scenario-based workflow for building, deploying, securing, and troubleshooting apps and AI features.

Core Features & Use Cases

  • Full-stack CloudBase delivery: covers Web (React/Vue/Vite/Next/Nuxt), WeChat Mini Programs, uni-app, and mobile/native HTTP API scenarios.
  • Deployment & operations guidance: coordinates Cloud Functions, CloudRun backends, static hosting, storage, and database setup, with troubleshooting and health-check paths.
  • AI integration with guardrails: enables AI model invocation (text/image where supported) with required billing eligibility checks, model group readiness, streaming patterns, and common failure routing.
  • Security & authentication readiness: guides provider/publishable-key readiness and separates app-side vs management-side auth concerns across platforms.
  • Console + MCP-first management: enforces MCP setup for environment/tool access and provides canonical console entry points after creating resources.

Quick Start

Tell the agent: "Using CloudBase, help me deploy a Web app with CloudBase authentication and an AI streaming chat feature, and guide me through all required MCP preflight checks before writing any code."

Frequently Asked Questions about cloudbase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Web app to Tencent CloudBase with authentication and AI features?

To deploy a Web app to Tencent CloudBase, use a scenario-based workflow to build, deploy, and secure apps. It enforces MCP preflight checks for billing eligibility and model group readiness before enabling AI model invocation and authentication setup.

Does CloudBase support WeChat Mini Programs and Web SDKs for full-stack development?

Yes, CloudBase supports full-stack delivery for WeChat Mini Programs using wx.cloud and Web apps using the Web SDK. It coordinates platform-specific integration across React, Vue, Vite, Next, Nuxt, and uni-app scenarios.

What's the best way to troubleshoot Cloud Functions and CloudRun backends in CloudBase?

Troubleshooting CloudBase Cloud Functions and CloudRun backends involves following operational health inspection paths. The workflow routes implementation to correct child skills based on the scenario and runtime plane to diagnose and resolve issues.

Why do I need MCP configuration for CloudBase management tasks?

MCP configuration is required for CloudBase management tasks to enforce environment and tool access readiness. It provides canonical console entry points after creating resources, ensuring proper separation of app-side and management-side authentication concerns.

Can I integrate AI model streaming into a CloudBase project without checking billing eligibility?

No, you cannot integrate AI model streaming without checks. CloudBase enforces a two-step AI preflight that verifies billing eligibility and model group readiness before allowing any text or image AI model invocation to prevent common failures.

How does CloudBase handle authentication readiness across different platforms?

CloudBase handles authentication readiness by guiding provider and publishable-key setup, separating app-side from management-side auth concerns. This ensures correct security configuration across Web, WeChat Mini Program, and mobile HTTP API platforms.