TencentCloudBase

143 mods across 6 repositories, 1.4k stars between them.

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

Use when the user wants to develop, run, preview, save, deploy, or roll back a CloudBase Web app in this conversation as a Lovable/Codex-Sites-like vibe- coding session — i.e. any request that maps to "spin up a React+Vite project, see it live in the browser, iterate, save versions, deploy". Activate ONLY for…

1.1k yesterday A 159 tokens original MIT

cloudbase

50

TencentCloudBase/CloudBase-AI-Toolkit

Plugin Claude Code

Tencent CloudBase — AI models, authentication, NoSQL/PostgreSQL databases, cloud functions, cloud storage, CloudRun backend services, and WeChat Mini Program integration. Powered by cloudbase-mcp.

1.1k yesterday A tokens not measured original MIT

cloudbase-architect

51

TencentCloudBase/CloudBase-AI-Toolkit

Agent

Specializes in CloudBase project architecture — scenario selection (Web/Mini Program/CloudRun/Database), tech stack decisions, database backend selection (NoSQL/MySQL/PostgreSQL), auth strategy. Use when designing new CloudBase projects, choosing between scenarios, or planning multi-module architecture.

1.1k yesterday A 63 tokens original MIT

TencentCloudBase/CloudBase-AI-Toolkit

Agent

Specializes in CloudBase deployment — cloud function deploy/debug, static hosting upload, CloudRun service management. Use when troubleshooting deployments, checking build logs, or diagnosing runtime errors.

1.1k yesterday A 42 tokens original MIT

cloudbase-deploy

53

TencentCloudBase/CloudBase-AI-Toolkit

Command

Deploy CloudBase resources. Subcommands: function (cloud functions), hosting (static hosting), cloudrun (CloudRun). Default: detect project type then prompt.

1.1k yesterday A 36 tokens original MIT

cloudbase-env

54

TencentCloudBase/CloudBase-AI-Toolkit

Command

CloudBase environment management. Subcommands: list (environments), info (current env details), domains (auth domains). Default: info.

1.1k yesterday A 31 tokens original MIT

cloudbase

57

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

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, 原型); auth (登录, 注册, OAuth, 微信登录, publishable key); databases…

1.1k yesterday A 331 tokens copy · 95% MIT

api-contract-review

58

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

Use when auditing CloudBase cloud API wrappers, MCP tools, generated action metadata, or related docs for outdated or incorrect action names, parameters, casing, request shapes, or missing contract tests, especially during periodic quality review or before preparing corrective PRs.

1.1k yesterday A 54 tokens original MIT

codebase-audit

59

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

Perform a full codebase review, categorize findings by severity, file GitHub issues, then fix each issue in an isolated git worktree and submit PRs. Use this skill when the user asks to audit the codebase, do a comprehensive code review, find and fix security/quality/reliability issues, or run a proactive health check…

1.1k yesterday A 78 tokens original MIT

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

Use when auditing repository documentation for drift, stale statements, broken references, or README mismatches, especially across published docs under doc/ and key entry surfaces such as README.md (English default), README.zh-CN.md, mcp/README.md, and mcp/README.zh-CN.md during periodic maintenance or before…

1.1k yesterday A 83 tokens original MIT

docs-workflows

61

TencentCloudBase/CloudBase-AI-Toolkit

Skill Claude CodeCodex

Documentation and extension workflows derived from local slash commands (docs, explanation, issues, prototypes, tutorials, MCP design review).

1.1k yesterday A 28 tokens original MIT

cloudbase-mcp

63

TencentCloudBase/CloudBase-AI-Toolkit

MCP server Claude CodeCodexCursor +2

CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp. Runs locally from the @cloudbase/cloudbase-mcp npm package.

1.1k yesterday A tokens not measured original MIT

TencentCloudBase/OpenVibeCoding

Instructions file CodexOpenCode

Project instructions for OpenVibeCoding, a TencentCloudBase project, covering how coding agents should work with its code and documentation. They include security and logging rules.

172 27d ago A 1,575 tokens

ai-model-nodejs

65

TencentCloudBase/skills

Skill Claude CodeCodex

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 via ai.createModel with groups cloudbase, hunyuan-exp, or…

75 4d ago A 230 tokens

ai-model-web

66

TencentCloudBase/skills

Skill Claude CodeCodex

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 Node.js proxy. Covers generateText and streamText. Models via…

75 4d ago A 247 tokens

ai-model-wechat

67

TencentCloudBase/skills

Skill Claude CodeCodex

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 (小程序成长计划), cloudbase (main managed), or custom-. Model IDs…

75 4d ago A 254 tokens

TencentCloudBase/skills

Skill Claude CodeCodex

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 providers or building client login UI.

75 4d ago A 63 tokens

auth-tool-cloudbase

69

TencentCloudBase/skills

Skill Claude CodeCodex

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 readiness before implementing a client or backend auth flow.

75 4d ago A 63 tokens

auth-web-cloudbase

70

TencentCloudBase/skills

Skill Claude CodeCodex

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.

75 4d ago A 38 tokens

TencentCloudBase/skills

Skill Claude CodeCodex

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.

75 4d ago A 54 tokens

cloud-functions

72

TencentCloudBase/skills

Skill Claude CodeCodex

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 APIs.

75 4d ago C 50 tokens