mcpbeat Sign in

Cloudbase CLI Agent Skill

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.

26k tokens
context cost
the whole folder, loaded on every use
11
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1066
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-cli

The instruction itself

10 sections, as written by the author

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.

Standalone Install Note

If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.

  • CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md
  • Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-cli/SKILL.md

Keep 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):

  • Change Safety Protocol: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-platform/references/protocols/change-safety-protocol.md
  • Deployment Gate: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-platform/references/protocols/deployment-gate.md

Core Principles

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

When to use this skill

Use when the user wants to manage CloudBase resources via command line:

  • Deploy/debug cloud functions, web apps, CloudRun services
  • Manage storage, hosting, databases (NoSQL/MySQL)
  • Configure permissions, CORS, domains, routing
  • CI/CD scripting, batch operations, terminal-based resource management

Do NOT use for

  • SDK-based in-app integration (web/miniprogram/node) → use cloud-functions,

cloudbase-document-database-web-sdk, auth-web-cloudbase, etc.

  • MCP tool calls for IDE-integrated workflows → use CloudBase MCP directly
  • Console UI operations
  • CloudBase Agent SDK development → use cloudbase-agent-ts

How to use this skill (for a coding agent)

  • Always load references/core.md first — it covers authentication,

environment switching, tcb docs queries, and error diagnosis.

  • Route to the correct domain reference using the Routing table below.
  • Load only the one reference file that matches the user's task.

Do not preload all references.

  • Stop loading more context once you have the workflow and command

syntax for the current task.

  • If the task shifts to SDK/in-app code, switch to the appropriate

SDK skill (e.g., cloud-functions, cloudbase-document-database-web-sdk) instead.

Routing

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

Quick workflow

  • tcb login → confirm envId with user → tcb env use <envId>
  • tcb <command> --help to verify syntax
  • Execute the command (with --dry-run for destructive ops)
  • Verify the result with the corresponding list / detail command
  • Report the outcome to the user

Minimum self-check

  • [ ] Loaded references/core.md before any domain module?
  • [ ] Confirmed target envId with the user?
  • [ ] Used --help for unfamiliar commands?
  • [ ] Used --dry-run before destructive operations?
  • [ ] Verified the result after each operation?
  • [ ] Stayed within CLI scope — did not drift into SDK code?

Reference index

All packaged reference files (required for skill lint reachability):

  • access.md
  • app.md
  • cloudrun.md
  • core.md
  • functions.md
  • hosting.md
  • mysql.md
  • nosql.md
  • permission.md
  • storage.md

Other skills for the same job

different authors, same section of the catalogue
Modal
by christophacham
×3

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

17k tokens
Github Workflow Automation
by ComeOnOliver
×3

Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management

9k tokens
Gcloud
by Dicklesworthstone
×2

Google Cloud Platform CLI - manage GCP resources including Compute Engine, Cloud Run, GKE, Cloud Functions, Storage, BigQuery, and more.

2k tokens
Backend Architect
by ComeOnOliver
×2

Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.

7k tokens
Modal
by ComeOnOliver
×2

Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.

37k tokens
Aspire
by github
vendor ×1

Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure, deploy, or troubleshoot an Aspire distributed application.

21k tokens
Bigquery Pipeline Audit
by github
vendor ×1

Audits Python + BigQuery pipelines for cost safety, idempotency, and production readiness. Returns a structured report with exact patch locations.

1k tokens
Msstore CLI
by github
vendor ×1

Microsoft Store Developer CLI (msstore) for publishing Windows applications to the Microsoft Store. Use when asked to configure Store credentials, list Store apps, check submission status, publish submissions, manage package flights, set up CI/CD for Store publishing, or integrate with Partner Center. Supports Windows App SDK/WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, and PWA applications.

4k tokens

How to use it

Copy the folder

Take tencentcloudbase/cloudbase-cli from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.