c-location
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWhat This Skill Does
该Skill的功能
Queries Apple Maps via the CLI to search for places, find businesses nearby, and get directions between locations.
goplaces通过 CLI查询Apple Maps,搜索地点、查找附近商家并获取地点间的导航路线。
goplacesCLI Tool: goplaces
goplacesCLI工具:goplaces
goplacesCommon Commands
常用命令
bash
undefinedbash
undefinedSearch 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"
undefinedgoplaces details "Barton Springs Pool, Austin"
undefinedTransport Modes
交通模式
- (default)
--mode driving --mode walking--mode transit
- (默认)
--mode driving --mode walking--mode transit
Usage Guidelines
使用指南
- Use natural language for location queries — handles geocoding automatically.
goplaces - For "nearby" searches, the current device location is used unless a starting point is specified.
- When providing directions, confirm origin and destination with the user if ambiguous.
- Present results as a numbered list when multiple places are returned.
- 对地点查询使用自然语言——会自动处理地理编码。
goplaces - 进行“附近”搜索时,除非指定起点,否则会使用当前设备位置。
- 提供导航路线时,如果起点或终点不明确,请与用户确认。
- 当返回多个地点时,以编号列表形式展示结果。
Notes
注意事项
- Requires macOS with location services enabled for proximity searches.
- Results are sourced from Apple Maps — coverage quality varies by region.
- 进行邻近搜索需要启用定位服务的macOS系统。
- 结果来源于Apple Maps——覆盖范围质量因地区而异。