goplaces

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

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill goplaces-xcriminal1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/xcriminal1/Xcriminal-bot/tree/main/skills/goplaces
Command: npx skills add https://github.com/xcriminal1/Xcriminal-bot --skill goplaces-xcriminal1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

goplaces provides a fast, human-friendly CLI to query Google Places data, eliminating manual lookups and API boilerplate.

Core Features & Use Cases

  • Human-readable search results by default, with optional JSON for scripting
  • Resolve and fetch place details and user reviews to inform location-based decisions
  • Use in scripts or integrations to power location-aware workflows

Quick Start

Install the goplaces CLI, configure your GOOGLE_PLACES_API_KEY, and run a sample search to see 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 CLI without writing API boilerplate?

Google Places data can be queried from the CLI using a dedicated command-line tool that handles API boilerplate, returning human-readable search results and place details directly in your terminal.

What's the best way to fetch Google Places reviews and details for a specific location?

Fetching Google Places reviews and details requires using the resolve and details commands of a CLI tool, which retrieves location-based information and user reviews to inform your decisions.

Do I need a Google Places API key to search for locations in the terminal?

A Google Places API key is required to configure the CLI and authenticate your text search, resolve, and place details requests before querying location data.

Can I script Google Places text searches and output JSON for machine processing?

Google Places text searches can be scripted by toggling the CLI output to JSON format, enabling seamless integration into automated, location-aware workflows and machine processing pipelines.

How do I install and configure a CLI for Google Places lookups on macOS?

Installing the CLI for Google Places lookups on macOS is done via Homebrew, followed by configuring your Google Places API key as an environment variable to start running sample searches.

Does the goplaces CLI support interactive lookups alongside script-based workflows?

The goplaces CLI supports both interactive lookups for manual exploration and script-based workflows for automation, covering typical tasks like text search, resolve, and fetching place details.