goplaces

Search Google Places and retrieve details with JSON output via CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill goplaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/goplaces
Command: npx skills add https://github.com/letta-ai/lettabot --skill goplaces

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets you look up places via the Google Places API directly from the command line, providing human-friendly results or JSON for scripting.

Core Features & Use Cases

  • Text search and place details via a simple CLI
  • JSON output for automation and data pipelines
  • Quick workflows for travel planning, location discovery, and app prototyping

Quick Start

Install via Homebrew: brew install steipete/tap/goplaces Config: set GOOGLE_PLACES_API_KEY and optionally GOOGLE_PLACES_BASE_URL for testing or proxies. Common commands:

  • goplaces search "coffee" --open-now --min-rating 4 --limit 5
  • goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000
  • goplaces details <place_id> --reviews
  • goplaces resolve "Soho, London" --limit 5

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I search Google Places from the command line?

You can search Google Places from the command line by installing the goplaces CLI tool via Homebrew and running text search commands with parameters like coordinates, radius, and rating filters.

Can I get JSON output from Google Places API for scripts and automation?

Yes, you can get JSON output from Google Places API for scripts and automation by using the goplaces CLI, which supports optional JSON formatting for data pipelines and automated workflows.

Do I need a Google Places API key to use this location search CLI?

Yes, you need a Google Places API key to use this location search CLI. You must set the GOOGLE_PLACES_API_KEY environment variable, and optionally GOOGLE_PLACES_BASE_URL for proxies or testing.

What is the best way to fetch place details and reviews via Google Places API?

The best way to fetch place details and reviews via Google Places API is using the goplaces CLI, which provides dedicated commands to retrieve specific place information and reviews by passing a place ID.

How do I find nearby places using coordinates in a terminal?

To find nearby places using coordinates in a terminal, use the goplaces CLI text search command with latitude, longitude, and radius parameters to filter Google Places results to a specific geographic area.

Can I resolve a neighborhood name to specific Google Places locations?

Yes, you can resolve a neighborhood name to specific Google Places locations by using the goplaces CLI resolve command, which translates area names like "Soho, London" into a list of place results.