goplaces

Query Google Places API for text search, details, locations, and reviews.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill goplaces-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/goplaces
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill goplaces-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies querying the Google Places API, allowing users to easily find information about places, resolve locations, and retrieve reviews without complex API calls.

Core Features & Use Cases

  • Text Search: Find places based on keywords, with options for filtering by opening hours and minimum rating.
  • Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
  • Location Resolution: Find places based on a human-readable address.
  • Use Case: Quickly find nearby highly-rated pizza restaurants that are currently open, or get detailed reviews for a specific landmark.

Quick Start

Use the goplaces skill to search for "museums in Paris" 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 places using the Google Places API without writing complex code?

You can search for places using the Google Places API by running text searches via the goplaces CLI. It allows you to query by keywords and apply filters for opening hours or minimum ratings directly from the command line.

Do I need an API key to retrieve place details and reviews from Google Places?

Yes, retrieving place details and reviews requires a GOOGLE_PLACES_API_KEY environment variable. You must configure this environment variable in your system before executing any location resolution or place detail queries.

Can I output Google Places location data in JSON format for scripting?

Yes, the goplaces CLI supports outputting Google Places location data in JSON format for scripting. It also provides human-friendly output options, allowing you to integrate search results seamlessly into automated workflows.

What is the best way to find nearby open restaurants with a minimum rating using Google Places?

The best way to find nearby open restaurants with a minimum rating is to use the goplaces text search feature. You can apply built-in filtering options for opening hours and minimum rating scores to refine your search results.

How do I resolve a human-readable address to a specific location using Google Places?

You can resolve a human-readable address to a specific location using the location resolution feature of the goplaces CLI. This function queries the Google Places API to translate standard addresses into actionable location data.