Agent Skill · Carto

carto-find-spatial-data

Discover and subscribe to external spatial datasets via CARTO Data Observatory and partner catalogs.

Provider: Carto Path in repo: skills/carto-find-spatial-data/SKILL.md

Skill body

carto-find-spatial-data

The CARTO Data Observatory (DO) is a catalog of curated external spatial datasets — demographics, points of interest, environmental data, mobility, financial — that you can subscribe to and have materialized into your own data warehouse. Instead of the user hunting down a US census shapefile, this skill answers: “what’s already curated in the DO that would help here?”

This skill covers discovery and subscription. Once subscribed, the data lives in the user’s warehouse and is queryable like any other table — see carto-query-datawarehouse.

When to use this skill

If the user already has the dataset in their warehouse, jump to carto-explore-datawarehouse instead — DO is for sourcing new external data.

Quick reference

# Discover what's available — by keyword
carto do search --keyword "census" --json
carto do search --keyword "weather" --country usa --json

# Inspect a specific dataset
carto do get <dataset-id> --json

# List your active subscriptions
carto do subscriptions list --json

# Subscribe (writes to a connection in your org)
carto do subscribe <dataset-id> \
  --connection carto_dw \
  --destination my_project.do.census_tracts

The exact carto do subcommand surface is evolving — search, get, subscribe, subscriptions are the stable verbs. Check carto do --help if a flag isn’t recognized.

What’s in this skill

Topic Reference
Discovery: searching, filtering, evaluating datasets references/data-observatory.md
Subscribing: paid vs free, materialization, refresh, costs references/subscribe.md

Always-on guidance

Skill frontmatter

license: MIT