tidbcloud

Execute SQL queries against TiDB Cloud databases via Robomotion CLI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill tidbcloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tidbcloud
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/tidbcloud
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill tidbcloud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TiDB Cloud access requires executing SQL queries and managing distributed databases from Robomotion CLI, unifying operations across TiDB Cloud instances.

Core Features & Use Cases

  • Execute SELECT/INSERT/UPDATE/DELETE and DDL statements against TiDB Cloud
  • Manage connections and sessions for multi-step workflows
  • Use cases: migrating data, running batch operations, and automated reporting against TiDB Cloud.

Quick Start

Install the tidbcloud integration and run your first query against TiDB Cloud.

Frequently Asked Questions about tidbcloud

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

FAQPage Schema
How do I execute SQL queries against TiDB Cloud from an automation workflow?

You can run SQL queries against TiDB Cloud by installing the tidbcloud package via the Robomotion CLI. This integration supports executing SELECT, INSERT, UPDATE, and DELETE statements, returning query results in JSON format for automated workflows.

What do I need to connect to TiDB Cloud and manage data programmatically?

You need the Robomotion CLI installed and the tidbcloud package added via the 'robomotion install tidbcloud' command. This environment setup enables programmatic connections to TiDB Cloud for executing batch or session-based database workflows.

Can I run batch operations and DDL statements on TiDB Cloud instances?

Yes, you can run batch operations and DDL statements on TiDB Cloud instances. The integration supports executing DDL statements alongside SELECT and DML commands, enabling multi-step session workflows for migrating data and automating database reporting.

How does transactional data management work for TiDB Cloud databases?

Transactional data management for TiDB Cloud databases works by executing SQL commands within batch or session-based workflows. This approach handles reads, writes, and transactions programmatically, ensuring reliable data migration and unified operations across distributed instances.

What is the output format when migrating data or running automated reporting on TiDB Cloud?

The output format when migrating data or running automated reporting on TiDB Cloud is JSON. Executing SQL queries through the Robomotion CLI returns structured JSON results, allowing easy integration with downstream steps in your automation workflows.