c-location

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

What This Skill Does

该Skill的功能

Queries Apple Maps via the
goplaces
CLI to search for places, find businesses nearby, and get directions between locations.
通过
goplaces
CLI查询Apple Maps,搜索地点、查找附近商家并获取地点间的导航路线。

CLI Tool:
goplaces

CLI工具:
goplaces

Common Commands

常用命令

bash
undefined
bash
undefined

Search for a place by name or keyword

按名称或关键词搜索地点

goplaces search "coffee shops near downtown Austin"
goplaces search "coffee shops near downtown Austin"

Find nearby places by category

按类别查找附近地点

goplaces nearby "pizza" goplaces nearby "gas station"
goplaces nearby "pizza" goplaces nearby "gas station"

Get directions between two locations

获取两个地点间的导航路线

goplaces directions "Austin TX" "San Antonio TX" goplaces directions --mode walking "Zilker Park" "South Congress Ave"
goplaces directions "Austin TX" "San Antonio TX" goplaces directions --mode walking "Zilker Park" "South Congress Ave"

Get details about a specific place

获取特定地点的详细信息

goplaces details "Barton Springs Pool, Austin"
undefined
goplaces details "Barton Springs Pool, Austin"
undefined

Transport Modes

交通模式

  • --mode driving
    (default)
  • --mode walking
  • --mode transit
  • --mode driving
    (默认)
  • --mode walking
  • --mode transit

Usage Guidelines

使用指南

  1. Use natural language for location queries —
    goplaces
    handles geocoding automatically.
  2. For "nearby" searches, the current device location is used unless a starting point is specified.
  3. When providing directions, confirm origin and destination with the user if ambiguous.
  4. Present results as a numbered list when multiple places are returned.
  1. 对地点查询使用自然语言——
    goplaces
    会自动处理地理编码。
  2. 进行“附近”搜索时,除非指定起点,否则会使用当前设备位置。
  3. 提供导航路线时,如果起点或终点不明确,请与用户确认。
  4. 当返回多个地点时,以编号列表形式展示结果。

Notes

注意事项

  • Requires macOS with location services enabled for proximity searches.
  • Results are sourced from Apple Maps — coverage quality varies by region.
  • 进行邻近搜索需要启用定位服务的macOS系统。
  • 结果来源于Apple Maps——覆盖范围质量因地区而异。