c-location
关于
This Claude Skill enables location-based searches and navigation by querying Apple Maps via the `goplaces` CLI. Developers can use it to find nearby places by keyword or category and get turn-by-turn directions for driving, walking, or transit. It's ideal for integrating local search, points of interest, and routing data into applications.
快速安装
Claude Code
推荐npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-location在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
What This Skill Does
Queries Apple Maps via the goplaces CLI to search for places, find businesses nearby, and get directions between locations.
CLI Tool: goplaces
Common Commands
# Search for a place by name or keyword
goplaces search "coffee shops near downtown Austin"
# Find nearby places by category
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"
# Get details about a specific place
goplaces details "Barton Springs Pool, Austin"
Transport Modes
--mode driving(default)--mode walking--mode transit
Usage Guidelines
- Use natural language for location queries —
goplaceshandles geocoding automatically. - 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.
Notes
- Requires macOS with location services enabled for proximity searches.
- Results are sourced from Apple Maps — coverage quality varies by region.
GitHub 仓库
相关推荐技能
release-standards
文档处理这个Skill为开发者提供了语义化版本规范和变更日志格式标准。它能在准备软件发布时快速指导版本号更新和变更日志撰写,包含版本号递增规则、预发布标识符等关键信息。适用于需要遵循规范发布流程的开发场景。
commit-standards
文档处理这个Skill帮助开发者遵循Conventional Commits规范格式化Git提交信息。它提供了标准格式模板和常用提交类型的中英文对照表(如feat/新增、fix/修正等),适用于编写提交、执行git commit或审查提交历史的场景。通过确保提交信息的规范性和一致性,它能提升团队协作效率和版本历史可读性。
huggingface-tokenizers
文档处理HuggingFace Tokenizers 提供了基于 Rust 的高性能分词工具,支持 BPE、WordPiece 和 Unigram 算法,能在一分钟内处理 1GB 文本。它适用于需要快速分词或训练自定义词汇表的场景,并能无缝集成到 transformers 库中。开发者可以借助它进行对齐跟踪、填充截断等操作,满足从研究到生产的全流程需求。
nano-pdf
文档处理nano-pdf 让开发者能用自然语言指令直接编辑PDF文件,无需手动操作复杂工具。它通过命令行快速修改指定页面内容,如修正拼写错误或更新标题,适合处理日常文档微调。使用前请注意核对页码和输出结果,确保修改准确无误。
