← 返回 Skills 市场
poxenstudio

Openstreet Map

作者 PoxenStudio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openstreet-map
功能描述
Use when you need OpenStreetMap geocoding or annotated map generation for a set of places.
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: openstreet-map Version: 1.0.0 The skill provides legitimate geocoding and map rendering functionality using OpenStreetMap's Nominatim and tile services. The Python script `tools/openstreet_skill.py` uses standard libraries (`requests`, `Pillow`) to process data and generate images, with no evidence of malicious behavior, data exfiltration, or unauthorized execution. A minor bug exists in the environment variable override logic where it attempts to replace the wrong domain string, but this is an unintentional flaw and does not pose a security risk.
能力评估
Purpose & 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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openstreet-map
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openstreet-map 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenStreet Map Skill v1.0.0 - Initial release providing OpenStreetMap integration for geocoding and map generation. - Supports querying location data for a single place using Nominatim. - Enables rendering annotated maps with multiple places, numbered markers, and a legend. - Allows map output as a PNG file or as a base64-encoded string in JSON. - Provides environment variable override for OpenStreetMap host endpoints. - Detailed CLI usage and integration notes for use with OpenClaw.
元数据
Slug openstreet-map
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Openstreet Map 是什么?

Use when you need OpenStreetMap geocoding or annotated map generation for a set of places. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 Openstreet Map?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openstreet-map」即可一键安装,无需额外配置。

Openstreet Map 是免费的吗?

是的,Openstreet Map 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Openstreet Map 支持哪些平台?

Openstreet Map 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openstreet Map?

由 PoxenStudio(@poxenstudio)开发并维护,当前版本 v1.0.0。

💬 留言讨论