local-places

Search and resolve local places via the Google Places API.

39|10|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lllooollpp/clawdbot-cn --skill local-places-lllooollpp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-places
Source: https://github.com/lllooollpp/clawdbot-cn/tree/main/skills/local-places
Command: npx skills add https://github.com/lllooollpp/clawdbot-cn --skill local-places-lllooollpp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you find and get details about local places like restaurants and cafes, turning vague location queries into specific, actionable information.

Core Features & Use Cases

  • Location Resolution: Accurately identifies locations from natural language descriptions (e.g., "Soho, London").
  • Place Searching: Finds specific types of places (e.g., "coffee shop") with customizable filters (open now, rating, price).
  • Place Details: Retrieves in-depth information about a specific place, including address, phone number, and website.
  • Use Case: Planning a dinner? Ask the AI to find "Italian restaurants open now near me with a rating above 4.0" and get a list of options with their addresses and ratings.

Quick Start

Use the local-places skill to find coffee shops near the coordinates 51.5137, -0.1366 that are open now and have a minimum rating of 4.0.

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 restaurants using Google Places API with specific filters?

To search for local restaurants using Google Places API, use text-based searches with location bias and apply filters for open status, rating, and price level to retrieve matching results.

How does location resolution work for vague natural language queries like "Soho, London"?

Location resolution identifies specific geographic coordinates from natural language strings like "Soho, London" by using the Google Places API to turn ambiguous text into actionable location data for searches.

Can I filter Google Maps places by open now status and minimum rating?

Yes, you can filter Google Maps places by open now status and minimum rating, alongside price level and place type, to narrow down search results to currently open, highly rated options.

What is the best way to get detailed information about a specific place found via Google Maps?

The best way to get detailed place information is to use the place details retrieval feature, which fetches in-depth data including address, phone number, and website for a specific resolved location.

Do I need a FastAPI server to run local place searches?

Yes, a local FastAPI server is required to run local place searches, acting as the intermediary server that handles requests and communicates with the Google Places API for resolving locations.