kakao-map

Search Kakao Local places and get driving routes via k-skill-proxy.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill kakao-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kakao-map
Source: https://github.com/NomaDamas/k-skill/tree/main/kakao-map
Command: npx skills add https://github.com/NomaDamas/k-skill --skill kakao-map

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

You avoid manually searching KakaoMap and translating between keywords, coordinates, and addresses by consolidating Kakao Local place lookup and Kakao Mobility car route planning into a single workflow.

Core Features & Use Cases

  • Place Search (Local): Find stores, facilities, and landmarks using keyword/category or coordinates, and convert coordinates to road/jibun addresses and administrative regions.
  • Car Routing (Mobility): Get driving routes between two coordinates with distance, duration, tolls, and estimated taxi fare details.
  • Proxy-based Key Management: Uses k-skill-proxy so user API keys are not required; operator keeps KAKAO_REST_API_KEY on the proxy server.
  • Scope Guardrails: Designed for 조회(lookup) only and explicitly excludes public-transport routing and non-car modes.

Quick Start

Ask the AI to find nearby cafes around Gangnam Station by keyword or category, and include the route to a destination coordinate for driving if needed.

Frequently Asked Questions about kakao-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Korean places and driving routes using Kakao Map APIs?

Korean place lookup and driving route questions are resolved by combining Kakao Local place search with Kakao Mobility directions through a proxy gateway, returning coordinates, addresses, distance, and toll details.

Do I need my own Kakao REST API key to use this place search and routing workflow?

No user API key is required because the workflow uses a k-skill-proxy gateway where the operator holds the Kakao REST API key on the proxy server, handling authentication and input validation.

Can I get driving directions with toll avoidance using Kakao Mobility APIs?

Yes, driving directions between two coordinates support options like priority and toll avoidance, returning distance, duration, tolls, and estimated taxi fare details within typical query parameter ranges.

How do I convert coordinates to road or jibun addresses in Korea?

Coordinate-to-address conversion maps latitude and longitude coordinates to road and jibun addresses as well as administrative regions, using the Kakao Local API accessed through the proxy gateway.

Does this Kakao Map routing workflow support public transit or walking directions?

No, the workflow is explicitly designed for lookup only and excludes public-transport routing and non-car modes, strictly focusing on car driving route planning between two coordinates.

What happens if the Kakao proxy gateway encounters authentication failures or misconfiguration?

Authentication failures, misconfiguration, and input validation errors are handled through proxy error mapping, ensuring that issues with the operator-held Kakao REST API key are caught and reported.