goplaces

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

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill goplaces-caiazzop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/caiazzop/clawdbot-personal-assistant/tree/main/skills/goplaces
Command: npx skills add https://github.com/caiazzop/clawdbot-personal-assistant --skill goplaces-caiazzop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to easily query the Google Places API for information about locations, addresses, and businesses, streamlining the process of finding and understanding places.

Core Features & Use Cases

  • Place Search: Find places based on text queries, with options for filtering by open status, minimum rating, and limiting results.
  • Place Details: Retrieve comprehensive information about a specific place using its ID, including reviews.
  • Address Resolution: Convert human-readable addresses into structured place data.
  • Use Case: Quickly find nearby coffee shops with a rating of 4 stars or higher that are currently open, and display their names and addresses.

Quick Start

Use goplaces to search for "coffee shops near me" and show the results.

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 query the API with a text search while applying filters for open status, minimum rating, and result limits. You need a Google Places API key for authentication.

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

Yes, you need a Google Places API key to resolve addresses. The API key handles authentication for converting human-readable addresses into structured place data.

Can I get place details and reviews using the Google Places API?

Yes, you can get place details and reviews using the Google Places API. By retrieving information for a specific place using its ID, you obtain comprehensive data including user reviews.

What's the best way to filter Google Places API search results by rating?

The best way to filter Google Places API search results by rating is to apply minimum rating options during your text search. You can also filter by open status and limit the number of results returned.

How do I output Google Places API results as JSON for scripting?

You can output Google Places API results as JSON for scripting by using the available output options. This allows you to return structured data instead of human-friendly output for automated workflows.