cloud-sql-sqlserver-data

Execute SQL queries and inspect schema structures on Cloud SQL for SQL Server instances.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill removes the friction of manual database management by providing a direct interface to execute SQL queries and inspect schema structures without needing external database clients.

Core Features & Use Cases

  • SQL Execution: Run arbitrary SQL commands directly against your Cloud SQL for SQL Server instance.
  • Schema Discovery: Quickly list tables, columns, and constraints to understand your data architecture.
  • Use Case: A developer needs to verify the structure of a specific table or perform a quick data validation check during a deployment without leaving the terminal environment.

Quick Start

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

Frequently Asked Questions about cloud-sql-sqlserver-data

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

FAQPage Schema
How do I execute ad-hoc SQL queries against a Cloud SQL for SQL Server instance?

This skill allows you to execute ad-hoc SQL queries directly against Cloud SQL for SQL Server, running arbitrary SQL commands for immediate data retrieval and validation without requiring external database clients.

What is the best way to inspect database schema and list tables in Cloud SQL for SQL Server?

To inspect database schema in Cloud SQL for SQL Server, this skill provides schema discovery features to quickly list tables, columns, and constraints, providing a clear view of your data architecture.

Do I need the @toolbox-sdk/server package to run SQL commands with this skill?

Yes, you need the @toolbox-sdk/server package to run SQL commands, as it is a required dependency that interfaces this skill with the underlying Cloud SQL database infrastructure.

Can I retrieve table metadata and perform data validation checks without leaving my terminal?

Yes, you can retrieve table metadata and perform data validation checks directly in your terminal, removing the friction of manual database management by providing a direct interface to your Cloud SQL instance.

Does this approach work for administrative tasks like table discovery on Cloud SQL for SQL Server?

Yes, this approach works for administrative tasks on Cloud SQL for SQL Server, explicitly supporting table discovery, metadata retrieval, and direct SQL query execution to manage your database effectively.

What are the limitations of using a direct SQL interaction skill for Cloud SQL for SQL Server?

The direct SQL interaction skill is limited to query execution and schema inspection for Cloud SQL for SQL Server, relying entirely on the @toolbox-sdk/server package to interface with the underlying database infrastructure.