Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/cli-manager:mesh2glb-basicsWhen to use
INVOKE when user wants to convert 3D mesh files or asks about m2m. Triggers: "convert to GLB", "m2m", "메시 변환", "3D 파일 변환"
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
3D 메시 변환 CLI 도구. Blender 5.x 또는 bpy 패키지 필요.
3D 메시 변환 CLI 도구. Blender 5.x 또는 bpy 패키지 필요.
지원 포맷: GLB, GLTF, OBJ, FBX (Binary only), USD/USDA/USDC/USDZ, STL, PLY, ABC
제한사항:
m2m convert <input> <output> [--scale <factor>]
예시:
m2m convert model.obj model.glb
m2m convert character.fbx character.glb --scale 100.0
m2m convert model.glb model.stl
m2m batch <src_dir> <dst_dir> <format> [-r] [--workers <num>]
<format>: 출력 포맷 (필수!) - glb, gltf, obj, fbx, usd, stl, ply, abc-r: 하위 디렉토리 포함--workers: 병렬 워커 수 (기본: CPU 코어 수)예시:
m2m batch ./models ./output glb
m2m batch ./models ./output glb -r --workers 4
| 용도 | 추천 포맷 |
|---|---|
| 웹 (Three.js) | GLB |
| Unity/Unreal | FBX |
| Blender | OBJ |
| VFX/Film | USD |
| 3D 프린팅 | STL |
FBX 스케일 문제 해결:
--scale 100.0--scale 0.01m2m --version # 버전 확인
m2m convert in.fbx out.glb # 단일 변환
m2m batch ./src ./dst glb # 일괄 변환
m2m batch ./src ./dst glb -r # 재귀 일괄 변환
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin cli-managerCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.