goplaces

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies querying the Google Places API, allowing users to easily find places, get details, and resolve locations without complex API calls.

Core Features & Use Cases

  • Text Search: Find places based on keywords (e.g., "coffee", "pizza").
  • Place Details: Retrieve comprehensive information about a specific place, including reviews.
  • Location Resolution: Find places by address or name.
  • Use Case: Planning a trip and need to find highly-rated Italian restaurants within a 5km radius of your hotel? This Skill can do that.

Quick Start

Use the goplaces skill to search for "bookstores" near "1600 Amphitheatre Parkway, Mountain View, CA".

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 for text search and place details?

You query the Google Places API by using this Skill to perform text searches, retrieve comprehensive place details including reviews, and resolve locations through simple commands. It requires a GOOGLE_PLACES_API_KEY to function.

Do I need a GOOGLE_PLACES_API_KEY to find places and resolve locations?

Yes, you need a GOOGLE_PLACES_API_KEY to find places and resolve locations. This Skill requires the key to authenticate your requests and query the Google Places API for dynamic location data and business information.

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

Yes, you can get Google Places API output in JSON format for scripting. This Skill supports human-friendly output for quick reading and JSON format to seamlessly integrate dynamic location data into your automated applications.

What is the best way to search for specific businesses like coffee shops near an address?

The best way to search for specific businesses like coffee shops near an address is using the text search feature. This Skill queries the Google Places API with keywords and location resolution to find matching places within a specified radius.

Does this Google Places API Skill work with command line interfaces?

Yes, this Google Places API Skill works with command line interfaces. It functions as a CLI tool, allowing you to easily find places and get details without complex API calls directly from your terminal environment.

What location resolution limitations should I anticipate when querying Google Places?

When querying Google Places, you should anticipate that location resolution and text search results are limited by your GOOGLE_PLACES_API_KEY quota and the accuracy of the underlying Google Places API database for the requested address or business name.