local-places

Resolve a location and search nearby places via a local Google Places proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a local gateway to search for places (restaurants, cafes, etc.) using a Google Places API proxy running on your machine, helping users avoid exposing API keys to external services and giving you full control over requests.

Core Features & Use Cases

  • Local Places API proxy: run a small FastAPI server that proxies requests to Google Places.
  • Two-step flow: resolve a location text, then perform a place search or fetch details.
  • Use cases: quickly find nearby restaurants or cafes, retrieve structured results with IDs, addresses, and ratings.

Quick Start

Run the local-places API locally and start by resolving a location, then performing a nearby search.

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 proxy?

To search nearby places using a local Google Places proxy, resolve a location text query first, then perform a nearby place search to retrieve structured summaries including names, addresses, and locations.

What is a local Google Places proxy and why use it for place searches?

A local Google Places proxy is a FastAPI server running on your machine that forwards requests to Google Places, helping you avoid exposing API keys to external services while maintaining full control over requests.

Does the local-places proxy require an internet connection or external dependencies?

The local-places proxy requires an internet connection to reach the Google Places API endpoint but lists no external software dependencies, managing API keys locally and validating inputs before returning structured results.

Can I filter nearby restaurant and cafe searches with the local proxy?

Yes, you can filter nearby restaurant and cafe searches using the local proxy by applying optional filters and page sizes when performing a place search after resolving your target location.

What is the best way to keep Google Places API keys secure during local searches?

The best way to keep Google Places API keys secure during local searches is running a FastAPI proxy locally that manages keys on your machine, preventing exposure to external services.