goplaces

Query the Google Places API for text search, place details, and reviews via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to query the Google Places API, enabling users to find information about places, resolve locations, and retrieve details and reviews.

Core Features & Use Cases

  • Text Search: Find places based on keywords, with options for filtering by opening hours, rating, and proximity.
  • Place Resolution: Resolve human-readable addresses or place names into specific locations.
  • Place Details: Retrieve comprehensive information about a specific place, including reviews.
  • Use Case: Find nearby highly-rated Italian restaurants that are currently open.

Quick Start

Use the goplaces skill to search for "bookstores" near "1600 Amphitheatre Parkway, Mountain View, CA".

Frequently Asked Questions about goplaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for nearby places using the Google Places API from the command line?

You can search for nearby places using the Google Places API by running text search queries with the goplaces CLI. It filters results by opening hours, rating, and proximity, outputting structured JSON for scripting.

Can I retrieve customer reviews for a specific location via Google Places API?

Yes, you can retrieve customer reviews for a specific location via the Google Places API. The goplaces CLI fetches comprehensive place details including reviews by resolving human-readable place names into specific locations.

Do I need an API key to query Google Places API for place details?

Yes, you need an API key to query Google Places API for place details. The goplaces CLI requires a GOOGLE_PLACES_API_KEY environment variable configured for authentication and access to Google's location data services.

How do I resolve a human-readable address into a specific location using Google Places API?

To resolve a human-readable address into a specific location using Google Places API, pass the address string to the goplaces CLI. It handles place resolution, converting readable names into precise location data.

What is the best way to find highly-rated restaurants that are currently open using Google Places API?

The best way to find highly-rated restaurants currently open using Google Places API is the goplaces CLI text search. It applies filters for opening hours and rating proximity, returning matching places as JSON output.

Can I output Google Places API search results as JSON for scripting?

Yes, you can output Google Places API search results as JSON for scripting. The goplaces CLI supports JSON output, allowing you to integrate location search, place details, and reviews data into automated workflows.