goplaces

Look up places via Google Places API from the command line with JSON output.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/czue/clawdbot --skill goplaces-czue
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/czue/clawdbot/tree/main/skills/goplaces
Command: npx skills add https://github.com/czue/clawdbot --skill goplaces-czue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables fast, human-friendly lookup of places via Google Places from the command line.

Core Features & Use Cases

  • Text search for nearby or specific places with human-readable output or JSON for scripting.
  • Retrieve place details, resolve ambiguous queries, and fetch user reviews to aid decision making.
  • Suitable for travel planning, restaurant discovery, and locating services in a defined area.

Quick Start

Ask it to search for coffee nearby and return the top results in readable text or JSON.

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 using a CLI tool that performs text searches and returns location data. It requires a Google Places API key to fetch human-readable results.

Can I get Google Places location data as JSON output for shell scripts?▼

Yes, Google Places location data can be returned as JSON output. This format supports integration into shell scripts and automation workflows alongside standard human-readable text formats.

What is the best way to resolve ambiguous place queries via a CLI?▼

The best way to resolve ambiguous place queries is using a CLI tool that fetches place details and user reviews from Google Places. This provides specific location data to aid decision making.

How do I retrieve user reviews for restaurants using location data tools?▼

To retrieve user reviews for restaurants, use a command line interface that queries the Google Places API. It resolves specific place details and fetches available user reviews for discovery tasks.

Do I need an API key to look up nearby services in the terminal?▼

Yes, you need a Google Places API key to look up nearby services in the terminal. The CLI requires this key to authenticate text search requests and retrieve location data successfully.