ワンクリックで
openstreetmap
Forward and reverse geocoding via Nominatim (no API key, ~1 req/sec).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Forward and reverse geocoding via Nominatim (no API key, ~1 req/sec).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
SOC 職業分類に基づく
| name | OpenStreetMap |
| description | Forward and reverse geocoding via Nominatim (no API key, ~1 req/sec). |
| requires | {"bins":[],"env":[]} |
Use this skill for geocoding (place → coordinates) and reverse geocoding
(coordinates → address). Backed by the openstreetmap extension which calls
Nominatim. No API key needed.
goplaces / Google PlacesgoplacesstatusNo arguments. Returns provider/endpoint/rate-limit info.
search (forward geocoding)query (string, required) — place query (e.g., "Museo del Prado, Madrid")limit (integer, optional, 1–20, default 5)country_codes (string, optional) — comma-separated ISO codes (e.g., "es,pt")Returns results: [{display_name, lat, lon, class, type, importance, boundingbox}].
reverse (reverse geocoding)lat (number, required, -90..90)lon (number, required, -180..180)zoom (integer, optional, 0..18, default 18)Returns {display_name, resolved:{lat,lon}, address:{road,city,state,country,country_code,postcode,...}}.
country_codes to disambiguate common place names ("Springfield", "Cambridge").display_name so the user can verify the right place was matched.search returns -32001 not found, try a broader query or include the country.