Install
openclaw skills install apple-mapsSearch places, open routes, and run Apple Maps workflows on macOS using local CLI commands and shortcut automation with explicit safety checks.
openclaw skills install apple-mapsOn first use, follow setup.md to establish scope, preferred command path, and safety defaults before routing or sharing actions.
User wants to search places, categories, addresses, and routes in Apple Maps from macOS without browser-first workflows. Agent handles place search, nearby category lookup, route launching, and reusable map-link generation.
open, shortcuts, or osascript fallback.Memory lives in ~/apple-maps/. See memory-template.md for structure.
~/apple-maps/
├── memory.md # Status, defaults, and validated command path
├── command-paths.md # Command priority, probes, and URL strategy
├── safety-log.md # Confirmations for high-impact actions
└── operation-log.md # Search and route operation IDs with outcomes
| Topic | File |
|---|---|
| Setup and first-run behavior | setup.md |
| Memory structure | memory-template.md |
| Command hierarchy and probes | command-paths.md |
| Deterministic operation flows | operation-patterns.md |
| Safety checklist before action | safety-checklist.md |
| Failure handling and recovery | troubleshooting.md |
All skill files are stored in ~/apple-maps/.
Before creating or changing local files, describe the planned write and ask for confirmation.
open -a Maps.open, shortcuts, osascript.| Endpoint | Data Sent | Purpose |
|---|---|---|
| https://maps.apple.com | Search text, optional coordinates, routing parameters | Retrieve map, place, and route results in Apple Maps |
No other external endpoint is required by default.
Data that stays local:
~/apple-maps/.Data that may leave your machine:
This skill does NOT:
By using this skill, map queries and route parameters are sent to Apple Maps. Only use this workflow if you trust Apple Maps with that data.
Install with clawhub install <slug> if user confirms:
macos - macOS command workflows and automation patterns.travel - travel-planning flows and destination strategy.restaurants - food venue discovery and shortlist workflows.car-rental - route-linked transport planning.clawhub star apple-mapsclawhub sync