handoff

handoff is a skill for Claude Code, Codex from wassermanproductions/master-canvas-hermes-plugin. It costs 105 tokens per session (991 once invoked), scanned A, original, MIT.

A workflow for inspecting Master Canvas video-project packages and preparing their scenes, shots, prompts, assets, and generation jobs for tools such as ComfyUI, Kling, or Veo.

In plain words
What is it for?
Preparing or managing video-generation projects from a Master Canvas ZIP or project folder, including asset inspection, ComfyUI/LTX job planning, and handoff prompt sheets.
Why use it?
It gives an agent a consistent way to read the project manifest, preserve the intended scene and shot order, and keep generated files organised.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for hermes-agent. Also seen: built for hermes-agent.

Good fit Preparing or managing video-generation projects from a Master Canvas ZIP or project folder, including asset inspection, ComfyUI/LTX job planning, and handoff prompt sheets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wassermanproductions/master-canvas-hermes-plugin/handoff
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.

Any agent
npx skills add wassermanproductions/master-canvas-hermes-plugin --skill handoff
Clone the repo
git clone --depth 1 https://github.com/wassermanproductions/master-canvas-hermes-plugin

Made for: Claude Code, Codex.

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 handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/wassermanproductions/master-canvas-hermes-plugin/handoff/github.svg)](https://agentmods.dev/skills/wassermanproductions/master-canvas-hermes-plugin/handoff)
Your own site
<a href="https://agentmods.dev/skills/wassermanproductions/master-canvas-hermes-plugin/handoff"><img src="https://agentmods.dev/badge/skills/wassermanproductions/master-canvas-hermes-plugin/handoff/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for handoff

Your own site · 80×15
<a href="https://agentmods.dev/skills/wassermanproductions/master-canvas-hermes-plugin/handoff"><img src="https://agentmods.dev/badge/skills/wassermanproductions/master-canvas-hermes-plugin/handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 991 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00105 $0.00991
Opus 5 $0.00053 $0.00495
Sonnet 5 $0.00021 $0.00198
Haiku 4.5 $0.00011 $0.00099

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

Security

Grade A, and why

handoff 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 10d 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/handoff/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Master Canvas Handoff

Use this skill when a user gives Hermes a Master Canvas handoff ZIP, extracted package folder, or project_manifest.json and wants video-generation work planned or executed from that package.

Also use it when the user wants Hermes to operate Master Canvas autonomously. In that mode, Hermes should create and maintain a Master Canvas-compatible package directly: scenes, shots, prompts, negative prompts, copied assets, references, ComfyUI/LTX jobs, Kling/Veo prompt sheets, and deliverable bins.

Default Workflow

  1. Inspect the package with mastercanvas_inspect_package.
  2. If the package is a ZIP and generation work will happen locally, extract it with mastercanvas_extract_package.
  3. Build the ComfyUI/LTX plan with mastercanvas_comfy_plan.
  4. Treat project_manifest.json as the source of truth for scene order, shot order, prompts, negative prompts, references, and output bins.
  5. Keep outputs organized by scene using deliverables/bin_plan.json or the outputBin fields in the plan.

Autonomous Master Canvas Workflow

When the user wants Hermes to create or manage a Master Canvas project:

  1. Use mastercanvas_create_package to create the package from the brief, scene list, shot list, prompts, and local asset paths.
  2. Use mastercanvas_upsert_scene when the user changes the scene structure, scene description, style prompt, or music prompt.
  3. Use mastercanvas_upsert_shot when the user adds or changes a shot, source image, prompt, negative prompt, camera direction, lens, lighting, duration, or notes.
  4. Use mastercanvas_inspect_package after changes to confirm scene count, shot count, missing assets, and readiness.
  5. Use mastercanvas_package_zip when the package is ready to share, archive, or send into downstream generation.

In autonomous mode, keep the package compatible with the Master Canvas app handoff contract. Do not invent a separate schema unless the user explicitly asks for a different format.

Package Contract

Read the full file on GitHub · 80 lines

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. 10d ago First seen · 80 lines · 105 tokens per session scan A cd569924eeed

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository wassermanproductions/master-canvas-hermes-plugin (5 stars, last pushed 1mo ago), licensed MIT. It adds 105 tokens to every session and 991 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

shortfilm-prompt

Generate cinematic AI shortfilm prompts (works with Seedance 2.0, Xiaoyunque, Sora, Kling, Jimeng, Veo) using the 5-stage structure from Mx-Shell's Zombie Scavenger. Trigger when the user wants transformation sequences, multi-shot narrative shorts, weapon-charge/combat segments, emotional family/pet/farewell…

jnMetaCode/ai-shortfilm-prompts · 100 tokens

minimax-h3

Write, debug and structure prompts for MiniMax H3 video generation (T2VA, I2VA, FL2VA, L2VA, Ref2VA) and configure its ComfyUI workflow. Use when the user mentions MiniMax H3, minimaxh3, fl2va, ref2va, MiniMaxH3ReferenceToVideo, reference-to-video, asks to animate a photo, write a video prompt, pick a model quant, or…

teskor-hub/minimax-h3-skill · 135 tokens

video-gen

Use when generate videos with AI models — Runway, Kling, Sora, Pika, Seedance 2.0, Grok Imagine, Veo. Text-to-video, image-to-video, video extension, multi-modal references. Use when generating video from text prompts, animating images, or creating AI video content.

oyi77/1ai-skills · 69 tokens

seedance-20

This skill should be used when creating, improving, or troubleshooting Seedance 2.0 video on any surface — Dreamina, Jimeng, CapCut, Doubao, Volcengine/Ark, BytePlus, Runway's Seedance route, fal, or third-party provider/router surfaces such as EvoLink, OpenRouter, Kie.ai, PiAPI, LaoZhang, Runware, ModelsLab, AI/ML…

LeoYeAI/seedance-skills · 178 tokens

seedance-sequence

This skill should be used when a Seedance 2.0 request is a long story, connected set of clips, multi-generation scene, campaign sequence, dense storyboard, continuation-ready plan, or any idea that must be divided into stateful clips.

LeoYeAI/seedance-skills · 55 tokens

seedance-continuation

This skill should be used when a Seedance 2.0 user asks to continue, extend, make the next part, repair the tail, bridge between known frames, re-anchor drift, or create a successor prompt from accepted footage.

LeoYeAI/seedance-skills · 53 tokens