nearby-places-skill

Find nearby places by type near a geographic coordinate using Google Places API.

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/trohitg/MachinaOS --skill nearby-places-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nearby-places-skill
Source: https://github.com/trohitg/MachinaOS/tree/main/server/skills/travel_agent/nearby-places-skill
Command: npx skills add https://github.com/trohitg/MachinaOS --skill nearby-places-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds nearby places by location and type using Google Places API, helping users quickly identify options such as restaurants, cafes, or shops around a specified coordinate.

Core Features & Use Cases

  • Location-based search: query places near a given lat/lng with optional radius and type to obtain a concise, structured results set.
  • Flexible filtering: narrow results with an optional keyword to target brands or cuisines.
  • Use Case: plan a quick outing by discovering nearby eateries or services within walking distance.

Quick Start

Provide a location (latitude and longitude) and optional radius and type to search for nearby places.

Frequently Asked Questions about nearby-places-skill

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

FAQPage Schema
How do I find nearby places using Google Places API and geographic coordinates?

You can find nearby places by providing a geographic coordinate (latitude and longitude) to the Google Places API, along with an optional radius and keyword. This returns structured results for restaurants, cafes, or services near the specified location.

How do I filter Google Places API search results by brand or cuisine?

You can filter Google Places API search results by applying an optional keyword parameter alongside the geographic coordinate and place type. This narrows the structured location search to target specific brands or cuisines within the defined radius.

Do I need a Google Maps API key to search for nearby locations?

Yes, you need a Google Maps API key with Places API access to search for nearby locations. This key is required to authenticate requests to the service and query geographic coordinates for structured place results.

What is the best way to discover nearby restaurants within a walking distance radius?

The best way to discover nearby restaurants within walking distance is to query the Google Places API with a specific latitude and longitude coordinate, set a short radius, and specify the restaurant type. This returns structured results for quick outings.

Can I use location-aware search to find specific services near a given lat/lng?

Yes, you can use location-aware search to find specific services near a given lat/lng by querying the Google Places API. Providing coordinates, an optional radius, and a place type returns structured results for nearby services.