tencentcloudbase/cloudbase-ai-toolkit-cloudbase-cloudbase-cli
CloudBase CLI (tcb, 云开发CLI, Tencent CloudBase命令行) resource management skill. This skill should be used when users need to deploy cloud functions, manage CloudRun apps, upload files to storage, query NoSQL/MySQL databases, deploy static hosting, set access permissions, or configure CORS/domains/routing via tcb commands. Also use for CI/CD pipeline scripting, batch operations, terminal-based CloudBase management, or when the user prefers CLI over SDK/MCP.
This is a copy. The original lives at tencentcloudbase/cloudbase-cli.
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-cli
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.
Before any deployment, publish, custom domain, or CloudRun operation, you must first complete the checks in cloudbase-platform/references/protocols/deployment-gate.md.
After deploying or modifying any resource, run the corresponding list/detail
command to confirm the change took effect.
Use --dry-run for delete/overwrite operations. Show the preview to the user
and wait for explicit confirmation before executing.
Always verify envId with the user before operations. Run tcb env use <envId>
to avoid accidentally modifying production.
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,cloudbase-document-database-web-sdk, auth-web-cloudbase, etc.
cloudbase-agent-tsreferences/core.md first — it covers authentication,environment switching, tcb docs queries, and error diagnosis.
Do not preload all references.
syntax for the current task.
SDK skill (e.g., cloud-functions, cloudbase-document-database-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?All packaged reference files (required for skill lint reachability):
Take tencentcloudbase/cloudbase-ai-toolkit-cloudbase-cloudbase-cli from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.