goplaces

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

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/syxscott/PaleoClaw --skill goplaces-syxscott
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/syxscott/PaleoClaw/tree/main/skills/goplaces
Command: npx skills add https://github.com/syxscott/PaleoClaw --skill goplaces-syxscott

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a command-line interface to query the Google Places API, making it easy to find information about locations without needing to write custom API calls.

Core Features & Use Cases

  • Text Search: Find places based on keywords (e.g., "coffee shops", "restaurants").
  • Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
  • Location Resolution: Find places based on human-friendly addresses or coordinates.
  • Scripting: Output results in JSON format for easy integration into automated workflows.

Quick Start

Use the goplaces skill to search for "Italian restaurants" 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 a text search query with the goplaces CLI. This tool processes keywords like "coffee shops" and returns matching location data directly in your terminal without requiring custom API calls.

Do I need a Google Places API key to query location data with a CLI tool?

Yes, you must provide a Google Places API key to authenticate CLI location queries. The goplaces tool requires this key to resolve addresses, perform text searches, and retrieve specific place details from Google Maps.

Can I get Google Places API search results in JSON format for scripting?

Yes, the Google Places API CLI supports JSON output for scripting and automated workflows. You can retrieve text search results, place details, and location resolution data in JSON format to integrate into your existing command-line pipelines.

What's the best way to retrieve place details and reviews using Google Maps API?

The best way to retrieve place details and reviews is by querying a specific place ID using the goplaces CLI. This fetches comprehensive information about the location directly from the Google Places API, including available reviews and metadata.

How do I resolve human-friendly addresses to coordinates using the Google Places API?

You can resolve human-friendly addresses to coordinates by utilizing the location resolution feature of the goplaces CLI. This queries the Google Places API to translate standard addresses into precise geographical location data for your application.