maps-and-places
Search places, find nearby POIs, and get driving directions using OpenStreetMap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Search places, find nearby POIs, and get driving directions using OpenStreetMap
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Look up encyclopedic facts and article text from Wikipedia via the public MediaWiki API
Resolve entities, fetch structured facts, and run SPARQL queries against Wikidata
Determine the user's current location from GeoClue data
Read recent desktop notifications from a JSON history file written by a notification-history daemon.
Onboard or reconfigure other pi-chat skills (URLs, usernames, credentials) by triggering a popup that the user fills in directly — values never travel through chat.
Get the current date and time to answer time-related questions
| name | Maps and Places |
| description | Search places, find nearby POIs, and get driving directions using OpenStreetMap |
Use osm-cli to search for places, find nearby points of interest, and get driving directions.
osm-cli search "Marienplatz, Munich"
osm-cli search "Berlin" --limit 3
Returns name, address, coordinates, and type.
osm-cli nearby "restaurant" --limit 5
osm-cli nearby "train station"
osm-cli nearby "Starbucks" --location 48.137,11.575 --radius 5000
Automatically uses your current location from the location skill.
Override with --location LAT,LON. Adjust search radius with --radius (meters, default 2000).
Common search terms: restaurant, cafe, pharmacy, supermarket, train station, bus stop, hospital, atm, fuel, hotel, parking, bank, bakery, bar, pub, cinema, museum, park, dentist, doctor, gym.
You can also search by name (e.g. osm-cli nearby "Starbucks").
osm-cli route "Munich" "Berlin"
Shows distance, duration, and step-by-step driving directions. Only driving directions are available.
nearby command reads $XDG_RUNTIME_DIR/spaces/location.json automatically when no --location is given.osm-cli nearby "train station" → db-cli for train connections.osm-cli search to geocode a place name into coordinates for other tools.