goplaces

Query Google Places data from the command line with text search, details, resolve, and reviews.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill goplaces-seasonmac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/seasonmac/Full-Scene-Agents/tree/main/openclaw/skills/goplaces
Command: npx skills add https://github.com/seasonmac/Full-Scene-Agents --skill goplaces-seasonmac

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query Google Places data from the command line for fast place discovery. This CLI enables human-friendly lookup and script-friendly JSON output, reducing the friction of locating places and obtaining details, reviews, and resolve results without leaving the terminal.

Core Features & Use Cases

  • Text search for places with optional filters (open now, radius, rating)
  • Place details and reviews retrieval
  • JSON output for scripting and automation

Use case: quickly assemble a JSON list of nearby cafés with ratings for a neighborhood analysis or a travel itinerary.

Quick Start

Run goplaces search "coffee" --open-now --limit 5 to retrieve nearby options.

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?

You query Google Places data from the command line by using a CLI tool that performs text searches and retrieves place details directly in your terminal. It returns either human-readable text or JSON output for immediate use.

What is the best way to get Google Places reviews in JSON format for scripting?

Getting Google Places reviews in JSON format is achieved by running a CLI query that fetches reviews and outputs structured JSON. This format is designed specifically for automation scripts and seamless data processing.

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

Yes, you need a Google Places API key to search for places via CLI. The command line tool requires this key to authenticate requests for text search, details, resolve, and reviews retrieval functions.

Can I filter Google Places text search results by rating and radius?

You can filter Google Places text search results by applying optional parameters like open now, radius, and rating. This allows you to quickly narrow down nearby place options based on specific criteria.

How do I automate fetching nearby places data for a neighborhood analysis?

You automate fetching nearby places data by running CLI text search commands with filters and exporting the results to JSON. This enables quick assembly of structured place lists for neighborhood analysis or travel itineraries.