What it does. This skill uses the following CLIs: -
dekart
for running BigQuery, DuckDB, Snowflake, Wherobots, and Postgres SQL and rendering maps -
bq
to run BigQuery SQL when
dekart
BigQuery integration is not available. -
snow
to run Snowflake SQL when
dekart
Snowflake integration is not available. - Wherobots and Postgres have no local CLI fallback; they are dekart-only in this skill.
Before using CLIs, verify availability if it was not done before:
Highlights
dekart
for running BigQuery, DuckDB, Snowflake, Wherobots, and Postgres SQL and rendering maps
bq
to run BigQuery SQL when dekart
BigQuery integration is not available.
snow
to run Snowflake SQL when dekart
Snowflake integration is not available.
- Wherobots and Postgres have no local CLI fallback; they are dekart-only in this skill.
- cloud.dekart.xyz (Dekart-hosted control plane, easier setup)
When to use it. Build cost-safe geospatial SQL for BigQuery, DuckDB, Snowflake, Wherobots, and Postgres and/or render results on an interactive Dekart map.
Install
npx skills add dekart-xyz/geosql --skill geosql
Or copy the skill folder manually:
git clone https://github.com/dekart-xyz/geosql.git
cp -r geosql/skills/geosql/ ~/.claude/skills/geosql
Source: dekart-xyz/geosql — 617 stars, MIT, last pushed 2026-08-31.