Install
openclaw skills install @crawlora-org/apple-maps-researchResearches places, categories, guides, routes, transit, and travel times through Apple Maps via the Crawlora API, returning clean JSON. Use when the user wants local-business discovery, directions, nearby places, an Apple Guide, reverse geocoding, or ETA estimates without browser automation.
openclaw skills install @crawlora-org/apple-maps-researchSearch Apple Maps and its public place/guide surfaces for local intelligence, directions, transit, and travel-time estimates as normalized JSON from the Crawlora API.
CRAWLORA_API_KEY in the environment before running the helper.CRAWLORA_API_KEY from the environment and sends requests to https://api.crawlora.net/api/v1./apple-maps/autocomplete, or coordinates
with /apple-maps/reverse-geocode./apple-maps/search or /apple-maps/category-search; use
/apple-maps/place and /apple-maps/place/photos for detail./apple-maps/directions, /apple-maps/eta, or
/apple-maps/transit-departures for travel planning./apple-maps/guides and the
/apple-maps/guides/* endpoints.Full endpoint list: reference/endpoints.md.
scripts/crawlora.sh /apple-maps/search query="coffee" latitude=37.7749 longitude=-122.4194 | jq '.'
scripts/crawlora.sh /apple-maps/directions origin_latitude=37.7749 origin_longitude=-122.4194 destination_latitude=37.7849 destination_longitude=-122.4094 mode=driving | jq '.'