Official plugins
The live catalog contains 12 official companion executables. Every one exposes the common lifecycle and writes a durable run manifest.
| Plugin | Command | Primary job | Execution |
|---|---|---|---|
| VFX Tools | mere-vfx-tools | Shot-oriented VFX and verified 3D handoffs | Local |
| Perform | mere-perform | Realtime Magenta Heart performance | Local |
| Image Tools | mere-image-tools | Subject knockout and matte cleanup | Local |
| Animatic Tools | mere-animatic-tools | Animatic production kits and delivery prep | Local |
| ShotGrid Tools | mere-shotgrid-tools | Production tracking and review publishing | User-controlled provider |
| RunPod Runner | mere-runpod | Ephemeral GPU recipe execution | User-controlled provider |
| Document Tools | mere-doc-tools | OCR and PII redaction | Local |
| Media Scrub | mere-media-scrub | Batch frame OCR and redaction | Local |
| Dataset Tools | mere-dataset-tools | LoRA captions, OCR, and contact sheets | Local |
| Transcript Tools | mere-transcript-tools | Speech transcription and redaction | Local |
| Image Compose | mere-image-compose | Repeatable image generation compositions | Local |
| Batch Runner | mere-batch-runner | Resumable JSONL core-command batches | Local |
Install by catalog ID
bash
mere.run plugin list
mere.run plugin install mere-vfx-toolsCatalog IDs are stable machine identifiers. Some shared-package plugins have an ID that matches the executable rather than the Python distribution name.
Shared contract
text
<plugin> manifest --json
<plugin> doctor
<plugin> plan ...
<plugin> run ...
<plugin> resume <run.json>
<plugin> cleanup <run.json>Read the plugin contract for required behavior, streams, exit codes, and discovery rules.