batch-export

batch-export is a skill for Claude Code from jenkinsm13/metashape-mcp. It costs 40 tokens per session (323 once invoked), scanned A, original, MIT.

A batch exporter for Agisoft Metashape, a program that turns photographs into 3D maps and models. It saves each available result from the active project, such as point clouds, models, elevation maps, and reports.

In plain words
What is it for?
Use it to export photogrammetry results to a chosen folder. It can export point clouds, 3D models, digital elevation models, orthomosaics, tiled models, PDF reports, and camera data, in selected formats.
Why use it?
It avoids exporting each project result by hand and skips results that have not been created. It also saves the project first and reports exported file sizes.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the metashape-mcp plugin — 12 skills, 8 agents, 2 hooks, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jenkinsm13/metashape-mcp/batch-export
Any agent
npx skills add jenkinsm13/metashape-mcp --skill batch-export
Clone the repo
git clone --depth 1 https://github.com/jenkinsm13/metashape-mcp

Made for: Claude Code.

Or install metashape-mcp, the plugin that ships this one along with the rest of its 12 skills, 8 agents, 2 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for batch-export

README.md
[![agentmods](https://agentmods.dev/badge/skills/jenkinsm13/metashape-mcp/batch-export.svg)](https://agentmods.dev/skills/jenkinsm13/metashape-mcp/batch-export)
Your own site
<a href="https://agentmods.dev/skills/jenkinsm13/metashape-mcp/batch-export"><img src="https://agentmods.dev/badge/skills/jenkinsm13/metashape-mcp/batch-export.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00323
Opus 5 $0.00020 $0.00161
Sonnet 5 $0.00008 $0.00065
Haiku 4.5 $0.00004 $0.00032

Measured 6d ago against content hash 41b3ddfabd97, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

batch-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/batch-export/SKILL.md · 30 lines

What it actually says

Batch Export

Export all available processing results from the active Metashape chunk.

Workflow

  1. Check available products: Use get_model_stats and get_point_cloud_stats to see what exists
  2. Export each product that is available to the user-specified output folder:
    • Point Cloud: export_point_cloud(path, format="laz")
    • Model: export_model(path, format="obj", save_texture=True)
    • DEM: export_dem(path, format="tif")
    • Orthomosaic: export_orthomosaic(path, format="tif")
    • Tiled Model: export_tiled_model(path, format="cesium")
    • Report: export_report(path) (PDF)
    • Cameras: export_cameras(path, format="xml")
  3. Skip products that don't exist — don't error on missing data
  4. Report file sizes after each export

Rules

  • Ask the user for the output folder before starting
  • Save the project before exporting: save_project()
  • If the user specifies particular formats (e.g. "just the DEM and ortho"), only export those
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 30 lines · 40 tokens per session scan A 41b3ddfabd97

Subscribe to this mod's changes

batch-export is a skill published in the GitHub repository jenkinsm13/metashape-mcp (33 stars, last pushed 4mo ago), licensed MIT. It adds 40 tokens to every session and 323 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

3dgs-experiment-planner

Design rigorous experiments for 3DGS research papers. Recommends datasets, baselines, metrics, ablation matrices. Targets CVPR/ICCV/ECCV/SIGGRAPH/TVCG. Use when: designing experiments for a 3DGS paper, selecting datasets/baselines/metrics, planning ablation studies, addressing reviewer concerns on experiments…

jaccen/Awesome-Gaussian-Skills · 96 tokens

3dgs-visualizer

Generate publication-quality visualizations for 3DGS research: radar charts, comparison tables, method timelines. Static (PDF/PNG) and interactive (HTML) output. Use when: creating comparison charts for 3DGS papers, visualizing method capabilities, generating method timelines or radar plots, 3DGS可视化/论文配图/方法对比图表.

jaccen/Awesome-Gaussian-Skills · 84 tokens

3dgs-paper-reader

Read and summarize 3DGS research papers. Extracts method architecture, innovations, experimental results from arXiv or local PDFs. Structured output with tables. Knowledge of 819+ methods across 23 categories. Use when: reading or analyzing a 3DGS/NeRF paper, extracting method details from arXiv PDF, summarizing 3D…

jaccen/Awesome-Gaussian-Skills · 96 tokens

cg-paper-writing

Academic paper writing for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3DGS, SLAM, point cloud, 3D shape, CAD modeling. Supports CVPR/ICCV/ECCV/SIGGRAPH venues. Multi-agent adversarial review, citation integrity gates, style calibration. Use when: writing or revising a CG/3D vision paper…

jaccen/Awesome-Gaussian-Skills · 134 tokens

3dgs-engineering-guide

Guide for deploying 3DGS from research to production: 10 industry verticals, engineering stack, GIS toolchain solutions, cross-platform deployment, and common pitfalls. References 819+ methods. Use when: deploying 3DGS to production or industry, selecting tools/pipeline/platform, troubleshooting engineering problems…

jaccen/Awesome-Gaussian-Skills · 117 tokens

3dgs-method-compare

Compare 3D Gaussian Splatting variants across 11 dimensions. Built-in knowledge of 819+ methods across 23 categories. Supports axis-driven fragment loading for efficient context usage. Use when: comparing 3DGS methods or variants, analyzing trade-offs between Gaussian Splatting approaches, generating comparison tables…

jaccen/Awesome-Gaussian-Skills · 109 tokens