goplaces

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual, scattered search for local places and their details is slow and error-prone; this skill provides a unified CLI to query Google Places and present human-friendly results by default or JSON for automation.

Core Features & Use Cases

  • Place search and ranking by proximity or relevance.
  • Fetch place details and reviews, with optional JSON output for scripting.
  • Use case: quickly identify a coffee shop nearby and compile a structured list for a report.

Quick Start

Search for 'coffee near me' and return the top 5 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 from the command line?

You can query Google Places from the command line using the goplaces CLI to perform text searches, resolve locations, and fetch place details and reviews. It returns human-readable output by default or JSON for scripting.

Can I get Google Places search results as JSON for automation?

Yes, you can get Google Places search results as JSON by requesting JSON output from the goplaces CLI. This allows script-driven data extraction and automation workflows for place discovery and details.

Do I need a Google Places API key to search for nearby places?

Yes, you need a Google Places API key to search for nearby places. The goplaces CLI requires the GOOGLE_PLACES_API_KEY environment variable to be set to perform text searches and fetch place reviews.

What's the best way to fetch place details and reviews using a CLI?

The best way to fetch place details and reviews using a CLI is with goplaces, which queries Google Places to rank results by proximity or relevance. It formats the output for human readability or structured JSON.

Can I use goplaces with a custom Google Places base URL for testing?

Yes, you can use goplaces with a custom base URL for testing by setting the optional GOOGLE_PLACES_BASE_URL environment variable. This allows you to redirect API requests during development or testing.

How does a CLI tool help with local place discovery and reporting?

A CLI tool helps with local place discovery by providing a unified interface to search Google Places, eliminating scattered manual searches. It quickly identifies nearby locations and compiles structured lists for reports.