goplaces

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies interacting with the Google Places API, allowing users to easily find and get information about places without complex API calls.

Core Features & Use Cases

  • Text Search: Find places based on a text query (e.g., "coffee shops").
  • Place Details: Retrieve in-depth information about a specific place using its ID.
  • Resolve Locations: Convert human-readable addresses or place names into structured place data.
  • Use Case: Find nearby restaurants with a minimum rating of 4 stars that are currently open.

Quick Start

Use the goplaces skill to search for "parks" near a specific latitude and longitude.

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 to find nearby restaurants with a minimum rating?

To query the Google Places API, use the goplaces CLI for text search by providing a query like "coffee shops" or "restaurants" with coordinates. You can filter results to find places with a minimum rating that are currently open.

How can I convert a human-readable address into structured Google Places data?

To convert an address into structured data, use the location resolution feature of the goplaces CLI. This queries the Google Places API to resolve human-readable addresses or place names into structured place data outputs.

Do I need a specific environment variable to use the Google Places API via the command line?

Yes, you need a GOOGLE_PLACES_API_KEY environment variable to use the goplaces CLI. It optionally supports a base URL for custom endpoints if you need to route your Google Places API requests differently.

Can I get Google Places API responses in JSON format for scripting?

Yes, the goplaces CLI supports JSON output for scripting purposes. When you query the Google Places API for text search or place details, you can choose between human-friendly output or structured JSON data.

What is the best way to retrieve in-depth information about a specific place from Google Places?

The best way to retrieve in-depth information is using the place details feature of the goplaces CLI. By providing a specific place ID, it queries the Google Places API to fetch comprehensive data about that location.