goplaces

Query Google Places data via the goplaces CLI for text search, details, resolve, and reviews.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill goplaces-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/Luzzer/Kraken/tree/main/skills/goplaces
Command: npx skills add https://github.com/Luzzer/Kraken --skill goplaces-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds and presents Google Places information directly from the command line, reducing search context switching and speeding up location research.

Core Features & Use Cases

  • Text search and place lookup with human-friendly results.
  • View place details, resolve locations, and access reviews.
  • JSON output mode for scripting and automation.

Quick Start

Ask goplaces to search for 'coffee near me' and return the top results.

Frequently Asked Questions about goplaces

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

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

Query Google Places from the command line using the goplaces CLI to perform text searches, retrieve place details, resolve locations, and access reviews. It requires a GOOGLE_PLACES_API_KEY to function.

Can I get JSON output from a Google Places API search for scripting?

Yes, the Google Places CLI search supports a JSON output mode specifically designed for script automation. This allows you to pipe location data directly into other workflows.

What do I need to use a CLI tool for Google Places lookup?

To use the Google Places CLI for lookups, you need a valid GOOGLE_PLACES_API_KEY. The tool also supports optional base URL overrides if you need to route requests differently.

How do I find place details and reviews without a browser?

Find place details and reviews without a browser by executing a text search via the goplaces CLI. It returns human-friendly readable text for quick location research or JSON for automation.