What problem does it solve?
This Skill removes the friction of manually connecting to ClickHouse instances (local servers or ClickHouse Cloud services) and running ad-hoc SQL queries, handling authentication, server targeting, and safe query execution without requiring custom tooling or integrations.
Core Features & Use Cases
- Multi-Target Connectivity: Connect to local ClickHouse servers managed by clickhousectl, any remote host/port instance, or ClickHouse Cloud services directly from the terminal.
- Flexible Authentication: Supports browser OAuth for read-only Cloud exploration and API key auth for read/write operations, with secure local credential storage.
- Safe Query Guardrails: Includes best practices for schema discovery, bounded queries to avoid timeouts on large tables, and structured result packaging for downstream use. A data analyst can use this to quickly inspect a Cloud service's event table schema, run a 7-day aggregated count query, and get parsed JSON results without leaving their terminal.
Quick Start
Use the clickhouse skill to run a SHOW DATABASES query against your connected ClickHouse Cloud service and return the results in JSON format.