From metashape-mcp
Batch exports all available products from active Metashape projects—point cloud, model, DEM, orthomosaic, tiled model, report, cameras—to a specified folder, skipping unavailable items and reporting sizes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/metashape-mcp:batch-exportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export all available processing results from the active Metashape chunk.
Export all available processing results from the active Metashape chunk.
get_model_stats and get_point_cloud_stats to see what existsexport_point_cloud(path, format="laz")export_model(path, format="obj", save_texture=True)export_dem(path, format="tif")export_orthomosaic(path, format="tif")export_tiled_model(path, format="cesium")export_report(path) (PDF)export_cameras(path, format="xml")save_project()npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcpGuides dense reconstruction in Metashape MCP: builds depth maps, point clouds, meshes, textures, DEMs, orthomosaics with GPU/CPU settings. Use after camera alignment for photogrammetry workflows.
Exports FiftyOne datasets to standard formats (COCO, YOLO, VOC, CVAT, CSV) and Hugging Face Hub. Use when converting datasets for training or sharing.
Exports retriever result sets as CSV tables or archives. Invoked via /export or natural language like "save this as a spreadsheet."