video-strategy-orchestrator

video-strategy-orchestrator is a skill for Claude Code from oyi77/1ai-skills. It costs 96 tokens per session (2,347 once invoked), scanned A, original, MIT.

A planning workflow that chooses between video-making methods such as Remotion, HyperFrames, and AI video generation. It compares the source material, complexity, need for repeatable results, and output format.

In plain words
What is it for?
Use it to plan a video workflow, select one tool or a combination of tools, and turn business goals into a video roadmap.
Why use it?
It helps you choose an appropriate production method before building the video pipeline.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the 1ai-skills plugin — 209 skills, 4 commands shipped together

Good fit Use it to plan a video workflow, select one tool or a combination of tools, and turn business goals into a video roadmap.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/video-strategy-orchestrator
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 oyi77/1ai-skills --skill video-strategy-orchestrator
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 209 skills, 4 commands.

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 video-strategy-orchestrator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/video-strategy-orchestrator"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/video-strategy-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,347 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.00096 $0.02347
Opus 5 $0.00048 $0.01174
Sonnet 5 $0.00019 $0.00469
Haiku 4.5 $0.00010 $0.00235

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

Security

Grade A, and why

video-strategy-orchestrator 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.

content/video-strategy-orchestrator/SKILL.md · 274 lines

How it starts

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

Overview

This skill orchestrates video strategy across the whole catalog — choosing which videos to make, in which format, for which audience, on which cadence. Use it when video production needs a plan before it needs a pipeline. It turns business goals into a video roadmap with measurable targets.

Video Strategy Orchestrator

Decides when to use Remotion, HyperFrames, AI video generation, or a hybrid. Evaluates input, complexity, determinism needs, and output format to pick the right engine.

When to Use

  • User asks "which video tool should I use?"
  • User wants to build a video pipeline and needs to choose the engine
  • User has a video task and the tool is unspecified
  • User wants to combine multiple video tools in one pipeline
  • You're starting a video task in 1ai-content and need to decide the approach

When NOT to Use

  • User explicitly names a tool (e.g., "use Remotion")
  • User wants a specific HyperFrames workflow (use video-production-orchestrator)
  • Task is clearly FFmpeg-only (format conversion, compression)

Workflow

1 · Identify input type

What is the source material?

  • Existing React component → lean Remotion
  • Product URL or brief → lean HyperFrames
  • Text/article/topic → lean HyperFrames
  • Text/image prompt → lean AI Video
  • Existing footage → lean HyperFrames (talking-head-recut)

2 · Assess determinism need

  • High (pixel-exact, branded, template-based) → Remotion or HyperFrames
  • Low (creative, varied, experimental) → AI Video

3 · Evaluate complexity

  • Complex logic/conditionals → Remotion
  • Medium (DOM + CSS) → HyperFrames
  • Simple (prompt only) → AI Video

4 · Check for hybrid opportunity

Can combining engines produce a better result?

  • AI generates content + HyperFrames adds timing → HYBRID
  • Remotion template + HyperFrames overlays → HYBRID

5 · Route and justify

State the chosen engine(s) and why (one sentence).

The Three Engines

1. Remotion (React-Based Rendering)

Read the full file on GitHub · 274 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 · 274 lines · 96 tokens per session scan A c89450c11a7e

Subscribe to this mod's changes

video-strategy-orchestrator is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 96 tokens to every session and 2,347 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-09-10.