local-places

Search for places via a local Google Places API proxy using natural language queries and filters.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill local-places-dioerden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-places
Source: https://github.com/dioerden/OpenClaw-Flash-Vault/tree/main/skills/local-places
Command: npx skills add https://github.com/dioerden/OpenClaw-Flash-Vault --skill local-places-dioerden

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies finding places like restaurants, cafes, etc., by using a local Google Places API proxy, eliminating the need for external API calls.

Core Features & Use Cases

  • Local Google Places API Proxy: Connects to a local Google Places API endpoint for efficient place searches.
  • Place Search: Enables searching for places using natural language queries and specific filters.
  • Use Case: Ideal for AI agents or applications that need to quickly find and provide information about nearby places.

Quick Start

Run the server with the following command: uv run --env-file .env uvicorn local_places.main:app --host 127.0.0.1 --port 8000

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 nearby places using a local Google Places API proxy?

A local Google Places API proxy handles place search by connecting to a local endpoint, processing natural language queries and specific filters for location and type, eliminating the need for external API calls.

Can I use natural language queries to find places with Google Places API?

Yes, natural language queries are supported for finding places. The proxy interprets natural language input and applies specific filters for location, type, and other criteria to return relevant place search results.

What's the best way to run a local API proxy for place search in Python?

Running a local API proxy for place search uses Python libraries and a uvicorn server. You execute the server with an environment file on a specified host and port to handle API requests and data processing locally.

Do I need an external Google Places API connection to find local places?

No, an external Google Places API connection is not needed. The Skill connects to a local Google Places API proxy endpoint, eliminating external API calls while providing efficient place search functionality for applications.

Does the local place search proxy support specific filters for location and place type?

Yes, the local place search proxy supports specific filters. You can apply filters for location, type, and other criteria alongside natural language queries to refine place search results from the Google Places API proxy.