naver_converter

Migrates Naver Blog content to Hugo with multilingual EN/JA/ZH-CN posts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mydyney/mydyney.github.io --skill naver-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: naver_converter
Source: https://github.com/mydyney/mydyney.github.io/tree/main/.agent/skills/naver_converter
Command: npx skills add https://github.com/mydyney/mydyney.github.io --skill naver-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables reliable migration of Naver Blog content into Hugo, ensuring consistent formatting, SEO, and multilingual readiness across EN/JA/ZH-CN.

Core Features & Use Cases

  • 1:1 image mapping: preserves image order, captions, and downloads high-resolution variants.
  • Front matter enforcement: validates required fields and translationKey consistency across languages.
  • Link mapping & placeholders: uses LINK_MAPPING.md to resolve mapped slugs and marks unmapped references with TODOs.
  • Multilingual expansion: automatically generates EN/JA/ZH-CN posts with consistent slugs and translationKeys.

Quick Start

Place Naver HTML into naver.md at the repository root, then invoke the migration workflow to generate EN/JA/ZH-CN posts and update LINK_MAPPING.md.

Frequently Asked Questions about naver_converter

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

FAQPage Schema
How do I migrate Naver Blog content to Hugo with multilingual support?

Migrating Naver Blog to Hugo involves parsing naver.md, validating front matter, and generating English, Japanese, and Chinese posts with consistent slugs and translationKeys. The workflow enforces 1:1 image mapping and updates LINK_MAPPING.md to track slug references.

How does 1:1 image mapping work when converting Naver blogs to Hugo?

1:1 image mapping preserves the exact image order and captions from Naver Blog by downloading high-resolution variants directly into the Hugo structure. This ensures visual parity between the source and the generated multilingual posts.

What is the best way to handle link mapping and unmapped references during Hugo migration?

Handling link mapping during Hugo migration uses LINK_MAPPING.md to resolve mapped slugs and automatically marks unmapped references with TODOs. This tracking mechanism ensures no external or internal links are lost during translation.

Do I need to manually translate front matter when expanding Naver posts to EN, JA, and ZH-CN?

Manual front matter translation is unnecessary because the workflow enforces front matter constraints and language-specific tag alignment automatically. It validates required fields and maintains translationKey consistency across all generated English, Japanese, and Chinese posts.

Can I use this migration workflow for Naver blogs with high-resolution images and complex tags?

Yes, the workflow supports automated high-resolution image download and enforces language-specific tag and category alignment. It validates the Naver HTML structure parsed into naver.md to ensure complex tags are correctly mapped across multilingual outputs.

Why are my Naver blog images out of order after Hugo migration?

Image order issues occur when 1:1 image mapping is not enforced. This workflow specifically preserves image order and captions by downloading high-resolution variants and mapping them directly to the corresponding multilingual Hugo posts.