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

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/carto-find-spatial-data"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.