What problem does it solve? Running SQL against RDS databases spread across many regions and environments (Singapore, US, China, BOE, TTP, NonTT) normally requires knowing different gateways, credentials, and endpoints. This Skill routes a single SQL query to the correct backend automatically. ## Core Features & Use Cases - Multi-region SQL execution: Run SELECT/SHOW queries against RDS databases in standard, BOE, TTP, and NonTT environments through one interface. - Automatic backend routing: Chooses between RDS-OG cloud gateways and DataQ based on the VRegion or VDC name provided, including direct VDC input like be2a. - Volcano RDS detection: For BOE environments, automatically detects Volcano Engine RDS and uses the asynchronous DBW execution flow. - Use Case: A developer needs to verify rows in a TTP database and a Singapore production database; they run the same command with different vregion values and get structured JSON results. ## Quick Start Ask the agent to run a SQL query such as SELECT * FROM users LIMIT 10 against your database name, optionally specifying a region like sg, cn, ttp, or a VDC like be2a.