goplaces

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

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MoRen9527/TriMetaverse --skill goplaces-moren9527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/MoRen9527/TriMetaverse/tree/main/reference/openclaw/skills/goplaces
Command: npx skills add https://github.com/MoRen9527/TriMetaverse --skill goplaces-moren9527

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying the Google Places API, allowing users to easily find information about locations, businesses, and points of interest.

Core Features & Use Cases

  • Text Search: Find places based on keywords and criteria like opening hours or ratings.
  • Place Details: Retrieve comprehensive information about a specific place, including reviews.
  • Place Resolution: Resolve ambiguous place names or addresses to specific locations.
  • Use Case: Quickly find nearby "coffee shops" that are currently open and have a minimum rating of 4 stars, displaying the top 5 results.

Quick Start

Use the goplaces skill to search for "coffee shops" that are currently open and have a minimum rating of 4 stars, limiting the results to 5.

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 Maps API?

To search for nearby places using the Google Maps API, you can perform a text search filtered by criteria like opening hours and minimum ratings, limiting the results to a specific number of locations.

What do I need to query Google Places API for location search?

To query the Google Places API for location search, you need the goplaces CLI binary installed and a valid GOOGLE_PLACES_API_KEY environment variable configured in your system.

Can I get place details and reviews with the Google Places API?

Yes, you can retrieve comprehensive place details and reviews with the Google Places API by requesting specific place information, resolving ambiguous names, and returning the data in human-friendly or JSON formats.

What is the best way to filter Google Places API text search results by rating?

The best way to filter Google Places API text search results by rating is to specify minimum rating thresholds and open status in your search query, effectively narrowing down the returned points of interest.

Does the goplaces CLI tool support JSON output for scripting?

Yes, the goplaces CLI tool supports JSON output for scripting workflows, alongside human-friendly output formats, allowing you to seamlessly integrate location search results into automated processes.

How to resolve ambiguous addresses to specific locations using Google Places API?

To resolve ambiguous addresses to specific locations using the Google Places API, utilize the place resolution feature to map vague names or addresses to precise geographical coordinates and verified points of interest.