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 Google Places API (New) in the goplaces CLI so you can search, resolve, and inspect places directly from the terminal with human-readable output or JSON. ## Core Features & Use Cases - Text Search with Filters: Search places by keyword with filters like open-now, minimum rating, location bias, radius, and pagination tokens. - Place Details and Reviews: Fetch full details and reviews for a specific place ID, or resolve a free-form location string into candidate places. - Scriptable JSON Output: Use the --json flag to pipe structured results into scripts and automation workflows. - Use Case: Find the top-rated coffee shops currently open near a coordinate by running a filtered search, then pull reviews for the best match to compare options. ## Quick Start Use the goplaces skill to search for five highly rated coffee shops that are open now near me.