kml
v1.0.0Inspect, validate, summarize, and extract data from KML and KMZ files, including Placemark geometry counts, Folder structure, coordinate ranges, bbox generat...
⭐ 0· 87·0 current·0 all-time
by@jvy
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and examples. Required binary is python3 and the code implements summary, validation, and placemark extraction as described — nothing requests unrelated services or credentials.
Instruction Scope
SKILL.md instructs the agent to parse local .kml/.kmz files and to read the bundled reference docs. The runtime instructions and example commands only reference local paths and the included script; they do not instruct the agent to read unrelated system files or send data to external endpoints.
Install Mechanism
Install uses a standard brew formula for Python (python). This is a low-risk, conventional install path and the skill itself is a pure Python script bundled in the package (no remote downloads or exec of fetched binaries).
Credentials
No environment variables, credentials, or config paths are requested. The tool only needs local file access to whatever KML/KMZ file is supplied, which is proportional to the stated tasks.
Persistence & Privilege
always is false and the skill does not modify other skills or system config. The provided agents/openai.yaml sets allow_implicit_invocation: true (normal for skills) so the agent could call it autonomously; this is expected but worth noting if you prefer to restrict implicit invocations.
Assessment
This skill appears to do exactly what it says: local parsing and reporting of KML/KMZ files using a bundled Python script. Before installing, confirm you are comfortable allowing the agent to run python3 on local files. Do not feed sensitive files containing secrets or private data unless you trust the agent environment, since the tool prints parsed contents (JSON) to stdout and those logs could be recorded. If you prefer to avoid autonomous use, disable implicit/automatic invocation in agent settings. Finally, be aware that extremely large or pathological XML/KMZ files could cause resource consumption when parsed — consider testing with a sample file first.Like a lobster shell, security has layers — review code before you run it.
latestvk97a1qjf2d1x2wbsnvzhwq0r8583bjzr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌐 Clawdis
Binspython3
Install
Install Python 3 (brew)
Bins: python3
brew install python