live-tutorial

A guide for making a short instructional MP4 from real screenshots of someone completing a workflow on their computer. Each step shows the screen before the action, a numbered instruction, and visual markers pointing to the target.

In plain words
What is it for?
It helps document how to use an application, explain a workflow, and create a playable step-by-step tutorial video.
Why use it?
It turns a completed computer task into a clear tutorial without pretending that unperformed steps happened or using a continuous screen recording.

Skill for Claude CodeCodex

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/leon-ai/leon/live-tutorial
Any agent
npx skills add leon-ai/leon --skill live-tutorial
Clone the repo
git clone --depth 1 https://github.com/leon-ai/leon

Made for: Claude Code, Codex.

Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,038 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 $0.00045 $0.01038
Opus 5 $0.00023 $0.00519
Sonnet 5 $0.00009 $0.00208
Haiku 4.5 $0.00005 $0.00104

Measured 2d ago against content hash bb8d9a298689, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

live-tutorial 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 2d 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/agent/live-tutorial/SKILL.md · 59 lines

How it starts

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

Live Tutorial

Create a short annotated MP4 from a workflow Leon actually completes in the owner's application and workspace. It is an instructional slideshow, not a continuous screen recording or a reconstruction of steps Leon did not perform.

Outcome

Return one playable MP4 with 3–6 meaningful steps. Each step should show:

  • the interface before the action;
  • a numbered, concise instruction;
  • a rectangle around the target and an arrow pointing to it;
  • enough surrounding context to recognize the location.

Keep the original captures with the tutorial artifacts. Add annotations with deterministic local rendering; never recreate the interface with a generative image model.

Every frame must be evidence from the demonstrated journey. Do not reuse one screenshot to illustrate different states, invent missing steps, or claim success when the requested result was not reached.

Workflow

  1. Identify the target application, task, and successful result. Ask only if one is genuinely ambiguous.
  2. Call computer_use.cua.start_recording with record_video: false and retain its output_dir.
  3. Complete the real task as a sequence of consequential owner-facing actions. Retain the initial observation, then after each selected action observe once to verify its result and ground the next action. That post-action observation becomes the next step's pre-action capture; do not capture the same state twice.
  4. Retry or stop when an action cannot be visually verified. Do not turn an unchanged capture, an unperformed instruction, or a guessed future state into a tutorial step.
  5. Once the requested result is visible, stop interacting and render immediately. Always call stop_recording, including after a failure. Completing the original tutorial request includes assembling the MP4; do not ask for separate confirmation to finish it.
  6. Annotate each successful action's own pre-action screenshot and assemble the frames into an MP4 inside the retained output_dir. Reuse that exact path rather than reconstructing it from profile or session identifiers. If a render continues in a later turn, use only artifacts from the current LEON_PROFILE and LEON_SESSION_ID; never scan other profiles or substitute a pre-existing video.
  7. Make the encoded frame dimensions even by padding at most one pixel on each axis. For FFmpeg, use pad=ceil(iw/2)*2:ceil(ih/2)*2; do not resize the tutorial or alter annotation coordinates for encoder compatibility.
  8. Verify that the MP4 is non-empty and readable before reporting success. Return the MP4 only if the requested workflow was completed; otherwise explain where the demonstration stopped and preserve the verified captures.

Read the full file on GitHub · 59 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. 2d ago First seen · 59 lines · 45 tokens per session scan A bb8d9a298689

Subscribe to this mod's changes

live-tutorial is a skill published in the GitHub repository leon-ai/leon (17,476 stars, last pushed 6d ago), licensed MIT. It adds 45 tokens to every session and 1,038 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