goplaces

Search Google Places API via the goplaces CLI for text searches, details, locations, and reviews.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jonnytacos8/closed_claw --skill goplaces-jonnytacos8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/jonnytacos8/closed_claw/tree/main/skills/goplaces
Command: npx skills add https://github.com/jonnytacos8/closed_claw --skill goplaces-jonnytacos8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Simplify access to Google Places data by offering a lightweight CLI to search for places, fetch details, resolve locations, and retrieve reviews without writing code.

Core Features & Use Cases

  • Human-friendly place search: quickly find places by name or query and view essential details.
  • Details & reviews: fetch place details and user reviews for quick assessment.
  • Scriptable output: switch to JSON with --json for easy integration into automation and data pipelines.

Quick Start

Run goplaces search "coffee near me" to obtain the top matches.

Frequently Asked Questions about goplaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Google Places from the command line?

You can search Google Places from the command line by running text searches through the goplaces CLI, which returns human-friendly place matches and essential details without requiring custom code.

Does the CLI require a Google Places API key to fetch place details?

Yes, fetching place details and user reviews requires a GOOGLE_PLACES_API_KEY to authenticate requests and retrieve data from the Google Places API.

Can I get JSON output from Google Places API searches for data pipelines?

Yes, you can retrieve JSON output from Google Places API searches by appending the --json flag, enabling easy integration into automation scripts and data collection pipelines.

What is the best way to automate location-based workflows without writing code?

The best way to automate location-based workflows without writing code is using a lightweight CLI to resolve locations and fetch reviews via configurable environment variables and JSON output.

Can I configure a custom base URL for Google Places API requests?

Yes, you can configure a custom base URL for Google Places API requests by setting the GOOGLE_PLACES_BASE_URL environment variable to route your CLI traffic.