Executes SQL queries against Snowflake data warehouses with support for multiple authentication methods and flexible output formats.
The Snowflake Query skill empowers Claude to interact directly with your Snowflake data warehouse, facilitating seamless data extraction, schema exploration, and ad-hoc analysis. It provides comprehensive support for modern authentication standards—including password, RSA key-pair, and SSO/OAuth—ensuring secure connectivity within enterprise environments. Whether you need to inspect a table schema, export a dataset to CSV, or run complex analytical queries, this skill manages the Python connector and formatting requirements to deliver results in human-readable tables or machine-ready JSON and CSV formats.
Key Features
01Configurable query limits, timeouts, and warehouse overrides
02Supports Password, RSA Key-Pair, and SSO/OAuth (Browser) authentication
03Flexible output formats including JSON, ASCII tables, and CSV
040 GitHub stars
05Direct execution of inline SQL strings or external .sql files
06Automatic dependency management via uvx for the Snowflake Python connector
Use Cases
01Perform rapid schema exploration and metadata inspection during development
02Automate data extraction tasks and export results to local CSV files
03Execute and validate complex analytical queries directly from the CLI environment