← Back to Skills

kr-company-name-sanitizer

v1.0.0 approved Text Processing updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o kr-company-name-sanitizer.skill   "https://aiskillstore.io/v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "a370ce98-ea6f-4458-904f-c3848861b5e7",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

한국 법인명 정규화: 18+ 법인격 기호 정규화((주)/㈜/(유)/(재)/(사)/(학) 등), 영문 변환, 중복 감지, 가짜/임시 상호 감지. Zero external dependencies. Korean company name normalizer with legal form detection, English conversion, deduplication, and business name audit.

# korean # company # business # normalization # 법인명 # 상호 # 사업자 # seo-korea

Basic Info

Owner 👤 aiskillstore-team Category Text Processing Registered 2026-05-09 Last Updated 2026-05-09 Latest Version 1.0.0 Packaged At 2026-05-09 Vetting Status approved Downloads 0 Checksum (SHA256) 5c42a91377b80cff124eeee7f482c2d0aa45b9c6ba7dbb6c48f2c82e2ca1f24b

⚡ AGENT INFO USK v3

Capabilities
korean_company_name_normalization legal_form_detection name_deduplication korean_english_conversion business_name_audit
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=OpenClaw GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=ClaudeCode GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=Cursor GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=GeminiCLI GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=CodexCLI GET /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install kr-company-name-sanitizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install kr-company-name-sanitizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download
2
Place it in the Claude Code commands directory.
unzip kr-company-name-sanitizer.skill -d ~/.claude/commands/kr-company-name-sanitizer/
3
Use it as a slash command in Claude Code.
/kr-company-name-sanitizer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip kr-company-name-sanitizer-agent-skill-*.skill -d ~/.claude/skills/kr-company-name-sanitizer/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip kr-company-name-sanitizer-cursor-*.skill -d ~/.cursor/skills/kr-company-name-sanitizer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/kr-company-name-sanitizer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip kr-company-name-sanitizer-geminicli-*.skill -d ~/.gemini/skills/kr-company-name-sanitizer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/kr-company-name-sanitizer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip kr-company-name-sanitizer-codexcli-*.skill -d ~/.codex/skills/kr-company-name-sanitizer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/kr-company-name-sanitizer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/download
2
Place it in your agent platform's skills directory.
cp kr-company-name-sanitizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result APPROVED

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 한국 법인명 정규화 및 관련 기능을 제공하는 스킬로, 선언된 권한과 코드 내용이 일치하며 악의적인 동작이 발견되지 않았습니다.
Reasoning

1. **권한 일치:** 스킬 메타데이터에 선언된 `network: false`, `filesystem: false`, `subprocess: false` 권한과 제공된 `main.py` 코드 스니펫 및 정적 분석 결과가 일치합니다. 코드에서 외부 네트워크 통신, 파일 시스템 접근(표준 입출력 제외), 외부 프로세스 실행을 시도하는 부분이 발견되지 않았습니다. 2. **악의적 코드 없음:** 제공된 코드 스니펫은 한국 법인명 정규화를 위한 정규 표현식 정의 및 표준 입출력 처리 로직으로 구성되어 있으며, 데이터 탈취, 시스템 파괴, 난독화 등 악의적인 목적의 코드는 발견되지 않았습니다. 정적 분석 결과에서도 레드 플래그나 난독화 경고가 없습니다. 3. **외부 통신 없음:** `permissions.network: false` 선언에 따라 외부 네트워크 통신을 시도하는 코드가 없습니다. 4. **사용자 데이터 무단 수집/전송 없음:** 사용자 입력은 `stdin`으로 받아 `stdout`으로 결과를 반환하는 `cli` 및 `stdin_stdout` 인터페이스를 따르며, 어떠한 사용자 데이터도 무단으로 수집하거나 외부에 전송하는 기능이 없습니다. 5. **코드 품질 및 목적 일치:** 스킬의 설명과 기능(법인명 정규화, 법인격 감지, 영문 변환, 중복 감지, 감사)이 코드의 내용과 일치하며, 코드 품질도 양호합니다. 'Zero external dependencies'라는 설명도 `import` 목록(표준 라이브러리만 사용)과 부합합니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-05-09 ⬇ 0

Examples 9

Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.

(주) 앞 위치 정규화
# normalize# 주식회사# korean

삼성전자(주) → (주)삼성전자 법인격 앞 이동 정규화

📥 Input
{
  "action": "normalize",
  "name": "\uc0bc\uc131\uc804\uc790(\uc8fc)"
}
📤 Output
{
  "action": "normalize",
  "is_fake": false,
  "issues": [],
  "legal_form": {
    "canonical": "(\uc8fc)",
    "detected": "(\uc8fc)",
    "english": "Co., Ltd.",
    "type": "\uc8fc\uc2dd\ud68c\uc0ac"
  },
  "normalized": "(\uc8fc)\uc0bc\uc131\uc804\uc790",
  "original": "\uc0bc\uc131\uc804\uc790(\uc8fc)",
  "trade_name": "\uc0bc\uc131\uc804\uc790"
}
주식회사 한글 풀네임 정규화
# normalize# 주식회사# korean

주식회사 카카오 → (주)카카오 기호 정규화

📥 Input
{
  "action": "normalize",
  "name": "\uc8fc\uc2dd\ud68c\uc0ac \uce74\uce74\uc624"
}
📤 Output
{
  "action": "normalize",
  "is_fake": false,
  "issues": [],
  "legal_form": {
    "canonical": "(\uc8fc)",
    "detected": "\uc8fc\uc2dd\ud68c\uc0ac",
    "english": "Co., Ltd.",
    "type": "\uc8fc\uc2dd\ud68c\uc0ac"
  },
  "normalized": "(\uc8fc)\uce74\uce74\uc624",
  "original": "\uc8fc\uc2dd\ud68c\uc0ac \uce74\uce74\uc624",
  "trade_name": "\uce74\uce74\uc624"
}
유한회사 법인격 감지
# detect_legal_form# 유한회사# korean

(유)네이버서비스 법인격 종류 감지

📥 Input
{
  "action": "detect_legal_form",
  "name": "(\uc720)\ub124\uc774\ubc84\uc11c\ube44\uc2a4"
}
📤 Output
{
  "action": "detect_legal_form",
  "legal_form": {
    "canonical": "(\uc720)",
    "detected": "(\uc720)",
    "english": "Ltd.",
    "type": "\uc720\ud55c\ud68c\uc0ac"
  },
  "original": "(\uc720)\ub124\uc774\ubc84\uc11c\ube44\uc2a4",
  "trade_name": "\ub124\uc774\ubc84\uc11c\ube44\uc2a4"
}
영문 상호 변환
# convert_to_english# english# korean

(주)아이스킬스토어 → AI Skill Store Co., Ltd.

📥 Input
{
  "action": "convert_to_english",
  "name": "(\uc8fc)\uc544\uc774\uc2a4\ud0ac\uc2a4\ud1a0\uc5b4"
}
📤 Output
{
  "action": "convert_to_english",
  "english_name": "\uc544\uc774\uc2a4\ud0ac\uc2a4\ud1a0\uc5b4 Co., Ltd.",
  "legal_form": {
    "canonical": "(\uc8fc)",
    "english": "Co., Ltd."
  },
  "original": "(\uc8fc)\uc544\uc774\uc2a4\ud0ac\uc2a4\ud1a0\uc5b4"
}
중복 상호 감지
# find_duplicates# deduplication# korean

공백/법인격 정규화 후 동일 상호 그룹화

📥 Input
{
  "action": "find_duplicates",
  "names": [
    "(\uc8fc)\uc0bc\uc131\uc804\uc790",
    "\uc0bc\uc131\uc804\uc790 \uc8fc\uc2dd\ud68c\uc0ac",
    "\u321c\uc0bc\uc131\uc804\uc790",
    "LG\uc804\uc790(\uc8fc)",
    "LG\uc804\uc790 \uc8fc\uc2dd\ud68c\uc0ac"
  ]
}
📤 Output
{
  "action": "find_duplicates",
  "duplicates": [
    {
      "group": [
        "(\uc8fc)\uc0bc\uc131\uc804\uc790",
        "\uc0bc\uc131\uc804\uc790 \uc8fc\uc2dd\ud68c\uc0ac",
        "\u321c\uc0bc\uc131\uc804\uc790"
      ],
      "key": "\uc0bc\uc131\uc804\uc790"
    },
    {
      "group": [
        "LG\uc804\uc790(\uc8fc)",
        "LG\uc804\uc790 \uc8fc\uc2dd\ud68c\uc0ac"
      ],
      "key": "LG\uc804\uc790"
    }
  ]
}
가짜/임시 상호 감지
# audit# fake# korean

테스트, 임시 등 가짜 상호 패턴 감지

📥 Input
{
  "action": "audit",
  "name": "(\uc8fc)\ud14c\uc2a4\ud2b8"
}
📤 Output
{
  "action": "audit",
  "is_fake": true,
  "issues": [
    {
      "fix_hint": {
        "action": "correct_input",
        "field": "name",
        "reference": "https://aiskillstore.io/skills/kr-company-name-sanitizer",
        "suggested_replacement": "\uc2e4\uc81c \ub4f1\ub85d\ub41c \uc0c1\ud638\uba85\uc744 \uc785\ub825\ud558\uc138\uc694"
      },
      "message": "\uac00\uc9dc/\uc784\uc2dc \uc0c1\ud638\ub85c \uac10\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4: \u0027\ud14c\uc2a4\ud2b8\u0027 / Detected as fake/temporary business name.",
      "severity": "error"
    }
  ],
  "original": "(\uc8fc)\ud14c\uc2a4\ud2b8"
}
배치 정규화
# normalize# batch# korean

여러 상호 동시 정규화

📥 Input
{
  "action": "normalize",
  "names": [
    "\uc8fc\uc2dd\ud68c\uc0ac \ub124\uc774\ubc84",
    "\uce74\uce74\uc624(\uc8fc)",
    "\u321cLG\ud654\ud559"
  ]
}
📤 Output
{
  "action": "normalize",
  "results": [
    {
      "normalized": "(\uc8fc)\ub124\uc774\ubc84",
      "original": "\uc8fc\uc2dd\ud68c\uc0ac \ub124\uc774\ubc84",
      "trade_name": "\ub124\uc774\ubc84"
    },
    {
      "normalized": "(\uc8fc)\uce74\uce74\uc624",
      "original": "\uce74\uce74\uc624(\uc8fc)",
      "trade_name": "\uce74\uce74\uc624"
    },
    {
      "normalized": "(\uc8fc)LG\ud654\ud559",
      "original": "\u321cLG\ud654\ud559",
      "trade_name": "LG\ud654\ud559"
    }
  ]
}
㈜ 특수문자 정규화
# normalize# 특수문자# korean

㈜(원문자 주) → (주) 표준 형태로 정규화

📥 Input
{
  "action": "normalize",
  "name": "\u321c\ud604\ub300\uc790\ub3d9\ucc28"
}
📤 Output
{
  "action": "normalize",
  "is_fake": false,
  "legal_form": {
    "canonical": "(\uc8fc)",
    "detected": "\u321c",
    "english": "Co., Ltd.",
    "type": "\uc8fc\uc2dd\ud68c\uc0ac"
  },
  "normalized": "(\uc8fc)\ud604\ub300\uc790\ub3d9\ucc28",
  "original": "\u321c\ud604\ub300\uc790\ub3d9\ucc28",
  "trade_name": "\ud604\ub300\uc790\ub3d9\ucc28"
}
잘못된 액션 에러
# error# unknown_action# korean

허용되지 않은 액션 요청 시 에러 반환

📥 Input
{
  "action": "invalid_action",
  "name": "(\uc8fc)\ud14c\uc2a4\ud2b8"
}
📤 Output
{
  "error": {
    "code": "UNKNOWN_ACTION",
    "fix_hint": {
      "action": "correct_input",
      "field": "action",
      "reference": "https://aiskillstore.io/skills/kr-company-name-sanitizer",
      "suggested_replacement": "normalize"
    },
    "message": "\uc54c \uc218 \uc5c6\ub294 \uc561\uc158: \u0027invalid_action\u0027. \ud5c8\uc6a9: [\u0027normalize\u0027, \u0027detect_legal_form\u0027, \u0027convert_to_english\u0027, \u0027find_duplicates\u0027, \u0027audit\u0027] / Unknown action."
  }
}

All examples are also available via the agent API: /v1/agent/skills/a370ce98-ea6f-4458-904f-c3848861b5e7/schema

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review