一键导入
goplaces
Look up places, reviews, and details via Google Places. Use for "find coffee shops near me", "reviews for X restaurant", or "what's the address of Y?".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Look up places, reviews, and details via Google Places. Use for "find coffee shops near me", "reviews for X restaurant", or "what's the address of Y?".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Gmail, Calendar, Chat, Classroom, Drive, Docs, Slides, Sheets, Contacts, Tasks, People, Groups, Keep — all via gog CLI.
Check stock prices, crypto quotes, option chains, and market history via Alpaca.
Create, edit, delete, and search calendar events in Apple Calendar on macOS. Use for "add a meeting", "what's on my calendar", or "move my 3pm".
Add, edit, complete, and list reminders on macOS via remindctl. Use for "remind me to…", "show my todos", or "mark X done".
Track live flight status, delays, gates, and position. Use for "track AA100", "is my flight on time?", or "where is BA123 right now?".
Fetch airport weather (METAR, TAF, PIREPs) for flight planning and briefings. Use for "weather at KJFK", "TAF for EGLL", or pre-flight weather checks.
| name | goplaces |
| description | Look up places, reviews, and details via Google Places. Use for "find coffee shops near me", "reviews for X restaurant", or "what's the address of Y?". |
| metadata | {"homepage":"https://github.com/steipete/goplaces","credential":"credentials_tools.google_places_api_key","dependencies":{"goplaces":{"description":"goplaces CLI","check":"goplaces --help","install":"brew install steipete/tap/goplaces"}}} |
Key: credentials_tools.google_places_api_key — check availability via get_config credentials_tools.google_places_api_key.
Modern Google Places API (New) CLI. Human output by default, --json for scripts.
Install
brew install steipete/tap/goplacesConfig
/secret credentials_tools.google_places_api_keyGOOGLE_PLACES_BASE_URL for testing/proxying.All commands must run via credential_exec:
credential_exec({
command: "<goplaces command>",
credentials: { "GOOGLE_PLACES_API_KEY": "credentials_tools.google_places_api_key" }
})
Common commands
goplaces search "coffee" --open-now --min-rating 4 --limit 5goplaces search "pizza" --lat 40.8 --lng -73.9 --radius-m 3000goplaces search "pizza" --page-token "NEXT_PAGE_TOKEN"goplaces resolve "Soho, London" --limit 5goplaces details <place_id> --reviewsgoplaces search "sushi" --jsonNotes
--no-color or NO_COLOR disables ANSI color.--type value (API accepts one).