Openstreet Map
v1.0.0Use when you need OpenStreetMap geocoding or annotated map generation for a set of places.
⭐ 0· 99·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description align with the provided code and CLI: the tool geocodes single queries and renders annotated maps from point lists. Required packages (Pillow, requests) and Python runtime are appropriate for image rendering and HTTP calls.
Instruction Scope
SKILL.md instructions and the code mostly match: both describe 'locate' and 'render' CLI actions, file or base64 inputs, and file output. One functional inconsistency: SKILL.md documents an OPENSTREET_MAP_HOST override, and the code reads that env var, but the host-replacement logic appears buggy (it attempts to replace the string 'openstreetmap.de', which does not exist in the default constants), so setting OPENSTREET_MAP_HOST may not produce the expected custom endpoints. Otherwise, instructions only access declared inputs/files and the optional OPENSTREET_MAP_HOST; the skill performs network requests only to OSM/Nominatim tile and search endpoints.
Install Mechanism
No install script is embedded; requirements.txt lists only Pillow and requests (standard, traceable PyPI packages). The SKILL.md suggests 'pip install -r requirements.txt' which is proportional to the functionality.
Credentials
No required environment variables or credentials are requested. The only optional env var is OPENSTREET_MAP_HOST to override endpoints (see the note above about a likely implementation bug). No secrets or unrelated credentials are needed.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system configuration. It reads input files and writes output images only to paths you provide; it does not persist privileged tokens or enable itself automatically.
Assessment
This skill appears to do what it says: geocode with Nominatim and stitch OSM tiles into an annotated PNG. Before installing, note: (1) it requires Internet access to contact nominatim.openstreetmap.org and tile.openstreetmap.org — make sure outbound network access is acceptable and you respect OSM/Nominatim usage and rate limits; (2) it intentionally can emit image data as base64 to stdout — avoid using --base64 unless necessary because large base64 payloads will bloat agent messages; (3) the OPENSTREET_MAP_HOST override is documented but the implementation likely contains a bug, so custom-host behavior may not work as expected; (4) the script will try to load system or bundled CJK fonts (reads common font paths) — this is normal for rendering multilingual labels but be aware it probes filesystem font locations; (5) installation is simply pip install -r requirements.txt (Pillow, requests). No credentials are requested and there are no hidden network endpoints in the code. If you need the host-override behavior, ask the author to fix the _resolve_service_endpoints replacement logic or inspect the code before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97912z3vyyb1kpyyrmhet2pp183t3p4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
