goplaces

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

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lehalpaul/agents --skill goplaces-lehalpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/lehalpaul/agents/tree/main/skills/goplaces
Command: npx skills add https://github.com/lehalpaul/agents --skill goplaces-lehalpaul

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 get information about places without needing to write custom API integration code.

Core Features & Use Cases

  • Text Search: Find places based on keywords, with options for filtering by opening hours, ratings, and proximity.
  • Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
  • Place Resolution: Resolve place names or addresses into specific place IDs.
  • Use Case: Quickly find nearby restaurants with a minimum rating of 4 stars that are currently open, or get detailed information and reviews for a specific landmark.

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

You can query the Google Places API from the command line by using a CLI tool that wraps API calls for text search, place details, and place resolution. It requires a Google Places API key to authenticate requests.

Can I find nearby businesses using Google Places API without writing custom code?

Yes, you can find nearby businesses using the Google Places API without writing custom code by leveraging a command-line interface. It performs text searches to locate points of interest based on keywords, proximity, and opening hours.

Do I need a Google Places API key to search for location data?

Yes, a Google Places API key is required to search for location data using this tool. The key authenticates your requests for text search, place resolution, and retrieving comprehensive place details including reviews.

How do I get detailed information and reviews for a specific place ID?

To get detailed information and reviews for a specific place ID, use the place details feature of the Google Places API CLI. This retrieves comprehensive data about the location without needing manual API integration.

Does the Google Places API CLI support JSON output for scripting?

Yes, the Google Places API CLI supports JSON output for scripting purposes. It offers both human-friendly output for quick reading and JSON format to enable automated data retrieval workflows.

What is the best way to resolve an address into a specific Google Place ID?

The best way to resolve an address into a specific Google Place ID is using a place resolution CLI tool. It queries the Google Places API to translate human-readable names or addresses into exact place identifiers.