local-places

Searches Google Places API via a local FastAPI server for addresses and details.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill local-places-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-places
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/local-places
Command: npx skills add https://github.com/malue-ai/dazee-small --skill local-places-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users find specific types of places (like restaurants or cafes) in their vicinity by leveraging the Google Places API through a local server.

Core Features & Use Cases

  • Location Search: Find businesses and points of interest based on queries and filters.
  • Location Resolution: Convert vague location descriptions into precise geographical data.
  • Use Case: Planning a trip? Ask the agent to find highly-rated, open Italian restaurants within a 2km radius of your hotel in Rome.

Quick Start

Use the local-places skill to find coffee shops that are open now near the Eiffel Tower.

Frequently Asked Questions about local-places

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

FAQPage Schema
How do I search for local places and businesses using the Google Places API?

Yes, you can filter local place search results by type, rating, and opening hours to find highly-rated businesses like Italian restaurants that are currently open within a specific radius of your location.

How do I convert vague location descriptions into precise geographical data?

This local places search requires the GOOGLE_PLACES_API_KEY environment variable to be set and a local FastAPI server running to proxy the Google Places API requests for handling text-based location queries.

Can I filter Google Places search results by rating and opening hours?

Yes, you can filter local place search results by type, rating, and opening hours to find highly-rated businesses like Italian restaurants that are currently open within a specific radius of your location.

Do I need a Google Places API key to resolve location information locally?

This local places search requires the GOOGLE_PLACES_API_KEY environment variable to be set and a local FastAPI server running to proxy the Google Places API requests for handling text-based location queries.

What is the best way to find open coffee shops near a specific landmark?

The best way to find open coffee shops near a landmark is to use a text-based location query filtered by opening hours, leveraging the Google Places API via a local FastAPI server to retrieve matching results.