Skip to main content
TencentCloudBase
Perfil de criador do GitHub

TencentCloudBase

Visão por repositório de 207 skills coletadas em 7 repositórios do GitHub.

skills coletadas
207
repositórios
7
atualizado
4 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
awesome-cloudbase-examples
55 skills · 7 de ago. de 2026
Desenvolvedores de softwareDesenvolvedores webArquitetos de banco de dadosAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresDesigners de interfaces web e digitais
6 categorias ocupacionais · 100% classificado
27%participação
#02
CloudBase-AI-Toolkit
52 skills · 4 de set. de 2026
Desenvolvedores de softwareDesenvolvedores webOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorEspecialistas em gestão de projetos
9 categorias ocupacionais · 100% classificado
25%participação
#03
CloudBase-MCP
37 skills · 21 de jul. de 2026
Desenvolvedores de softwareDesenvolvedores webAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresArquitetos de banco de dadosDesigners de interfaces web e digitais
8 categorias ocupacionais · 100% classificado
18%participação
#04
skills
29 skills · 26 de ago. de 2026
Desenvolvedores de softwareDesenvolvedores webAdministradores de redes e sistemas de computadorArquitetos de banco de dadosAnalistas de garantia de qualidade de software e testadoresDesigners de interfaces web e digitais
8 categorias ocupacionais · 100% classificado
14%participação
#05
cloudbase-skills
29 skills · 28 de ago. de 2026
Desenvolvedores de softwareDesenvolvedores webAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresArquitetos de banco de dadosDesigners de interfaces web e digitais
8 categorias ocupacionais · 100% classificado
14%participação
#06
mp-skills
4 skills · 22 de jun. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1,9%participação
#07
cloudbase-plugin
1 skills · 28 de ago. de 2026
classificação pendente
0,5%participação
explorador de repositórios

Repositórios e skills representativas

cloudbase-cli
Administradores de redes e sistemas de computador

CloudBase CLI (tcb, 云开发CLI, Tencent CloudBase命令行) resource management skill. Use when deploying cloud functions, CloudRun, storage, NoSQL/MySQL, static hosting, permissions, CORS/domains via tcb; for CI/CD and batch ops; when the user prefers CLI; or as the…

7 de ago. de 2026
auth-tool-cloudbase
Desenvolvedores de software

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

6 de ago. de 2026
auth-web-cloudbase
Desenvolvedores web

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

6 de ago. de 2026
cloud-functions
Desenvolvedores de software

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

6 de ago. de 2026
cloudbase-code-review
Analistas de garantia de qualidade de software e testadores

Code review and validation for CloudBase projects. After writing code for Web / miniprogram / CloudRun / cloud-function projects, call this skill to check for known pitfalls — auth guard misuse, missing database tables, RLS misconfiguration, storage domain…

6 de ago. de 2026
cloudbase-platform
Desenvolvedores de software

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

6 de ago. de 2026
minimal-web-baas-demo
Desenvolvedores web

Fast path for a minimal CloudBase Web + database demo (最小前后端 / 最小可用 fullstack / Lovable-like BaaS). Defaults to @cloudbase/js-sdk client CRUD (NoSQL app.database / PG app.rdb), MCP-only schema, preview-first, and forbids cloud functions unless secrets,…

6 de ago. de 2026
cloudbase-platform
Desenvolvedores de software

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

6 de ago. de 2026
Mostrando 8 de 55 skills coletadas.
ai-model-nodejs
Desenvolvedores de software

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 proxies, agent orchestration. The only SDK supporting image generation (ai.createImageModel +…

4 de set. de 2026
ai-model-web
Desenvolvedores web

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. Default routing for Web/frontend AI — call directly from the browser, do NOT propose a Node.js proxy.…

4 de set. de 2026
ai-model-wechat
Desenvolvedores web

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent, onFinish); streamText needs a data wrapper, generateText returns the raw response. Models via…

4 de set. de 2026
auth-nodejs-cloudbase
Desenvolvedores de software

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 identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

4 de set. de 2026
auth-tool-cloudbase
Desenvolvedores de software

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

4 de set. de 2026
auth-web-cloudbase
Desenvolvedores web

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

4 de set. de 2026
auth-wechat-miniprogram
Desenvolvedores de software

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

4 de set. de 2026
cloud-functions
Desenvolvedores de software

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

4 de set. de 2026
Mostrando 8 de 52 skills coletadas.
ai-model-nodejs
Desenvolvedores de software

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 proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

21 de jul. de 2026
ai-model-web
Desenvolvedores web

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

21 de jul. de 2026
ai-model-wechat
Desenvolvedores de software

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

21 de jul. de 2026
auth-nodejs-cloudbase
Desenvolvedores de software

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 identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

21 de jul. de 2026
auth-tool-cloudbase
Desenvolvedores de software

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

21 de jul. de 2026
auth-web-cloudbase
Desenvolvedores web

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

21 de jul. de 2026
auth-wechat-miniprogram
Desenvolvedores de software

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

21 de jul. de 2026
cloud-functions
Desenvolvedores de software

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

21 de jul. de 2026
Mostrando 8 de 37 skills coletadas.
ai-model-nodejs
Desenvolvedores de software

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 proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

26 de ago. de 2026
ai-model-web
Desenvolvedores web

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

26 de ago. de 2026
ai-model-wechat
Desenvolvedores de software

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

26 de ago. de 2026
auth-nodejs-cloudbase
Desenvolvedores de software

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 identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

26 de ago. de 2026
auth-tool-cloudbase
Desenvolvedores de software

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

26 de ago. de 2026
auth-web-cloudbase
Desenvolvedores web

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

26 de ago. de 2026
auth-wechat-miniprogram
Desenvolvedores de software

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

26 de ago. de 2026
cloud-functions
Desenvolvedores de software

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

26 de ago. de 2026
Mostrando 8 de 29 skills coletadas.
miniprogram-development
Desenvolvedores de software

WeChat Mini Program development skill for building, debugging, previewing, testing, publishing, optimizing, and promoting mini program projects. This skill should be used when users ask to create, develop, modify, debug, preview, test, deploy, publish,…

28 de ago. de 2026
cloudbase
Desenvolvedores de software

Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects. Covers Web, 微信小程序, 小程序, uni-app, mobile (iOS, Android, Flutter, React Native). UI (页面, 界面, 表单, form, dashboard, prototype,…

28 de ago. de 2026
ai-model-nodejs
Desenvolvedores de software

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 proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

28 de ago. de 2026
ai-model-web
Desenvolvedores web

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

28 de ago. de 2026
ai-model-wechat
Desenvolvedores de software

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

28 de ago. de 2026
auth-nodejs-cloudbase
Desenvolvedores de software

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 identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

28 de ago. de 2026
auth-tool-cloudbase
Desenvolvedores de software

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

28 de ago. de 2026
auth-web-cloudbase
Desenvolvedores web

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

28 de ago. de 2026
Mostrando 8 de 29 skills coletadas.
Mostrando 7 de 7 repositórios
Todos os repositórios foram exibidos