What problem does it solve? Looking up places, ratings, and reviews through the Google Places API normally requires writing HTTP client code and parsing raw API responses. This Skill wraps the goplaces CLI so you can run text searches, resolve locations, and fetch place details directly from the command line with human-readable output or JSON for scripts. ## Core Features & Use Cases - Text Search with Filters: Search places by keyword with options like open-now, minimum rating, type filter, location bias, radius, and pagination. - Place Details and Reviews: Retrieve full details for a place ID, including user reviews, via a single command. - Script-Friendly JSON Output: Add --json to any command to pipe structured results into other tools or automation workflows. - Use Case: Find the top-rated coffee shops currently open near a coordinate, then fetch reviews for the best match to include in a location recommendation report. ## Quick Start Use the goplaces skill to search for coffee shops near latitude 40.8, longitude -73.9 that are open now with a rating of at least 4.