goplaces

Query the Google Places API for text search, details, resolution, and reviews.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill goplaces-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/skills/goplaces
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill goplaces-badbsallyy

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 and retrieve information about places.

Core Features & Use Cases

  • Text Search: Find places based on keywords and filters like opening hours or ratings.
  • Place Details: Retrieve comprehensive information for a specific place using its ID.
  • Place Resolution: Convert human-readable place names or addresses into structured place data.
  • Use Case: Find nearby coffee shops that are currently open and have a minimum rating of 4 stars.

Quick Start

Use the goplaces skill to search for "coffee" and filter for places that are currently open.

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I query the Google Places API for text search via command line?

You can query the Google Places API for text search by using the goplaces CLI to find places based on keywords and filters like opening hours or minimum ratings. The tool facilitates both human-friendly place lookup and structured JSON output for scripting.

Do I need a Google Places API key to retrieve place details and reviews?

Yes, retrieving place details and reviews requires a GOOGLE_PLACES_API_KEY environment variable for authentication. This environment variable is necessary to access location-based data through the goplaces CLI.

Can I convert human-readable place names into structured JSON data?

Yes, you can convert human-readable place names or addresses into structured place data using the place resolution feature. This functionality transforms location text into structured JSON output suitable for scripting and automation.

How do I find nearby places that are currently open and have a minimum rating?

You can find nearby places by running a text search through the goplaces CLI with specific filters. For example, you can search for a term like coffee while applying filters for places currently open and having a minimum rating of 4 stars.

Does the goplaces CLI support structured JSON output for automation?

Yes, the goplaces CLI supports structured JSON output for scripting and automation tasks. It facilitates human-friendly place lookup while also providing structured data formats retrieved directly from the Google Places API.

What are the limitations of using a CLI for Google Places API searches?

The goplaces CLI is limited to text search, place details, resolution, and reviews via the Google Places API. It requires a valid GOOGLE_PLACES_API_KEY environment variable to function and cannot operate without proper authentication credentials.