What problem does it solve? Looking up places, ratings, and reviews through the Google Places API (New) normally requires writing HTTP requests and parsing raw JSON responses. This Skill wraps that workflow in the goplaces CLI so you can search, resolve, and inspect places with single commands. ## Core Features & Use Cases - Text Search with Filters: Search places by keyword with options like open-now, minimum rating, location bias, radius, and pagination. - Place Details and Reviews: Fetch full details and reviews for a specific place ID, or resolve a free-form location string into candidates. - Scriptable JSON Output: Human-readable output by default, with a --json flag for piping results into scripts and automation. - Use Case: Ask for the top-rated coffee shops near a coordinate that are currently open, then pull reviews for the best match to inform a recommendation. ## 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.