cloudbase
Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects — Web, 微
Open source Repository Open in the app JSON README (API)
About
Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects — Web, 微信小程序, 小程序, uni-app, mobile (iOS, Android, Flutter, React Native). Covers UI (页面, 界面, 表单, dashboard, prototype, 原型); auth (登录, 注册, OAuth, publishable key); databases (NoSQL 文档数据库, MySQL 关系型数据库, PostgreSQL/CloudBase PG, app.rdb(), queryPgDatabase/managePgDatabase, CRUD, security rules); 云函数/cloud functions (serverless, scf_bootstrap); CloudRun (云托管, Dockerfile); 云存储; built-in AI (内置大模型, AI 对话, streaming, 流式输出, 图片生成, generateText, streamText, createModel, generateImage, TokenHub, Hunyuan, DeepSeek, GLM, Kimi, Token Credits 资源包, 小程序成长计划); third-party/custom model onboarding (第三方大模型接入, 大模型调用, LLM API); AI agent (智能体, AG-UI, LangGraph); ops troubleshooting (巡检, 诊断, 日志); spec workflow (需求文档, 技术方案, requirements, tasks.md). Do NOT use for non-CloudBase projects, pure frontend without CloudBase, or self-hosted backends without CloudBase.
Details
- Kind
- Agent skills
- Topic
- Databases
- Publisher
- tencentcloudbase
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 30
- Forks
- 2
- Last push
- 2026-09-04T09:43:51Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-30 15:21:15
- Updated
- 2026-09-11 12:04:08
- Origin id
tencentcloudbase/cloudbase-skills/cloudbase
README
<a href="https://cloud.tencent.com/developer/article/2649588" target="_blank"><img width="3094" height="654" alt="banner" src="https://github.com/user-attachments/assets/37982d04-274a-4b6c-85b8-06983c615d9a" /></a>
# CloudBase Agent Skills
A collection of AI agent skills for building full-stack applications with [Tencent CloudBase](https://cloudbase.net). This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more — so it can write correct, idiomatic CloudBase code without guessing.
## Installation
```bash
npx skills add TencentCloudBase/cloudbase-skills
```
Once installed, the skill is automatically applied when the agent detects relevant CloudBase tasks.
---
## Skill
### `cloudbase`
Comprehensive guidance for CloudBase development across Web, Mini Program, and Native App platforms. Covers:
- Platform detection and SDK selection
- Authentication flows per platform (Web, WeChat Mini Program, Node.js)
- Database operations — NoSQL and MySQL
- Cloud functions and CloudRun deployment
- Cloud storage
- AI model integration
- UI design guidelines
- Standard development workflow
---
## Recommended: CloudBase MCP
For the best experience, install the [CloudBase MCP](https://github.com/TencentCloudBase/cloudbase-mcp) server alongside this skill. MCP provides live tools for environment management, function deployment, database operations, and more.
```json
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["@cloudbase/cloudbase-mcp@latest"]
}
}
}
```
**Config file locations by editor:**
| Editor | Location |
|---|---|
| Cursor | `.cursor/mcp.json` |
| Claude Code | `.mcp.json` |
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
---
## License
MIT