بنقرة واحدة
korean-middle-korean
Convert incoming Korean text into a deterministic Korean Middle Korean-style rewrite with archaic particles, endings, Hanja hints, and tone-mark flavor.
القائمة
Convert incoming Korean text into a deterministic Korean Middle Korean-style rewrite with archaic particles, endings, Hanja hints, and tone-mark flavor.
Use when the user asks for nearby restaurants or 근처 맛집 and wants 블루리본 picks. Always ask the user's current location first, then search official Blue Ribbon nearby restaurants via k-skill-proxy.
네이버 지도(NAVER Cloud Platform Maps) 기반 출발지→목적지 자동차 길찾기·지오코딩·역지오코딩을 k-skill-proxy 경유로 조회한다. 수동 입력 MVP, mock 기본, live opt-in.
Look up available Korean national forest recreation lodging or camping slots on foresttrip.go.kr. Use when the user asks for 숲나들e or 자연휴양림 빈 객실/빈자리 조회, not for booking.
Search, reserve, inspect, and cancel KTX or Korail tickets in Korea with the korail2 + pycryptodome Python packages. Use when the user asks for KTX seats, Korail bookings, train changes, reservation status, remaining seat numbers, car-by-car seats, or power-outlet/good-seat tips.
Kakao Local (장소 검색·주소-좌표 변환) + Kakao Mobility (자동차 길찾기) 를 k-skill-proxy 경유로 조회한다. 사용자 키 불필요.
After installing the full k-skill bundle, configure and verify the shared cross-platform setup, then optionally wire update checks and GitHub starring with explicit user consent.
| name | korean-middle-korean |
| description | Convert incoming Korean text into a deterministic Korean Middle Korean-style rewrite with archaic particles, endings, Hanja hints, and tone-mark flavor. |
| license | MIT |
| metadata | {"category":"writing","locale":"ko-KR","phase":"v1"} |
사용자가 한국어 문장을 "한국 중세 국어처럼", "훈민정음/중세국어 느낌으로", "옛 국어 밈체로" 바꾸어 달라고 할 때, 입력문을 결정론적 Middle Korean-style 문체로 바꾼다.
이 스킬은 학술적 복원이 아니라 창작용 스타일 변환이다.
ᄋᆞᆫ, ᄋᆞᆯ, 애 같은 중세국어풍 표기로 바꾼다.했다, 하는, 말하는 같은 현대 어미를 ᄒᆞ엿다〮, ᄒᆞᄂᆞᆫ, ᄆᆞᆯᄒᆞᄂᆞᆫ처럼 바꾼다.年, 月, 日로 바꾼다.熱愛說, 俳優, 學校처럼 Hanja 힌트를 섞는다.node 18+korean-middle-korean skill 디렉터리 안에 scripts/korean_middle_korean.js helper 포함korean-middle-korean skill 디렉터리를 기준으로 node scripts/korean_middle_korean.js 를 실행한다.
output을 사용자에게 반환한다.replacements 배열의 규칙 적용 내역을 요약한다.node scripts/korean_middle_korean.js --text "민수는 3월 5일 학교에서 공부했다."
node scripts/korean_middle_korean.js --text "열애설을 인정했다." --format text
cat input.txt | node scripts/korean_middle_korean.js --stdin --format json
node scripts/korean_middle_korean.js --file ./input.txt --format text
output을 중심으로 답한다.{
"profile": "middle-korean-style-v1",
"input": "열애설을 인정했다.",
"output": "熱愛說ᄋᆞᆯ 인졍ᄒᆞ엿다〮.",
"replacements": [
{ "kind": "lexicon", "from": "열애설", "to": "熱愛說", "count": 1 }
],
"contract": "Deterministic Korean Middle Korean-style rewrite..."
}
node scripts/korean_middle_korean.js --help 가 동작한다.--text, --file, --stdin 입력이 모두 동작한다.