goplaces

Search locations and retrieve place details via the Google Places API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ChaKuuu/openclaw-tools --skill goplaces-chakuuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/ChaKuuu/openclaw-tools/tree/main/skills/goplaces
Command: npx skills add https://github.com/ChaKuuu/openclaw-tools --skill goplaces-chakuuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool provides a convenient command-line interface for interacting with the Google Places API, simplifying the process of searching for and retrieving information about locations.

Core Features & Use Cases

  • Google Places API Integration: Directly access the functionality of the Google Places API.
  • Location Search: Find places based on text queries.
  • Place Details: Retrieve detailed information for specific locations using their IDs.
  • Autocomplete: Assist users in completing place searches.
  • Use Case: A developer needs to quickly find nearby restaurants in a specific city for an application. They can use goplaces search "restaurants in San Francisco" to get a list of relevant places.

Quick Start

Use the goplaces skill to search for coffee shops in New York City.

Frequently Asked Questions about goplaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for locations using the Google Places API from the command line?

You can search for locations using the Google Places API by running a text query command like `goplaces search "restaurants in San Francisco"` to retrieve a list of relevant places. It provides a convenient CLI for interacting with the API.

What do I need to configure before using a Go CLI for Google Places autocomplete and searches?

Before using the Google Places CLI, you need a local Go installation and a valid Google Places API key configured via environment variables. This setup allows the CLI tool to authenticate and process location search requests.

Can I retrieve detailed information for a specific place using its ID through a command-line interface?

Yes, you can retrieve detailed information for specific locations using their IDs. The Google Places CLI provides a place details retrieval feature that fetches comprehensive data directly from the API for a given place ID.

What is the best way to interact with Google Places API without writing a full application?

Using a command-line interface like goplaces is an efficient way to interact with the Google Places API without building a full application. It directly provides location searching, detail retrieval, and autocomplete functionality.

Does the goplaces CLI support autocomplete functionality for place searches?

Yes, goplaces supports autocomplete functionality to assist users in completing place searches. It acts as a modern Google Places API command-line interface written in Go, streamlining the process of finding valid locations.