From cloudbase
Manages Tencent CloudBase resources via tcb CLI: deploy cloud functions, manage CloudRun, upload storage, query databases, static hosting, permissions, CORS. For CI/CD and terminal-based management.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloudbase:cloudbase-cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage CloudBase resources via `tcb` CLI — deterministic, scriptable, auditable.
Manage CloudBase resources via tcb CLI — deterministic, scriptable, auditable.
The preferred interface for AI agents in CI/CD, batch operations, and resource management.
If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.
https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.mdhttps://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-cli/SKILL.mdKeep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as cloud-functions or cloudrun-development, use the standalone fallback URL shown next to that reference.
Cross-cutting protocols (load for deployment and change operations):
https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-platform/references/protocols/change-safety-protocol.mdhttps://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-platform/references/protocols/deployment-gate.md--help first — never guess commands.
tcb CLI changes between versions. Before using any command for the first time,
run tcb <command> --help to check parameters and discover official doc links.
Deployment Gate.
Before any deployment, publish, custom domain, or CloudRun operation, you must first complete the checks in cloudbase-platform/references/protocols/deployment-gate.md.
Verify your work. After deploying or modifying any resource, run the corresponding list/detail command to confirm the change took effect.
Dry-run before destructive actions.
Use --dry-run for delete/overwrite operations. Show the preview to the user
and wait for explicit confirmation before executing.
Confirm environment first.
Always verify envId with the user before operations. Run tcb env use <envId>
to avoid accidentally modifying production.
Recover from errors, don't loop.
If a command fails after 2-3 attempts, check the exit code ($?), read the
error message, consult tcb docs search, and try a different approach.
Use when the user wants to manage CloudBase resources via command line:
cloud-functions,
no-sql-web-sdk, auth-web, etc.cloudbase-agent-tsreferences/core.md first — it covers authentication,
environment switching, tcb docs queries, and error diagnosis.cloud-functions, no-sql-web-sdk) instead.| User Task | Read |
|---|---|
| Login, env switching, tcb docs, error diagnosis | references/core.md |
| Deploy/debug cloud functions | references/functions.md |
| Deploy web app (React/Vue/Next.js) | references/app.md |
| Deploy CloudRun service | references/cloudrun.md |
| Deploy static site | references/hosting.md |
| Upload/download files, ACL rules | references/storage.md |
| NoSQL (MongoDB) database operations | references/nosql.md |
| MySQL database operations | references/mysql.md |
| Roles, policies, access control | references/permission.md |
| CORS, custom domains, routing rules | references/access.md |
tcb login → confirm envId with user → tcb env use <envId>tcb <command> --help to verify syntax--dry-run for destructive ops)list / detail commandreferences/core.md before any domain module?--help for unfamiliar commands?--dry-run before destructive operations?npx claudepluginhub tencentcloudbase/cloudbase-ai-toolkit --plugin cloudbaseGuides development, deployment, and troubleshooting for CloudBase (Tencent Cloud) projects across Web, Mini Programs, and mobile apps. Covers cloud functions, databases, storage, auth, and built-in AI models.
Develops, deploys, and troubleshoots CloudBase (腾讯云开发) projects: web apps, WeChat Mini Programs, serverless functions, databases, auth, cloud storage, and built-in AI models.