goplaces

Query the Google Places API for text search, place details, and address resolution.

3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ybsa/sovereign-kernel --skill goplaces-ybsa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/ybsa/sovereign-kernel/tree/main/crates/sk-tools/skills/goplaces
Command: npx skills add https://github.com/ybsa/sovereign-kernel --skill goplaces-ybsa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of querying the Google Places API, allowing users to easily find information about places, resolve addresses, and retrieve reviews without needing to directly interact with the API.

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.
  • Address Resolution: Find places based on human-friendly text descriptions.
  • Reviews: Retrieve user reviews for a place.
  • Use Case: Quickly find nearby restaurants with a minimum rating of 4 stars, or get details and reviews for a specific landmark.

Quick Start

Use the goplaces skill to search for "sushi" and output the results in JSON format.

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?

To search for nearby places using the Google Places API, you can use a text search function based on keywords like "coffee" or "pizza" to find matching locations and retrieve their information.

How do I retrieve place details and reviews from Google Maps?

You can retrieve place details and reviews from Google Maps by querying the API with a specific place ID, which returns in-depth information and user reviews for that location.

Can I get Google Places API search results in JSON format for script integration?

Yes, you can output Google Places API search results in JSON format, allowing you to easily integrate the location data into your scripts and automate your workflows.

Do I need a Google Places API key to resolve addresses?

Yes, you need a Google Places API key and the goplaces CLI tool installed to resolve human-friendly text descriptions into structured place information.

What is the best way to find highly rated restaurants with the Google Places API?

The best way to find highly rated restaurants with the Google Places API is to perform a text search for your desired cuisine and filter the results to show only places with a minimum rating of 4 stars.