gmaps-cli
Installation
SKILL.md
Usage
# Search for a specific place
gmaps-cli search "Nobu Malibu"
# Find nearby places
gmaps-cli nearby "coffee" --limit 5
gmaps-cli nearby "restaurants" --location "48.1351,11.5820" --limit 3
# Get directions
gmaps-cli route "Munich" "Berlin"
gmaps-cli route "Times Square" "Central Park" --mode walking
gmaps-cli route "Brooklyn" "Manhattan" --mode transit