goplaces

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

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

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 place information, resolve locations, and retrieve reviews.

Core Features & Use Cases

  • Text Search: Find places based on keywords and criteria like open status or ratings.
  • Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
  • Location Resolution: Find places based on textual descriptions of locations.
  • Scripting: Output results in JSON format for easy 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 the Google Places API from the command line by using the goplaces CLI for text search, filtering by open status or ratings, and returning human-friendly output or JSON for scripting.

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

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

Do I need an API key to query Google Places API for location data?

Yes, querying Google Places API for location data requires setting the GOOGLE_PLACES_API_KEY environment variable, with an optional GOOGLE_PLACES_BASE_URL for custom endpoints.

How do I output Google Places API search results in JSON format?

The goplaces CLI supports outputting Google Places API text search and place details results in JSON format, enabling easy integration with other scripts and automated workflows.

What's the best way to resolve a textual location description using Google Places API?

The best way to resolve textual location descriptions using the Google Places API is through the goplaces CLI, which finds places based on text queries and returns structured location data.

Can I filter Google Places API text search results by open status or ratings?

Yes, the goplaces CLI allows you to filter Google Places API text search results based on specific criteria including open status and ratings.