cloudbase-cli

Automate CloudBase resource deployment and configuration using the Tencent Cloud tcb CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-cli-mrpersimmon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-cli
Source: https://github.com/mrpersimmon/xiao-han-studio/tree/main/.agents/skills/cloudbase/references/cloudbase-cli
Command: npx skills add https://github.com/mrpersimmon/xiao-han-studio --skill cloudbase-cli-mrpersimmon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates risky, manual CloudBase resource management by providing deterministic, scriptable command workflows for deploying and configuring CloudBase services using the official tcb CLI.

Core Features & Use Cases

  • Deterministic CLI Operations: Supports terminal-first management with consistent verification steps after changes.
  • Deployment & Configuration Coverage: Enables deploying Cloud Functions, CloudRun services, web apps, static hosting, storage files, and database operations (NoSQL/MySQL), plus managing permissions and routing behavior.
  • Safety Guardrails: Enforces environment confirmation, requires --help for unknown commands, and recommends --dry-run for destructive actions.

Quick Start

Use the cloudbase-cli skill to deploy and route CloudBase resources by running the required tcb commands after loading references/core.md and the relevant domain module for your task.

Frequently Asked Questions about cloudbase-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CloudBase resource deployment in CI/CD pipelines?

Automate CloudBase resource deployment by scripting deterministic tcb CLI commands for functions, CloudRun, and hosting, ensuring you verify results after each change. It enforces authentication and envId verification for repeatable environment workflows.

What is the safest way to configure CloudBase routing and storage via terminal?

Configure CloudBase routing and storage safely by running tcb CLI commands with --help-first syntax checks and applying --dry-run for destructive operations. This prevents risky manual management by validating commands before execution.

Does the tcb CLI support managing both NoSQL and MySQL databases in CloudBase?

Yes, tcb CLI supports managing both NoSQL and MySQL database operations within CloudBase. It provides scriptable command workflows to configure databases alongside deploying Cloud Functions and CloudRun services.

How do I deploy Cloud Functions and static web apps using the tcb CLI?

Deploy Cloud Functions and static web apps by loading the required tcb CLI references and executing domain-specific commands. The workflow requires YAML frontmatter metadata discovery to select the correct commands for your deployment target.

What limitations or precautions exist when managing CloudBase environments through CLI?

When managing CloudBase environments, limitations include the necessity of environment confirmation and envId verification before operations. Destructive actions require --dry-run safety practices, and unknown commands mandate --help checks to prevent errors.