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.