goplaces

Query Google Places from the command line for text search, details, and reviews.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/leto-labs/openclaw-bootstrap-config --skill goplaces-leto-labs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/leto-labs/openclaw-bootstrap-config/tree/main/.agents/skills/goplaces
Command: npx skills add https://github.com/leto-labs/openclaw-bootstrap-config --skill goplaces-leto-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI helps users quickly locate places by querying Google Places from the command line, delivering human-readable output or JSON for scripts.

Core Features & Use Cases

  • Text search for places by name or keyword.
  • Retrieve place details, reviews, and basic metadata.
  • Produce JSON output for scripting pipelines or dashboards.

Quick Start

Run goplaces search "coffee near me" to see top nearby results.

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 the goplaces CLI, which supports text search, place details, and reviews, returning human-readable output or JSON for scripting.

Can I get JSON output from Google Places searches for my scripts?▼

Yes, the Google Places CLI produces JSON output for scripting pipelines or dashboards, allowing you to easily pipe place details, reviews, and search results into other command line tools.

What do I need to query Google Places data via a CLI?▼

To query Google Places data via the CLI, you need a Google Places API key and macOS to install the goplaces binary through Homebrew before running text searches or fetching place details.

How do I retrieve place reviews and details using a Google Places CLI?▼

You retrieve place reviews and details by executing the resolve and reviews commands in the Google Places CLI, which fetches basic metadata and returns it in a human-readable format or JSON.

Is there a way to find nearby places fast without using a web interface?▼

Finding nearby places fast without a web interface is possible by running a text search like 'goplaces search "coffee near me"' in your terminal to immediately see top nearby results.

What are the limitations of using a command line interface for Google Places searches?▼

Limitations of using the Google Places CLI include requiring macOS for Homebrew installation and a valid API key, as it is designed for command line text search and details retrieval rather than interactive map browsing.