Install
openclaw skills install shpInspect, explain, validate, and convert ESRI Shapefile datasets, including `.shp/.shx/.dbf/.prj` sidecar requirements, CRS detection, field-name/type limits, encoding problems, multipart geometry issues, and migration guidance to GeoPackage or GeoJSON. Use when the user asks about shapefile, Shapefile, `.shp` files, DBF encoding, PRJ/CRS problems, or batch shapefile cleanup. 中文触发:shapefile、shp、dbf、prj、坐标系丢失、字段截断、编码乱码。
openclaw skills install 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.