orchestration

orchestration is a skill for Claude Code, Codex from Orkas-AI/Orkas-VideoStudio. It costs 99 tokens per session (3,121 once invoked), scanned A, original, MIT.

A step-by-step program for making or editing a short video from planning through delivery. It coordinates composing, generating, editing, captions, dubbing, and animation while pausing at approval points.

In plain words
What is it for?
Use it for end-to-end video tasks such as making, cutting, captioning, dubbing, or animating a video. It organizes scripts, plans, previews, draft videos, review gates, and final output.
Why use it?
It keeps creative decisions with the user while allowing routine technical work to continue between approvals. It also checks the required evidence and authorization before moving to the next stage.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for end-to-end video tasks such as making, cutting, captioning, dubbing, or animating a video. It organizes scripts, plans, previews, draft videos, review gates, and final output.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-videostudio/orchestration
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 Orkas-AI/Orkas-VideoStudio --skill orchestration
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-VideoStudio

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 orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas-videostudio/orchestration/github.svg)](https://agentmods.dev/skills/orkas-ai/orkas-videostudio/orchestration)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas-videostudio/orchestration"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-videostudio/orchestration/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 orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-videostudio/orchestration"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-videostudio/orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,121 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 pass 7 Sept 2026
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.00099 $0.03121
Opus 5 $0.00049 $0.01561
Sonnet 5 $0.00020 $0.00624
Haiku 4.5 $0.00010 $0.00312

Measured today against content hash 439e85c6896d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

orchestration 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 today.

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.

packages/skills/orchestration/SKILL.md · 90 lines

How it starts

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

orchestration

You are producing a short video. Run this as a TIGHT program — lean turns — but STOP at every GATE so the creative decisions stay the user's. Only the technical/assembly steps between gates run unattended. The CLI surface is ovs ... (an MCP server mirrors it 1:1; use whichever your host exposes). All work for one deliverable lives under a single project dir, e.g. project/.

Read gate-control once before the first user gate. It is the single authorization policy across all lines. After every gate reply, resumed approval, post-gate revision, or exhausted visual-QA result, run ovs gate transition and follow its one returned action; line sections below define artifacts and production steps, not a competing approval state machine.

Checkpoint protocol — how every GATE works (there is no special form UI)

  1. Show the artifact in chat so the user can actually see it — script/plan as markdown, images inline, a draft video as its output file path — plus one line of "what I'll do next" and any cost/QA note.
  2. State the options for that gate and WAIT for the user to reply. Do not run the next production step in the same turn as the gate.
  3. On reply, resolve the choice with ovs gate transition: approve → continue only with the returned operation; revise → redo only the authorized scope, re-show, and re-gate only when the resolver says so; abort → stop. Never pass a gate without explicit user confirmation, and never ask again for an unchanged artifact whose approval is already recorded.

1. Route + lock (read video-router)

Classify and LOCK the line (no silent switching):

  • COMPOSE — explain / teach / animate / motion-graphics / kinetic text, no source footage → ovs draft (+ optional ovs image / ovs video imagery, optional ovs speak narration).
  • GENERATE — "footage of / a scene of / cinematic / a presenter or avatar speaking / talking-head" → AI footage via ovs video (+ ovs image for the subject, ovs speak for voice), assembled with ovs edit.
  • EDIT — the user supplied real clips to cut / join / subtitle / localize → ovs edit (+ ovs transcribe for transcript-driven work).
  • AUTO (end-to-end) — the primary timeline weaves MORE THAN ONE axis; adding audio/captions to an existing video remains EDIT. Run the cross-modal orchestration (read stage-plan, then stage-assemble); the lock is the plan's delivery_promise.

Read the full file on GitHub · 90 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. today Changed 439e85c6896d
  2. 11d ago First seen · 90 lines · 99 tokens per session scan A 58a97a74fa6d

Subscribe to this mod's changes

orchestration is a skill published in the GitHub repository Orkas-AI/Orkas-VideoStudio (486 stars, last pushed yesterday), licensed MIT. It adds 99 tokens to every session and 3,121 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-30.

Related

Other skills, from other repositories

claude-real-video

Watch a video for the user. Use when the user shares a video URL (YouTube etc.) or local video file and wants it summarized, analyzed, or discussed — Claude can't ingest video directly, so this skill extracts scene-aware keyframes + transcript first, then reads those.

HUANGCHIHHUNGLeo/claude-real-video · 61 tokens

claude-real-video-for-agents

Install and use crv (claude-real-video) — a tool that lets any AI agent watch videos by extracting scene-aware keyframes, deduplicating them, and transcribing audio. Use when the user shares a video URL or file and wants it analyzed, summarized, or discussed.

HUANGCHIHHUNGLeo/claude-real-video · 66 tokens

video-production

Use when the user wants a finished video out of gflow rather than a single clip — a scripted scene, a talking-head or dialogue piece, an explainer, a product montage, a story sequence, an audition or rehearsal reference, a short film — or asks for consistent actors, a consistent location, a specific prop that must not…

ffroliva/gflow-cli · 141 tokens

review-video-with-pingfusi

Have any video reviewed by a real human, through iterative pingfusi review rounds. Use when asked to "review this video", "check the rendered video", "does this video match the prompt/brief", "what do people think of this ad/trailer/demo", or after rendering a Remotion composition or AI-generated clip that no test can…

alex-durango/pingfusi · 136 tokens

verticals

AI-native vertical video engine with niche intelligence. Takes a one-line topic and a niche profile, and outputs a finished YouTube Short/Reel/TikTok with AI-generated b-roll, voiceover, burned-in captions, background music, and thumbnail. Supports multiple LLM providers (Claude, Gemini, GPT, Ollama), TTS providers…

rushindrasinha/youtube-shorts-pipeline · 93 tokens

classical-poem-silk-video

Turn Chinese classical poems and ci into coherent vertical Chinese-art videos with poem-driven scene grouping, GPT ImageGen stills, Docker-only Gemini I2V, retained model-generated ambience, Gemini sparkle-watermark cleanup, brush-calligraphy captions revealed character by character, optional local BGM mixing…

Mr-funny/hbg-classical-poem-silk-video · 169 tokens