Install
openclaw skills install @jvy/shpInspect, explain, validate, and convert ESRI Shapefile datasets, including .shp/.shx/.dbf/.prj sidecar requirements, CRS detection, field-name/type limits,...
openclaw skills install @jvy/shpUse this skill for practical Shapefile handling, debugging, and migration planning.
.shp, .shx, .dbf, .prj, and optionally .cpg.qgis..shp file..shx or .dbf usually means the dataset is incomplete..prj means CRS is unknown, not automatically WGS84..cpg; without it, non-ASCII text can decode incorrectly..dbf exists and encoding is correct..prj exists and the CRS was not guessed incorrectly.GPKG.GeoJSON only when the CRS and precision tradeoffs are acceptable.qgis.project or wgs84.qgis.mapbox or cesium as appropriate.{baseDir}/references/patterns.md when you need concrete Shapefile validation, packaging, or conversion guidance.