tidbcloud-cli

Automates TiDB Cloud resource operations via the ticloud CLI.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/alex-quan-001/nutshell-skills --skill tidbcloud-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tidbcloud-cli
Source: https://github.com/alex-quan-001/nutshell-skills/tree/main/skills/platform/tidbcloud-cli
Command: npx skills add https://github.com/alex-quan-001/nutshell-skills --skill tidbcloud-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the complexity of managing TiDB Cloud resources by providing a guided, interactive-first workflow through the official ticloud CLI, handling authentication, profile management, and resource operations without requiring users to memorize command syntax.

Core Features & Use Cases

  • Interactive-First Resource Management: Operate TiDB Cloud clusters, branches, exports, imports, migrations, changefeeds, and SQL users through guided CLI prompts instead of assembling complex non-interactive commands.
  • Dual Authentication Support: Seamlessly handles both API key profiles and OAuth login, with clear precedence rules and permission recovery playbooks for auth failures.
  • Cluster Creation Guidance: Automatically clarifies whether you want a Starter or Essential cluster and applies the correct creation parameters and capacity flags.

Quick Start

Use the tidbcloud-cli skill to create a new TiDB Cloud Serverless cluster by telling the assistant which cluster type you prefer and what you want to name it.

Frequently Asked Questions about tidbcloud-cli

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

FAQPage Schema
How do I manage TiDB Cloud Serverless clusters without memorizing CLI commands?

You can manage TiDB Cloud Serverless clusters through an interactive-first workflow that replaces manual command assembly with guided CLI prompts, handling clusters, branches, exports, imports, migrations, and changefeeds seamlessly.

How does authentication work when operating TiDB Cloud resources via the command line?

Authentication for TiDB Cloud resource operations supports both API key profiles and OAuth login, featuring clear precedence rules and explicit confirmation prompts for dangerous operations to ensure secure access.

What is the best way to create a new TiDB Cloud Serverless cluster from the terminal?

Creating a TiDB Cloud Serverless cluster is guided by interactive prompts that automatically clarify whether you want a Starter or Essential cluster, then apply the correct creation parameters and capacity flags.

Do I need to install the ticloud CLI locally before managing TiDB Cloud resources?

Yes, you must have the ticloud CLI installed locally on your machine as this workflow automates TiDB Cloud resource operations by interacting directly with the official command line interface.

Can I manage database migrations and SQL users for TiDB Cloud Serverless interactively?

Yes, you can manage database migrations and SQL users for TiDB Cloud Serverless through guided CLI prompts that cover the full serverless resource family without requiring non-interactive command syntax.

What should I do if my TiDB Cloud CLI authentication fails during resource management?

If TiDB Cloud CLI authentication fails, the workflow provides permission recovery playbooks to troubleshoot access issues, ensuring your API key or OAuth profile regains the necessary permissions.