بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.