Install
openclaw skills install @jvy/kmlInspect, validate, summarize, and extract data from KML and KMZ files, including Placemark geometry counts, Folder structure, coordinate ranges, bbox generat...
openclaw skills install @jvy/kmlUse this skill for practical KML and KMZ inspection, validation, and lightweight data extraction.
This skill is optimized for safe analysis of KML structure and coordinates. For deterministic reprojection, clipping, format conversion, or batch GIS processing on files, hand off to qgis.
.kml and .kmz files.doc.kml, malformed XML, empty Placemark, or suspicious coordinate order..kml file or a .kmz archive.qgis.python3 {baseDir}/scripts/kml_tool.py summary --file ./data/sample.kml
python3 {baseDir}/scripts/kml_tool.py validate --file ./data/sample.kmz
python3 {baseDir}/scripts/kml_tool.py placemarks --file ./data/sample.kml
lon,lat[,alt] unless the source explicitly says otherwise.qgis.kml or kmz.geocode.wgs84.qgis.leaflet, mapbox, or cesium as appropriate.{baseDir}/references/patterns.md for KML/KMZ structure notes, common failures, and escalation guidance.