goplaces

Search Google Places API via command line and output JSON results.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill goplaces-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/skills/goplaces
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill goplaces-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly locate places using Google Places API, with easy-to-use commands and JSON output for scripting.

Core Features & Use Cases

  • Text Search: Perform a text search for places.
  • Place Details: Retrieve detailed information about a specific place.
  • Resolve: Resolve a place name to an address or place ID.
  • Reviews: Read reviews for a place.
  • Use Case: Use this Skill to find the nearest coffee shop or get detailed information about a restaurant when you're out and about.

Quick Start

Search for coffee shops near you using goplaces search "coffee".

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I search for nearby places using the Google Places API?

Search for nearby places using the Google Places API by issuing a text query with coordinates and parameters. The goplaces command-line interface returns both human-readable and JSON formatted results for immediate use in scripts and apps.

Can I get place details and reviews through a geolocation search?

Geolocation search supports retrieving detailed information and reading reviews for a specific place. Use the goplaces command-line interface to resolve a place name to a place ID and fetch the corresponding details and reviews.

What's the best way to integrate Google Places API results into scripts?

Integrate Google Places API results into scripts by parsing the JSON formatted output provided by the goplaces interface. The command-line tool automatically outputs structured JSON alongside human-readable text for easy automation and app integration.

Does the goplaces command-line tool require any external dependencies?

The goplaces command-line tool requires no external dependencies to function. It operates independently using only its internal scripts to query the Google Places API and return geospatial place search results.

How do I resolve a place name to an address or place ID?

Resolve a place name to an address or place ID using the dedicated resolve command in the goplaces interface. This feature queries the Google Places API to translate text into exact geospatial coordinates and identifiers.