What problem does it solve? Finding and retrieving structured information about real-world places—restaurants, shops, landmarks—requires calling the Google Places API directly, which involves authentication, pagination, and response parsing. This Skill wraps the goplaces CLI so you can search places, resolve locations, and pull details or reviews with simple commands. ## Core Features & Use Cases - Text Search with Filters: Search places by keyword with filters like open-now, minimum rating, price level, and location bias with radius. - Place Details & Reviews: Resolve a location name to candidates, then fetch full details and reviews for a specific place ID. - Scriptable JSON Output: Use the --json flag to pipe structured results into scripts or other tools. - Use Case: Ask for the top-rated coffee shops near a coordinate that are currently open, then fetch reviews for the best match to summarize customer sentiment. ## Quick Start Use the goplaces skill to search for highly rated pizza places near latitude 40.8, longitude -73.9 within 3 kilometers and show the results as JSON.