📦 Openstreet Map — 地理编码制图
v1.0.0调用 OpenStreetMap 服务,将地名批量转为坐标并生成带标注的地图,支持路线规划与可视化导出。
0· 116·0 当前·0 累计
下载技能包
最后更新
2026/3/29
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
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 OP...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/29
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install openstreet-map
镜像加速npx clawhub@latest install openstreet-map --registry https://cn.longxiaskill.com镜像同步中