Agent Skill · Carto

carto-connect-datawarehouse

Choose and configure the data warehouse engine connection for CARTO (BigQuery, Snowflake, Redshift, Postgres, Databricks, Oracle).

Provider: Carto Path in repo: skills/carto-connect-datawarehouse/SKILL.md

Skill body

carto-connect-datawarehouse

CARTO runs spatial analytics in the user’s own data warehouse. A connection is the bridge between CARTO and that warehouse: it carries credentials, target project/database scoping, and sometimes a service account or PAT. Most other CARTO operations (querying, importing, building maps, running workflows) require an existing connection.

When to use this skill

Use carto-explore-datawarehouse once a connection exists and you want to inspect what’s inside it.

Quick lifecycle

carto connections list --json             # what's already connected?
carto connections get <id>                # detailed view of one connection
carto connections create                  # interactive create
carto connections update <id>             # rotate credentials, change scoping
carto connections delete <id>             # remove (irreversible)

connections list and connections get are non-destructive — agents should run them freely before deciding what to do.

Choosing an engine

Engine When to choose it Reference
BigQuery Google Cloud users; CARTO’s flagship integration; rich GIS functions native. references/bigquery.md
Snowflake Snowflake-shop customers; geospatial via SQL functions and Snowflake-native types. references/snowflake.md
Redshift AWS-shop customers on Redshift Serverless or RA3 clusters. references/redshift.md
Postgres Self-hosted or RDS Postgres with PostGIS; common for small/medium deployments. references/postgres.md
Databricks Lakehouse / Unity Catalog users; SQL Warehouses recommended for interactive workloads. references/databricks.md
Oracle Oracle Database with Spatial; on-prem or OCI / Autonomous Database deployments. references/oracle.md

If the user already has a connection (connections list returns at least one), don’t push a new one — use the existing one.

Listing options

carto connections list                    # default page (10)
carto connections list --all              # all pages
carto connections list --search "prod"    # filter by name
carto connections list --json             # machine-readable

Common pitfalls

What this skill doesn’t cover

Skill frontmatter

license: MIT