The starter Hermes plugin is in:
plugins/mastercanvas-hermes
It reads Master Canvas handoff packages and prepares them for an agent workflow.
Copy the plugin folder to:
~/.hermes/plugins/master-canvasRestart Hermes after copying.
mastercanvas_capabilities: explains package structure and workflow.mastercanvas_inspect_package: reads a handoff ZIP or extracted manifest and summarizes readiness.mastercanvas_extract_package: extracts a handoff ZIP into a local folder.mastercanvas_comfy_plan: returns a shot-by-shot ComfyUI/LTX 2.3 execution plan.
- User exports a Handoff ZIP from Master Canvas.
- Hermes calls
mastercanvas_inspect_package. - Hermes calls
mastercanvas_extract_package. - Hermes calls
mastercanvas_comfy_plan. - Hermes passes the resulting job files to its ComfyUI skill/plugin.
- Generated clips are saved into scene bins from
deliverables/bin_plan.json.
The plugin does not control ComfyUI by itself. It is the bridge between the visual planning app and whatever ComfyUI tooling Hermes already has.