goplaces

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Query Google Places data from the CLI for text search, place details, resolve, and reviews.

Core Features & Use Cases

  • Text search: search for places by keywords with optional filters and limits.
  • Place details & reviews: fetch detailed information and user reviews for a place.
  • JSON output: enable machine-friendly JSON for scripts and automation.

Quick Start

Run goplaces search "coffee" --open-now --limit 5 to retrieve matching places.

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 can query Google Places data from the CLI by running text searches for places by keywords, applying optional filters and limits to retrieve matching locations directly in your terminal.

Can I get machine-friendly JSON output from Google Places searches for automation?

Yes, you can enable machine-friendly JSON output from Google Places searches to support scriptable automation, allowing seamless integration for location discovery, travel planning, and data aggregation workflows.

How do I fetch place details and user reviews using a CLI search?

You can fetch detailed information and user reviews for a specific place by executing a place details query from the CLI, returning the requested location data directly to your terminal interface.

Do I need an API key to search Google Places from the terminal?

Yes, you need a Google Places API key to execute search, resolve, and review queries from the terminal, requiring initial API key setup before retrieving location data.

What is the best way to script location discovery queries across multiple places?

The best way to script location discovery queries is using CLI commands with JSON output, enabling automated text searches by keywords with filters to aggregate place data across travel planning workflows.