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 generation, altitude tuples, Google Earth packaging issues, and conversion guidance. Use when the user asks about KML, KMZ, Google Earth placemarks, coordinate extraction, KML cleanup, KMZ debugging, or KML data processing. 中文触发:KML、KMZ、谷歌地球、地标、坐标提取、KML 校验、KMZ 解包、KML 数据处理。
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.