From cloudbase
Manage Tencent CloudBase resources via `tcb` CLI: deploy cloud functions, manage CloudRun apps, upload storage files, query NoSQL/MySQL databases, deploy static hosting, configure CORS/domains/routing, and script CI/CD pipelines.
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-mcp --plugin cloudbaseDevelops, deploys, and troubleshoots CloudBase projects including mini-programs, web apps, databases, cloud functions, and AI integration.
Develops, previews, saves, deploys, and rollbacks CloudBase Vite-based React/Vue web apps in a vibe-coding session. Use when the user wants to build and iterate on a browser-rendered CloudBase project.
Cloudflare Workers + Wrangler operations: bindings, local dev, secrets, deploy/CI, Workers-vs-Pages decisions, and observability. Covers KV, D1, R2, Durable Objects, Queues, Hyperdrive, Workers AI, Vectorize, and wrangler.jsonc/toml config.