odyssey-interactive-video

odyssey-interactive-video is a skill for Claude Code, Codex from calesthio/generative-media-skills. It costs 163 tokens per session (5,236 once invoked), scanned A, original, MIT.

A planning guide for interactive video worlds that respond live to keyboard, text, speech, or controller input.

In plain words
What is it for?
Use it to scope explorable demos, interactive environments, live installations, or playable AI worlds.
Why use it?
It helps distinguish a live, steerable experience from an ordinary video that is rendered once.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to scope explorable demos, interactive environments, live installations, or playable AI worlds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/calesthio/generative-media-skills/odyssey-interactive-video
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 calesthio/generative-media-skills --skill odyssey-interactive-video
Clone the repo
git clone --depth 1 https://github.com/calesthio/generative-media-skills

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 odyssey-interactive-video

README.md
[![agentmods](https://agentmods.dev/badge/skills/calesthio/generative-media-skills/odyssey-interactive-video/github.svg)](https://agentmods.dev/skills/calesthio/generative-media-skills/odyssey-interactive-video)
Your own site
<a href="https://agentmods.dev/skills/calesthio/generative-media-skills/odyssey-interactive-video"><img src="https://agentmods.dev/badge/skills/calesthio/generative-media-skills/odyssey-interactive-video/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 odyssey-interactive-video

Your own site · 80×15
<a href="https://agentmods.dev/skills/calesthio/generative-media-skills/odyssey-interactive-video"><img src="https://agentmods.dev/badge/skills/calesthio/generative-media-skills/odyssey-interactive-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,236 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 76
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00163 $0.05236
Opus 5 $0.00081 $0.02618
Sonnet 5 $0.00033 $0.01047
Haiku 4.5 $0.00016 $0.00524

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

Security

Grade A, and why

odyssey-interactive-video 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 9d 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/providers/world-models/odyssey-interactive-video/SKILL.md · 194 lines

How it starts

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

Odyssey interactive video (world models)

What this skill is for

Odyssey builds world models: systems that generate video one frame at a time in real time, conditioned on the history of frames plus whatever input a user is streaming right now. The output is not a finished clip you download — it is an interactive stream the user drives. This skill helps an agent scope, plan, and honestly advise on projects that use (or consider using) Odyssey's models.

Use it when a request looks like:

  • "Can we build an explorable AI world / playable dream the user walks through?"
  • "Real-time interactive video that reacts to typed prompts or a controller."
  • "Should we use Odyssey or Sora/Veo for this?" (interactive vs. offline decision).
  • "Prototype an interactive environment / experiential installation / live demo."

Do not route here for: offline text-to-video clips you render once and download (that is Sora/Veo/Kling/Runway territory), exportable 3D assets or meshes (that is a 3D-asset or game-engine pipeline), or captioning/editing existing footage. Odyssey produces no downloadable clip and no exportable geometry by default — if the deliverable is a file to hand off, interactive video is usually the wrong tool. See "Production decision" below.

Maturity flag, read first. Odyssey's own CTO Jeff Hawke describes the field as "the GPT-2 era of world models" and "a phase of mass exploration, not mass commercialization" [Secondary, The Data Exchange, verified 2026-07-10]. Treat every capability here as research-grade. Prototypes, demos, art, and experiments are feasible today; SLA-bound production pipelines generally are not. Say this plainly to any user with a production deadline.

Evidence labels used below

  • [Documented] — stated in Odyssey's own model pages / technical reports.
  • [First-party claim] — Odyssey's own performance/capability assertion (marketing or blog), not independently verified.
  • [Secondary] — reputable press or analyst reporting.
  • [Heuristic] — production judgment from the nature of the technology, not a cited fact.

Read the full file on GitHub · 194 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 194 lines · 163 tokens per session scan A 16a0840448db

Subscribe to this mod's changes

odyssey-interactive-video is a skill published in the GitHub repository calesthio/generative-media-skills (171 stars, last pushed 2mo ago), licensed MIT. It adds 163 tokens to every session and 5,236 once invoked, about $0.0008 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-09-03.

Related

Other skills, from other repositories

threejs-animation

Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.

calesthio/OpenMontage · 40 tokens

threejs-geometry

Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.

calesthio/OpenMontage · 46 tokens

threejs-fundamentals

Three.js scene setup, cameras, renderer, Object3D hierarchy, coordinate systems. Use when setting up 3D scenes, creating cameras, configuring renderers, managing object hierarchies, or working with transforms.

calesthio/OpenMontage · 51 tokens

threejs-world-generation

Build deterministic, editable, free-viewpoint Three.js worlds from text or structured briefs. Use for cinematic 3D terrain, semantic regions, procedural biomes, explicit landmarks, environmental scattering, camera fly-throughs, world diagnostics, or requests for a real 3D environment rather than generated 2D footage.…

calesthio/OpenMontage · 100 tokens

3d-asset-generation

Generate, reconstruct, inspect, and route production 3D assets for OpenMontage worlds using Atlas Cloud, fal.ai, licensed catalogs, and Blender.

calesthio/OpenMontage · 37 tokens

sound-effects

Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt influence tuning.

calesthio/OpenMontage · 51 tokens