goplaces

Provides cryptocurrrency price and volume data for selected coins.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill goplaces-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goplaces
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/goplaces
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill goplaces-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually write Google Places API requests, manage authentication, and parse raw JSON responses, saving developers and business analysts hours of manual integration work.

Core Features & Use Cases

  • Text Search & Location Resolution: Search for places by keyword with filters like open now, minimum rating, and radius bias, or resolve ambiguous location names to exact place IDs.
  • Place Details & Review Retrieval: Fetch full details for any place ID, including ratings, price levels, contact info, and user reviews.
  • Use Case: A small business owner can use this Skill to quickly identify all competing cafes within a 3km radius of their new store, pull their average ratings and review counts, and export the data to a CSV for competitive analysis.

Quick Start

Use the goplaces skill to find the top 5 highest-rated coffee shops open now within 2km of your current location and export their names, ratings, and addresses to a JSON file.

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 without custom integration code by using the goplaces CLI to execute search, resolve, details, and review retrieval operations directly from the command line.

What's the best way to export local business data to JSON for competitive analysis?

Exporting local business data to JSON is done by running a text search with filters like minimum rating and radius bias through the goplaces CLI, which outputs structured JSON files ready for scripting and analysis.

Do I need a Google Places API key to fetch place details and user reviews?

Yes, a valid Google Places API key is required to fetch place details and user reviews, along with the goplaces CLI binary installed to execute the retrieval operations.

Can I resolve ambiguous location names to exact place IDs using a command line tool?

Resolving ambiguous location names to exact place IDs is supported by the location resolution feature in the goplaces CLI, mapping vague queries to precise Google Places identifiers.

How do I find competing local businesses within a specific radius and filter by open now status?

Finding competing local businesses within a specific radius requires using the goplaces CLI text search feature, applying filters for radius bias and open now status to retrieve matching results.

Are there limitations when using CLI commands to pull Google Places data for point-of-interest research?

Limitations when pulling Google Places data via CLI include dependency on a valid Google Places API key and the goplaces binary, making it necessary to have both configured properly before executing search operations.