geojson

v1.0.0

Inspect, validate, summarize, and troubleshoot GeoJSON files and payloads, including FeatureCollection checks, geometry counting, bbox generation, coordinate...

0· 90·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (GeoJSON inspection, validation, bbox, coordinate checks) matches the provided script and SKILL.md. The only declared requirement is python3, which is proportionate to running the included Python helper.
Instruction Scope
Runtime instructions and examples are limited to parsing a file or inline JSON and running local validation/summary commands. The script reads only the provided file or JSON string, performs coordinate analysis, and prints JSON results. It does not attempt to read other system files, environment variables, or send data externally.
Install Mechanism
Install spec is a single Homebrew formula (python) to provide python3. This is a standard, proportional install for a Python-based helper; no untrusted downloads or archive extraction are used.
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not access any secrets or env vars. No disproportionate or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request permanent/global agent changes. agents/openai.yaml allows implicit invocation (normal for skills) but there is no additional privilege escalation or cross-skill config modification.
Assessment
This skill appears safe for read-only GeoJSON inspection: it runs a local Python script that reads a path or JSON string and prints validation/summary results, with no network calls or secret access. If you will run it on untrusted GeoJSON files, consider executing in a sandbox or isolated environment (to avoid processing very large or maliciously crafted files). If you need reprojection, editing, or measurements, follow the SKILL.md advice to use a dedicated GIS tool (qgis) rather than this validator. If you require additional assurance, review the included scripts/geojson_tool.py source before installing.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eyeccdrdr5te8ssmfzzjz7h83bay0

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

Comments