goplaces

Search Google Places from the CLI with text search, details, and reviews.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a fast, human-friendly way to search Google Places from the command line, fetch place details, and review results, reducing the friction of switching apps and enabling quick decisions.

Core Features & Use Cases

  • Text Search: Find places by keywords and location with readable output.
  • Details & Reviews: Retrieve place details and user reviews for quick evaluation.
  • Resolve & Export: Get structured data and optional JSON output for scripting.

Quick Start

Run goplaces search 'coffee near me' to locate nearby coffee shops with readable output or JSON for automation.

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 using a CLI tool that performs text searches by keywords and location. It provides human-readable output directly in the terminal or JSON data for scripting and automation contexts.

Can I get place details and reviews using a Google Places API key in my terminal?

Yes, with a Google Places API key you can retrieve place details and user reviews in your terminal. The CLI fetches structured data for quick evaluation, displaying results in a human-friendly format or as JSON.

What is the best way to script Google Places text searches and export JSON results?

The best way to script Google Places text searches and export JSON results is by using a dedicated CLI tool. It resolves queries into structured data and outputs JSON, enabling seamless integration into automated workflows.

Do I need a Google Places API key to fetch place data via CLI?

Yes, you need a Google Places API key to fetch place data via CLI. The command-line tool requires this key to authenticate requests for text searches, place details, and user reviews.

How do I install a command line tool for querying Google Places?

You can install a command line tool for querying Google Places via Homebrew using the goplaces formula. Once installed, you run text searches like 'goplaces search' to find nearby locations.

Why use a CLI tool instead of the Google Places web interface for finding locations?

Using a CLI tool instead of the Google Places web interface reduces the friction of switching applications and enables quick decisions. It allows you to discover, inspect, and resolve place data directly within your terminal or scripts.