setup
3
总安装量
3
周安装量
#56934
全站排名
安装命令
npx skills add https://github.com/orientpine/honeypot --skill setup
Agent 安装分布
mcpjam
3
claude-code
3
replit
3
junie
3
windsurf
3
zencoder
3
Skill 文档
HWPX Converter Setup
hwpx-converter ì¤í¬ ì¬ì©ì ìí ìì¡´ì±ì ìëì¼ë¡ ì¤ì¹í©ëë¤.
ì¤ì¹ ëì
| íë¡ê·¸ë¨ | ì©ë | ì¤ì¹ ë°©ë² |
|---|---|---|
| Pandoc | 문ì ë³í ìì§ | winget (Windows) / brew (macOS) / apt (Linux) |
| Python | ì¤í íê²½ | winget (Windows) / brew (macOS) / apt (Linux) |
| pypandoc-hwpx | HWPX ë³í ë구 | pip install |
ìí¬íë¡ì°
Phase 1: íê²½ ê°ì§
ì´ìì²´ì 를 ê°ì§íì¬ ì ì í ì¤ì¹ ëª ë ¹ì ì íí©ëë¤.
# Windows ê°ì§
uname -s 2>/dev/null || echo "Windows"
Phase 2: Pandoc ì¤ì¹ íì¸ ë° ì¤ì¹
Step 2-1. ì¤ì¹ íì¸
pandoc --version
Step 2-2. 미ì¤ì¹ ì ì¤ì¹
Windows (PowerShell):
winget install --id JohnMacFarlane.Pandoc --accept-source-agreements --accept-package-agreements
macOS:
brew install pandoc
Linux (Ubuntu/Debian):
sudo apt update && sudo apt install -y pandoc
Phase 3: Python ì¤ì¹ íì¸ ë° ì¤ì¹
Step 3-1. ì¤ì¹ íì¸
python --version || python3 --version
Step 3-2. 미ì¤ì¹ ì ì¤ì¹
Windows (PowerShell):
winget install --id Python.Python.3.12 --accept-source-agreements --accept-package-agreements
macOS:
brew install python
Linux (Ubuntu/Debian):
sudo apt update && sudo apt install -y python3 python3-pip
Phase 4: pypandoc-hwpx ì¤ì¹
pip install pypandoc-hwpx
# ëë
python -m pip install pypandoc-hwpx
# ëë
python3 -m pip install pypandoc-hwpx
Phase 5: ì¤ì¹ ê²ì¦
모ë ì¤ì¹ê° ìë£ëë©´ ê²ì¦í©ëë¤:
pandoc --version
python --version
pypandoc-hwpx --help
ì±ê³µ 기ì¤:
- pandoc: ë²ì ì ë³´ ì¶ë ¥
- python: ë²ì ì ë³´ ì¶ë ¥
- pypandoc-hwpx: ì¬ì©ë² ì¶ë ¥
ìë¬ ì²ë¦¬
| ìí© | ì²ë¦¬ |
|---|---|
| winget 미ì¤ì¹ (Windows) | ìë ì¤ì¹ ë§í¬ ì ê³µ |
| brew 미ì¤ì¹ (macOS) | brew ì¤ì¹ ëª ë ¹ ìë´ |
| ê´ë¦¬ì ê¶í íì | sudo ì¬ì© ëë ìë ì¤ì¹ ìë´ |
| PATH 미ë±ë¡ | í°ë¯¸ë ì¬ìì ìë´ |
ìë ì¤ì¹ ë§í¬
ìë ì¤ì¹ ì¤í¨ ì:
- Pandoc: https://pandoc.org/installing.html
- Python: https://python.org/downloads/
- pypandoc-hwpx:
pip install pypandoc-hwpx
주ìì¬í
- Windowsìì ì¤ì¹ í í°ë¯¸ë ì¬ìì íì (PATH ë°ì)
- ì¼ë¶ ìì¤í ìì ê´ë¦¬ì ê¶í íì
- Python ì¤ì¹ ì “Add to PATH” ìµì ì²´í¬ ê¶ì¥