spanner-data

Explore Google Spanner schemas and execute DML and DQL queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill simplifies database interaction by providing a direct interface to explore schema structures and execute queries against Google Spanner, removing the need for complex manual CLI configurations.

Core Features & Use Cases

  • Schema Discovery: Easily list and inspect tables, columns, constraints, and graph structures.
  • SQL Execution: Run both DML and DQL queries directly against your Spanner instances.
  • Use Case: A developer needs to verify the schema of a new table or quickly fetch records for debugging; this skill allows them to perform these tasks via natural language commands without leaving the development environment.

Quick Start

Use the spanner-data skill to list all tables in the current database with detailed schema information.

Frequently Asked Questions about spanner-data

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

FAQPage Schema
How do I explore the schema of tables and graph structures in a Google Spanner database?

To explore a Google Spanner database schema, this skill retrieves metadata for tables, columns, constraints, and graph structures directly via natural language commands without manual CLI configuration.

Can I execute DML and DQL queries against Google Spanner without using the CLI?

Yes, you can execute DML and DQL queries against Google Spanner without leaving your environment, as this skill provides a direct interface to run SQL operations and fetch records for debugging.

Do I need the @toolbox-sdk/server package to query Spanner databases?

Yes, the @toolbox-sdk/server package is required to interface with Spanner instances and execute the administrative commands and SQL operations needed for database interaction.

What is the best way to inspect Google Spanner table columns and constraints during development?

The best way to inspect Spanner table columns and constraints is using this schema discovery interface, which simplifies database interaction by listing detailed structural metadata for immediate debugging.

Are there limitations when running administrative commands or metadata retrieval for Spanner?

Administrative command execution and metadata retrieval are limited to Google Spanner environments, relying strictly on the @toolbox-sdk/server package to interface with your instances.