goplaces

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

5|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill goplaces-0xhoneyjar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/0xHoneyJar/loa-beauvoir/tree/main/skills/goplaces
Command: npx skills add https://github.com/0xHoneyJar/loa-beauvoir --skill goplaces-0xhoneyjar

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, simplifying the process of querying place information, resolving locations, and retrieving reviews.

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, including reviews.
  • Location Resolution: Convert human-readable addresses into place information.
  • Use Case: Quickly find nearby coffee shops with a rating above 4 stars, or get detailed information about a specific restaurant by its name.

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 nearby businesses using the Google Places API from the command line?

Search for nearby businesses using the Google Places API via the goplaces CLI by running a text search with keywords and filters like 'open now' or 'minimum rating'. It returns human-readable output or JSON for scripting.

Do I need a Google Places API key to query location data and reviews?

You need a Google Places API key to query location data and reviews. The CLI requires the GOOGLE_PLACES_API_KEY environment variable to be set before executing text searches, place details, or location resolution requests.

Can I get detailed information and reviews for a specific restaurant using its place ID?

You can get detailed information and reviews for a specific restaurant using its place ID. The goplaces CLI queries the Google Places API to retrieve comprehensive place details, returning results in either human-friendly text or JSON.

What is the best way to convert a human-readable address into Google Places location data?

The best way to convert a human-readable address into Google Places location data is using the goplaces CLI's location resolution feature. It parses addresses into structured place information suitable for programmatic use.

Does the goplaces CLI support JSON output for scripting and automation?

The goplaces CLI supports JSON output for scripting and automation. Alongside human-friendly output, it formats Google Places API responses as JSON, allowing you to programmatically parse text search results and place details.