korean-address-romanizer

Convert Korean addresses to romanized English using official linguistic rules.

8|Updated Jul 26, 2026
One-click install
npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill korean-address-romanizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: korean-address-romanizer
Source: https://github.com/joonlab/joonlab-claudecode-setting-for-share/tree/main/claude/skills/korean-address-romanizer
Command: npx skills add https://github.com/joonlab/joonlab-claudecode-setting-for-share --skill korean-address-romanizer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the inconsistency and manual labor involved in converting Korean addresses into standardized English (romanized) format for international shipping or global documentation.

Core Features & Use Cases

  • Rule-based Romanization: Automatically applies official Korean language romanization rules for administrative districts and road names.
  • Excel Integration: Directly processes Excel files to add a new column containing the converted English addresses.
  • Use Case: Use this when preparing a large customer database for international shipping labels to ensure all Korean addresses are correctly formatted for global logistics systems.

Quick Start

Use the korean-address-romanizer skill to convert the address column in my file named customer_list.xlsx and save the result to a new file.

Frequently Asked Questions about korean-address-romanizer

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

FAQPage Schema
How do I convert Korean addresses to English in an Excel file for international shipping?

This Skill automates Korean address romanization by processing Excel files and inserting a new column with standardized English addresses. It applies official linguistic rules for administrative districts and road names, making bulk customer databases ready for international shipping labels.

What is the official romanization rule used for converting Korean addresses?

Korean address romanization applies official linguistic rules for administrative districts and road names to generate standardized English formats. This ensures accurate international-ready address lines rather than relying on ad-hoc phonetic spelling for global documentation.

Do I need pandas and openpyxl to process Korean address romanization in Excel?

Yes, you need pandas and openpyxl to perform file-based data manipulation and column insertion when processing Korean address romanization in Excel. These dependencies are required to read your datasets and append the new English address column directly to the file.

Can I convert a single Korean address string or do I need a full Excel dataset?

You can convert either individual Korean address strings or bulk Excel datasets. The Skill handles both scenarios to generate accurate international-ready address lines, whether you need to process a single entry or append a column to an entire customer database.

What's the best way to automate adding an English address column to a customer list?

The best way to automate adding an English address column is to use this Skill with your Excel file. It leverages pandas and openpyxl to process the Korean addresses in your customer list and directly insert a new column with the converted romanized values.

Are there limitations when using Excel for Korean address romanization?

The primary limitation of Korean address romanization in Excel is the strict requirement for openpyxl and pandas to perform file-based data manipulation. The conversion accuracy also depends entirely on the official linguistic rules applied to administrative districts and road names.