Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

goplaces

스타3
포크5
업데이트2026년 7월 16일 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

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly