location
Determine the user's current location from GeoClue data
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Determine the user's current location from GeoClue data
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
Search places, find nearby POIs, and get driving directions using OpenStreetMap
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 | Location |
| description | Determine the user's current location from GeoClue data |
The user's current location is available as a JSON file, updated every 10 minutes via GeoClue (WiFi/GPS positioning).
cat "$XDG_RUNTIME_DIR/spaces/location.json"
This returns a JSON object with latitude, longitude, accuracy_meters, description, and updated fields.
Use this whenever the user asks location-dependent questions like:
updated timestamp if freshness matters.accuracy_meters field tells you how precise the fix is.For travel questions like "find the next train to Berlin":