What problem does it solve? Finding and retrieving structured information about real-world places—such as restaurants, shops, or landmarks—requires manual Google Maps searches or writing custom API integrations. This Skill wraps the Google Places API (New) in a simple CLI so you can search, resolve, and inspect places directly from the terminal or scripts. ## Core Features & Use Cases - Text Search with Filters: Search places by keyword with filters like open-now, minimum rating, location bias, radius, and price level. - Place Details & Reviews: Fetch full details and reviews for a specific place using its place ID. - Scriptable JSON Output: Use --json to pipe structured results into other tools or automation workflows. - Use Case: Ask your assistant to find the top-rated coffee shops near a location that are currently open, then pull reviews for the best match to help decide where to go. ## Quick Start Use the goplaces skill to search for highly rated pizza places near coordinates 40.8, -73.9 that are open now and return the results as JSON.