<< All versions
CLI Tool:
Skill v1.0.1
currentLLM-judged scan90/100daxaur/openpaw/c-location
2 files
──Details
PublishedMay 30, 2026 at 10:37 PM
Content Hashsha256:9312d7949a4d9c1a...
Git SHAa2562d1c5cb2
Bump Typepatch
──Files
Files (1 file, 1.6 KB)
SKILL.md1.6 KBactive
SKILL.md · 49 lines · 1.6 KB
version: "1.0.1" name: c-location description: Search Apple Maps, find nearby places, and get directions using the goplaces CLI. Supports keyword searches, category filters (restaurants, coffee, gas), and turn-by-turn directions by driving, walking, or transit. tags: [maps, location, apple-maps, directions, places, search]
What This Skill Does
Queries Apple Maps via the goplaces CLI to search for places, find businesses nearby, and get directions between locations.
CLI Tool: goplaces
Common Commands
bash
# Search for a place by name or keywordgoplaces search "coffee shops near downtown Austin"# Find nearby places by categorygoplaces nearby "pizza"goplaces nearby "gas station"# Get directions between two locationsgoplaces directions "Austin TX" "San Antonio TX"goplaces directions --mode walking "Zilker Park" "South Congress Ave"# Get details about a specific placegoplaces details "Barton Springs Pool, Austin"
Transport Modes
--mode driving(default)--mode walking--mode transit
Usage Guidelines
- Use natural language for location queries —
goplaceshandles geocoding automatically. - For "nearby" searches, the current device location is used unless a starting point is specified.
- When providing directions, confirm origin and destination with the user if ambiguous.
- Present results as a numbered list when multiple places are returned.
Notes
- Requires macOS with location services enabled for proximity searches.
- Results are sourced from Apple Maps — coverage quality varies by region.