goplaces

Query the Google Places API for text search, place details, location resolution, and reviews via the goplaces CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to query the Google Places API, allowing users to easily find information about places, resolve locations, and retrieve reviews without complex API integrations.

Core Features & Use Cases

  • Text Search: Find places based on keywords (e.g., "coffee", "pizza").
  • Place Details: Get in-depth information about a specific place using its ID.
  • Location Resolution: Find places based on human-friendly addresses or descriptions.
  • Reviews: Retrieve user reviews for a place.
  • Structured Output: Option to output results in JSON format for scripting.

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 query the Google Places API for text search and place details from the command line?

Query the Google Places API for text search and place details using the goplaces CLI, which handles API requests and returns human-friendly output or JSON for scripting. You need a GOOGLE_PLACES_API_KEY environment variable to authenticate.

Can I retrieve user reviews for a place using the Google Places API?

Retrieve user reviews for a place using the Google Places API by executing the goplaces CLI. It fetches review data and formats the results for easy reading or structured JSON scripting.

How do I resolve human-friendly addresses or descriptions to locations with the Google Places API?

Resolve human-friendly addresses to locations with the Google Places API via the goplaces CLI location resolution feature. It translates descriptive text into structured location data.

Do I need a Google Places API key to search for places using a CLI?

A Google Places API key is required to search for places using this CLI. You must set the GOOGLE_PLACES_API_KEY environment variable before executing text searches, place details, or reviews queries.

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

Output Google Places API search results in JSON format for scripting using the goplaces CLI. It supports structured JSON output alongside human-friendly text for integration into automated workflows.

What is the best way to find places like coffee shops near a location using the Google Places API?

Find places like coffee shops near a location using the Google Places API text search feature through the goplaces CLI. It queries keywords and returns matching places with details or reviews.