Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

goplaces

Sterne3
Forks5
Aktualisiert16. Juli 2026 um 05:50

Query Google Places (New) — the Places API v1 — for real place data using curl + jq through the bash tool. Text Search (places:searchText) turns a free-text query like 'coffee near Shibuya station' into a list of matching places; Nearby Search (places:searchNearby) lists places of given types within a radius of a lat/lon; Place Details (GET places/PLACE_ID) fetches full detail (address, rating, hours, phone, website) for one place. All shell only — no dedicated Python tool and no extra Python dependencies. Needs curl + jq installed and a GOOGLE_MAPS_API_KEY in the environment with the Places API (New) enabled. Every request MUST send an X-Goog-FieldMask header (there is no default field set — omitting it is an error) and the field mask affects billing, so request only the fields you need. Use when the user wants to find a business/POI by name or description, list what's near a coordinate, or get details (hours, phone, rating, website) for a specific place. For key-free OpenStreetMap geocoding/routing use the

Installation

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

SKILL.md
readonly