goplaces

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

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill goplaces-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/goplaces
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill goplaces-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies finding information about places using the Google Places API, making it easy to look up locations or get detailed information for various applications.

Core Features & Use Cases

  • Text Search: Find places based on keywords (e.g., "coffee shops").
  • Place Details: Retrieve comprehensive information about a specific place using its ID.
  • Resolving Locations: Convert human-readable addresses or place names into structured data.
  • Use Case: Planning a trip and need to find highly-rated restaurants within a specific radius of your hotel? This Skill can help you discover and get details on nearby dining options.

Quick Start

Use the goplaces skill to search for "museums" near the Eiffel Tower.

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?

You can search for nearby places using the Google Places API by executing a text search with keywords like "coffee shops". This process resolves human-readable location queries into structured place details and machine-parseable JSON output.

What is needed to query Google Places API for place details and location resolution?

Querying the Google Places API for place details requires the goplaces CLI tool and a valid Google Places API key. These components handle the authentication and service access needed to retrieve comprehensive place information.

Can I get machine-parseable JSON output from a Google Places API location lookup?

Yes, you can get machine-parseable JSON output from a Google Places API location lookup. The functionality supports converting human-readable addresses or place names into structured JSON data designed for scripts.

How do I retrieve comprehensive information about a specific place using its ID?

To retrieve comprehensive information about a specific place using its ID, you query the Google Places API for place details. This allows you to access in-depth data for a location by providing its unique place identifier.

Does the Google Places API text search support finding highly-rated restaurants within a specific radius?

Yes, the Google Places API text search supports finding highly-rated restaurants within a specific radius. By using keywords and location resolution, you can discover and get details on nearby dining options for trip planning.