goplaces

Query the Google Places API via the goplaces CLI for text search, place details, and location resolution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with the Google Places API, enabling users to easily search for places, retrieve place details, and resolve location queries.

Core Features & Use Cases

  • Text Search: Find places based on keywords and various filters (e.g., open now, minimum rating).
  • Place Details: Get comprehensive information about a specific place using its ID.
  • Location Resolution: Convert human-readable addresses into place information.
  • Reviews: Fetch user reviews for a place.
  • Scripting: Output results in JSON format for integration with other scripts.

Quick Start

Use the goplaces skill to search for coffee shops near your current location.

Frequently Asked Questions about goplaces

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

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

You can search for places using the Google Places API by executing text searches via the goplaces CLI, filtering results by criteria like open now or minimum rating to find specific locations.

Can I get place details and user reviews from the Google Places API via CLI?

Yes, you can retrieve comprehensive place details and fetch user reviews from the Google Places API by providing a specific place ID to the goplaces CLI.

Do I need a Google Places API key to resolve locations from text addresses?

Yes, resolving human-readable addresses into place information requires setting the GOOGLE_PLACES_API_KEY environment variable to authenticate your goplaces CLI requests.

What is the best way to integrate Google Places API search results into my scripts?

The best way to integrate Google Places API search results into scripts is to use the goplaces CLI's JSON output format, which structures the text search and place details data for programmatic use.

Does the goplaces CLI support a custom base URL for Google Places API requests?

Yes, the goplaces CLI supports a custom base URL for Google Places API requests by optionally setting the GOOGLE_PLACES_BASE_URL environment variable alongside your API key.