cloud-sql-mysql-data

Execute SQL queries and analyze query plans in Cloud SQL MySQL databases.

2|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-mysql-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-sql-mysql-data
Source: https://github.com/interflownex/All-in-One/tree/main/.gemini/skills/cloud-sql-mysql-data
Command: npx skills add https://github.com/interflownex/All-in-One --skill cloud-sql-mysql-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @toolbox-sdk/server, and includes scripts (resource) components.

What problem does it solve?

This skill simplifies database administration by providing direct access to schema inspection, query execution, and performance diagnostics without requiring manual console access.

Core Features & Use Cases

  • Query Execution: Run arbitrary SQL statements to interact with your data directly.
  • Performance Tuning: Analyze query execution plans to identify bottlenecks and optimize index usage.
  • Monitoring: List active queries and inspect transaction states to troubleshoot locking issues or long-running processes.

Quick Start

Use the cloud-sql-mysql-data skill to list all tables in the current database schema.

Frequently Asked Questions about cloud-sql-mysql-data

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

FAQPage Schema
How do I analyze MySQL query execution plans to identify performance bottlenecks?

Analyze MySQL query execution plans by inspecting query plans to identify bottlenecks and optimize index usage. This skill provides direct performance tuning capabilities to diagnose slow SQL queries in your database.

Can I run arbitrary SQL statements to interact with my Cloud SQL MySQL data directly?

Yes, you can run arbitrary SQL statements to interact with your data directly. The skill provides query execution capabilities for interacting with Cloud SQL MySQL instances without requiring manual console access.

How do I troubleshoot locking issues or long-running processes in a MySQL database?

Troubleshoot locking issues by listing active queries and inspecting transaction states. The skill provides real-time monitoring of active transactions to identify long-running processes causing locks in your MySQL database.

Do I need a specific environment configuration to execute SQL queries on a Cloud SQL instance?

Yes, executing SQL queries requires connectivity to a Cloud SQL MySQL instance and appropriate environment configuration. The skill depends on the @toolbox-sdk/server package to facilitate this database connection.

What is the best way to explore database schema without using manual console access?

The best way to explore database schema is using this skill's schema inspection feature, which provides direct access to list tables and inspect structures without requiring manual console access to your MySQL database.