video-maker

video-maker is a skill for Claude Code from Dannykkh/skill-olympus. It costs 129 tokens per session (2,497 once invoked), scanned A, original, MIT.

A workflow for designing, coding, rendering, and checking videos with Remotion or HyperFrames. Remotion uses React and TypeScript components, while HyperFrames uses HTML, CSS, and GSAP scenes.

In plain words
What is it for?
Use it to make product introductions, demos, social-media short videos, data visualizations, and MP4 files.
Why use it?
It organizes the video-specific decisions—such as scenes, timing, and audio—inside a repeatable coding workflow.

Skill for Claude Code

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

Part of the skill-olympus plugin — 98 skills, 7 commands, 42 agents, 5 MCP servers shipped together

Good fit Use it to make product introductions, demos, social-media short videos, data visualizations, and MP4 files.

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

Made for: Claude Code.

Or install skill-olympus, the plugin that ships this one along with the rest of its 98 skills, 7 commands, 42 agents, 5 MCP servers.

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-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/dannykkh/skill-olympus/video-maker/github.svg)](https://agentmods.dev/skills/dannykkh/skill-olympus/video-maker)
Your own site
<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/video-maker"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/video-maker/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-maker

Your own site · 80×15
<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/video-maker"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/video-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,497 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.00129 $0.02497
Opus 5 $0.00064 $0.01248
Sonnet 5 $0.00026 $0.00499
Haiku 4.5 $0.00013 $0.00250

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

Security

Grade A, and why

video-maker 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 4d 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/video-maker/SKILL.md · 169 lines

How it starts

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

Video Maker — 선택형 코드 영상 제작

하나의 영상 제작 계약 아래에서 프로젝트에 맞는 엔진 하나만 선택합니다. Remotion은 React/TSX 컴포지션에, HyperFrames는 HTML/CSS/GSAP 컴포지션에 사용합니다. 두 엔진을 같은 프로젝트에 관성적으로 함께 설치하지 않습니다.

경계

  • 이 스킬은 시간축이 있는 영상과 이미지 시퀀스를 소유하며, 영상 요청의 유일한 진입점입니다.
  • 전역 스킬 디렉터리에 HeyGen HyperFrames 스킬 번들이 설치되어 있어도 그 hyperframes 라우터와 general-video, faceless-explainer 같은 워크플로우 스킬을 진입점으로 쓰지 않습니다. 번들은 HyperFrames를 선택했을 때 references/hyperframes-engine.md가 정한 모듈만 정확한 경로로 직접 읽는 source-only 자산으로 취급합니다.
  • design-planfrontend-design은 웹 UI와 브라우저 인터랙션을 소유합니다.
  • HyperFrames를 Aphrodite의 프론트 모션 엔진으로 호출하지 않습니다.
  • DESIGN.md가 있으면 브랜드 토큰과 모션 원칙을 소비하되 영상의 shot·timing·audio 결정은 이 스킬의 산출물에 기록합니다.
  • API, 영속 데이터, 제품 비즈니스 로직은 기존 애플리케이션 하네스가 소유합니다.

적용 시점

  • /video-maker 명시 실행
  • "영상 만들어줘", "소개 비디오", "데모 영상", "숏폼", "MP4로 렌더링" 요청
  • 기존 Remotion 또는 HyperFrames 컴포지션의 생성·수정·렌더·검증 요청

Phase 0: 기존 구현과 엔진 확인

다음 순서로 조회합니다.

  1. 프로젝트 manifest·lockfile과 기존 영상 디렉터리
  2. remotion.config.*, <Composition>, useCurrentFrame()
  3. HyperFrames index.html, data-composition-id, window.__timelines
  4. DESIGN.md, 영상 brief·storyboard·script·asset manifest

기존 엔진이 있으면 그대로 사용합니다. 둘 다 있거나 기존 구조와 다른 엔진을 명시적으로 요구하면 변경 범위와 마이그레이션 비용을 먼저 설명합니다.

Phase 1: Engine Router

사용자 선택이 있으면 우선합니다. 선택이 없으면 다음 순서로 하나를 고릅니다.

조건 엔진
기존 프로젝트가 한 엔진을 사용 기존 엔진
React/TSX 컴포넌트·타입·패키지 재사용이 핵심 Remotion
HTML/CSS/GSAP 장면을 빌드 단계 없이 직접 영상화 HyperFrames
검증된 Remotion Lambda 파이프라인을 유지 Remotion
Apache-2.0 프레임워크가 배포 요건 HyperFrames
판단 근거가 부족 설치하지 말고 사용자에게 엔진 차이를 한 번 설명

Remotion을 선택하면 references/remotion-engine.md, HyperFrames를 선택하면 references/hyperframes-engine.md만 읽습니다. 선택하지 않은 엔진 reference는 읽거나 적용하지 않습니다.

Phase 2: 설치·라이선스 게이트

설치 전 다음을 기록합니다.

  • 선택 엔진과 선택 근거
  • 기존 package manager·lockfile·Node 버전
  • FFmpeg와 브라우저 런타임 가용성
  • 사용할 정확한 패키지 버전과 공식 배포처
  • 프로젝트·조직에 적용되는 라이선스 확인 결과

규칙:

  • @latest, 전역 설치, 원격 install script를 기본값으로 쓰지 않습니다.
  • npx skills add heygen-com/hyperframes, npx skills add remotion-dev/skills, npx skills add elevenlabs/skills를 실행하지 않습니다.
  • 사용자 전역 스킬 디렉터리나 다른 CLI 설치본으로 복사·동기화하지 않습니다.
  • 이미 설치된 서드파티 스킬 번들은 제거·갱신·재설치하지 않습니다. 번들 문서가 npx hyperframes@latest 같은 unpinned 실행을 권해도 이 스킬의 버전 고정 규칙이 우선합니다.
  • 프로젝트 의존성 변경은 정확한 패키지와 버전, 변경 파일을 제시한 뒤 현재 작업 범위의 승인을 확인합니다.
  • 설치하지 않아도 가능한 설계·검토 작업은 설치 없이 계속합니다.
  • Remotion은 현재 법인 유형과 조직 규모에 따라 회사 라이선스가 필요할 수 있으므로 공식 LICENSE.md를 확인하고, 판단 불가이면 LICENSE REVIEW REQUIRED로 남깁니다.

Read the full file on GitHub · 169 lines

Files

What ships with it

4 files 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. 4d ago Changed · +35 lines · +65 tokens per session 99946c966d28
  2. 7d ago First seen · 134 lines · 64 tokens per session scan A be0ed89443f4

Subscribe to this mod's changes

video-maker is a skill published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed today), licensed MIT. It adds 129 tokens to every session and 2,497 once invoked, about $0.0006 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.