What problem does it solve?
This Skill provides a command-line interface to the Google Places API, enabling users to easily search for places, get details, resolve locations, and retrieve reviews without complex API integrations.
Core Features & Use Cases
- Place Search: Find businesses and points of interest based on text queries, with options for filtering by opening hours, rating, and proximity.
- Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
- Location Resolution: Convert human-readable addresses or place names into structured location data.
- Use Case: A user needs to find nearby highly-rated pizza restaurants open now. They can use
goplaces search "pizza" --open-now --min-rating 4 to get a list of relevant options.
Quick Start
Use the goplaces skill to search for "coffee shops" near a specific latitude and longitude.