goplaces

Query Google Places API data via the goplaces CLI with JSON output.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill goplaces-moodmnky-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/goplaces
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill goplaces-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually querying Google Places for business information, reviews, and location data is time-consuming, especially for bulk queries or integration into automated workflows. This Skill eliminates that friction by providing a simple CLI interface to access the full Google Places API.

Core Features & Use Cases

  • Comprehensive Place Queries: Search for places by text query with filters for open status, minimum rating, location bias, and result limits.
  • Detailed Place Information: Retrieve full place details including contact information, operating hours, and user reviews.
  • Automation-Ready Output: Return results in human-readable format by default, or scriptable JSON for integration into apps and workflows. A local business owner can use this to quickly find all highly-rated coffee shops open now within a 3km radius of their storefront, or a developer can pull structured place data to power a travel recommendation app.

Quick Start

Use the goplaces skill to find the top 5 pizza places open now within 2 miles of downtown Chicago and return their names, ratings, and addresses.

Frequently Asked Questions about goplaces

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

FAQPage Schema
How do I query Google Places API data without writing custom integration code?▼

You can query Google Places API data by using a CLI tool that provides a simple command-line interface for text searches, place details, and review fetching, returning scriptable JSON output for automation workflows.

Can I filter Google Places search results by rating, open status, and location?▼

Yes, Google Places search results can be filtered by open status, minimum rating, location bias, and result limits to narrow down text queries for specific business data.

What do I need to retrieve Google Places location data and reviews programmatically?▼

To retrieve location data and reviews programmatically, you need the goplaces CLI binary installed and a valid GOOGLE_PLACES_API_KEY environment variable configured in your system.

How do I get structured JSON output from Google Places queries for app integration?▼

You can get structured JSON output from Google Places queries by configuring the CLI tool to return scriptable JSON instead of human-readable text, enabling direct integration into apps and automation workflows.

What is the best way to find highly-rated businesses open now near a specific location?▼

The best way to find highly-rated businesses open now is to use a CLI tool that queries Google Places with text search filters for minimum rating, open status, and location bias to retrieve matching local results.