agentsclimarketplace

Openapi geo

Skill openapi/openapi-skills/skills/openapi-geo

🧠 A powerful collection of agent skills to interact with the @Openapi® API marketplace — company data, official documents, KYC/risk, e-signatures, invoicing, SMS, PEC, and more

Install
npx -y skills add openapi/openapi-skills --skill openapi-geo

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Italian geographic and property data through Openapi - geocoding/reverse geocoding, zip codes (CAP), municipalities/provinces/regions with ISTAT codes, Italian cadastre (catasto) property and owner lookups, visure catastali/ipotecarie, real estate valuations.

SKILL.md

2.4 KB, as published. Nobody here has run it

Openapi geo & real estate data

Four services; all use a Bearer token (see the openapi-auth skill).

Geocoding — https://geocoding.openapi.it

  • POST /geocode — address → coordinates and place details
  • POST /reverse — coordinates (or place ID) → address

Zip Codes (CAP) — https://cap.openapi.it

  • GET /cerca_comuni — search municipalities by name/region/province
  • GET /comuni_base/{istat_code} / GET /comuni_advance/{istat_code} — municipality details
  • GET /cap/{cap} — municipalities matching a zip code
  • GET /regioni, GET /province, GET /province/{code}, GET /citta_metropolitane, GET /comuni_soppressi

Sandbox has a limited dataset; some parameters return fixed data.

Catasto (Italian cadastre) — https://catasto.openapi.it

Official paid lookups; document generation is async (POST → GET /{id} → GET /{id}/documento). Subject searches return personal data — GDPR care.

  • Cadastral data requests: POST /richiesta/{endpoint}/, status via GET /richiesta/{id} (property data, holders, properties by subject, counts)
  • Address search: POST /indirizzo, GET /indirizzo/{id} — properties at an address
  • Visura catastale (PDF): POST /visura_catastale → GET /visura_catastale/{id}/documento
  • Visure ipotecarie (land registry): POST /ipotecarie-ispezione_nazionale, POST /ipotecarie-elenco-note, POST /ipotecarie-dettaglio-nota → GET /ipotecarie/{id}[/documento]
  • Map extract (PDF): POST /estratto_mappa → GET /estratto_mappa/{id}/documento
  • Reference data: GET /territorio (provinces/municipalities), GET /territorio/conservatorie (Land Registry Offices)

Real Estate — https://realestate.openapi.com

  • POST /IT-rmv — property transaction details (comparables)
  • POST /IT-sqm_value_start — basic €/sqm valuation
  • POST /IT-sqm_value_advanced — detailed valuation with sales and demographic data

Sandbox returns consistent predefined data for testing.

Full specs: https://console.openapi.com/oas/en/geocoding.openapi.json · …/cap.openapi.json · …/catasto.openapi.json · …/realestate.openapi.json

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.