Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
**Added concise usage prompt for direct skill invocation.** - Added a "Prompt" section at the top of SKILL.md with example commands and usage guidance for address and coordinate input. - Clarified coordinate and address handling, emphasizing the need for address-to-coordinate conversion. - Kept all routing behavior and API usage unchanged. - No changes to logic or dependencies; documentation improvement only.
What This Skill Does
Queries Naver Cloud Maps APIs to calculate driving routes between coordinates. Automatically selects Directions5 or Directions15 based on waypoint count. Returns distance, duration, toll fare, taxi fare, and fuel cost for car routes only.
Automatic API switching between Directions5 and Directions15 based on waypoint count means you never need to manually pick the right endpoint.
When to use it
- Calculating driving time between two addresses in Seoul
- Planning a multi-stop delivery route with up to 15 waypoints
- Estimating taxi fare for a trip before booking
- Finding toll-free route alternatives for highway travel
- Calculating fuel costs for different vehicle types and fuel grades
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Calculate the driving route from Gangnam Station to Hongdae with a stop at City Hall
- 1Geocode address strings to longitude,latitude format using a compatible skill (goplaces or naver-local-search)
- 2Count waypoints (1) and automatically select Directions5 API
- 3Send route request with start, goal, and waypoint coordinates
- 4Parse response for distance, duration, toll fare, taxi fare, and fuel cost
Route result: 15.2 km, 22 min, toll 0 KRW, taxi fare ~22,000 KRW, fuel cost ~1,800 KRW
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.