From metashape-mcp
Recommends optimal Metashape processing settings based on dataset size, RAM, and quality/speed priority. Outputs specific parameters as tool calls for alignment, depth maps, meshing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/metashape-mcp:quality-settingsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Recommend processing parameters tuned to the user's dataset and hardware.
Recommend processing parameters tuned to the user's dataset and hardware.
Ask the user (or read from the project):
| Setting | <100 photos | 100–500 | 500–2000 | 2000+ |
|---|---|---|---|---|
| Match downscale | 1 (High) | 1 (High) | 2 (Medium) | 2–4 |
| Keypoint limit | 60000 | 40000 | 40000 | 40000 |
| Depth map quality | 2 (High) | 4 (Medium) | 4 (Medium) | 8 (Low) |
| Depth filter | mild | mild | moderate | moderate |
| Face count | high | high | medium | medium/custom |
set_gpu_config(cpu_enable=True) — BEFORE alignment (match_photos, align_cameras)set_gpu_config(cpu_enable=False) — BEFORE everything else (depth maps, meshing, texturing, DEM, ortho)CPU slows GPU operations. It is ONLY beneficial for alignment.
Read the chunk info, then provide specific parameter values for each processing step as ready-to-use tool calls.
npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcpSets up Metashape photogrammetry projects: import photos from folders/globs, load GPS CSV references, configure fisheye/rolling shutter/multi-camera sensors, import EXR alpha masks, analyze image quality, disable bad frames. For new captures via MCP server.
Designs Lightroom/Capture One develop presets for batch processing large photo volumes — creating consistent tonal, color and detail corrections that maintain image-to-image consistency while reducing per-image editing time.
Detects CPU, GPU, memory, and disk resources, then recommends parallel processing, GPU acceleration, or out-of-core strategies for scientific computing tasks.