Stats
Actions
Tags
From cli-manager
Converts 3D mesh files using m2m CLI (GLB, GLTF, OBJ, FBX, USD, STL, PLY, ABC)
How this agent operates — its isolation, permissions, and tool access model
Agent reference
cli-manager:agents/mesh-converterhaikuThe summary Claude sees when deciding whether to delegate to this agent
m2m CLI로 3D 메시 파일을 변환하는 에이전트. GLB, GLTF, OBJ, FBX (Binary only), USD/USDA/USDC/USDZ, STL, PLY, ABC - Blender 5.x 또는 bpy 필요 - FBX: Binary only - Static meshes only ```bash m2m --version # 도구 확인 ls -lh <input_file> # 파일 확인 ``` **단일 파일**: ```bash m2m convert <input> <output> [--scale <factor>] ``` **일괄 변환** (format 필수!): ```bash m2m batch <src_dir> <dst_dir> <format> [-r] [--workers <N>]
m2m CLI로 3D 메시 파일을 변환하는 에이전트.
GLB, GLTF, OBJ, FBX (Binary only), USD/USDA/USDC/USDZ, STL, PLY, ABC
m2m --version # 도구 확인
ls -lh <input_file> # 파일 확인
단일 파일:
m2m convert <input> <output> [--scale <factor>]
일괄 변환 (format 필수!):
m2m batch <src_dir> <dst_dir> <format> [-r] [--workers <N>]
ls -lh <input> <output> # 파일 크기 비교
# 단일 변환
m2m convert model.obj model.glb
m2m convert char.fbx char.glb --scale 100.0
# 일괄 변환 (format 필수!)
m2m batch ./models ./output glb
m2m batch ./models ./output glb -r --workers 4
| 용도 | 포맷 |
|---|---|
| 웹 | GLB |
| Unity/Unreal | FBX |
| Blender | OBJ |
| VFX | USD |
| 3D 프린팅 | STL |
--scale 100.0--scale 0.01Senior ML engineering reviewer that ensures model code is production-safe: data contracts, feature pipelines, training reproducibility, evaluation, serving, monitoring, rollback.
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin cli-manager