AgentStack
SKILL verified MIT Self-run

Openapi Geo

skill-openapi-openapi-skills-openapi-geo · by openapi

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.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-openapi-openapi-skills-openapi-geo

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Openapi Geo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 (POSTGET /{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_catastaleGET /visura_catastale/{id}/documento
  • Visure ipotecarie (land registry): POST /ipotecarie-ispezione_nazionale, POST /ipotecarie-elenco-note, POST /ipotecarie-dettaglio-notaGET /ipotecarie/{id}[/documento]
  • Map extract (PDF): POST /estratto_mappaGET /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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.