LaunchKit · 2026
Back to Skills

ncloud-maps

Query Naver Cloud Maps APIs for route navigation.

0
452 downloads
by @beomsu317

Setup & Installation

openclaw skills install @beomsu317/ncloud-maps

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ncloud-maps

Version History

v1.0.8Feb 25, 2026 - Version note by skill developer:

**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.

INPUT

User asks: Calculate the driving route from Gangnam Station to Hongdae with a stop at City Hall

AGENT
  1. 1Geocode address strings to longitude,latitude format using a compatible skill (goplaces or naver-local-search)
  2. 2Count waypoints (1) and automatically select Directions5 API
  3. 3Send route request with start, goal, and waypoint coordinates
  4. 4Parse response for distance, duration, toll fare, taxi fare, and fuel cost
OUTPUT

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.

Naver Cloud Console account with a registered applicationNCLOUD_API_KEY_ID environment variable (Client ID from Naver Cloud Console)NCLOUD_API_KEY environment variable (Client Secret from Naver Cloud Console)Maps Directions15 API enabled on the Naver Cloud Console application