Agent skill
c-location
Search Apple Maps, find nearby places, and get directions using the `goplaces` CLI. Supports keyword searches, category filters (restaurants, coffee, gas), and turn-by-turn directions by driving, walking, or transit.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-location
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?