chatgpt-video-editing-setup

chatgpt-video-editing-setup is a skill for Claude Code, Codex from Jaycheng1103/chatgpt-video-editing-skills. It costs 96 tokens per session (742 once invoked), scanned A, original, MIT.

A setup and verification workflow for a local AI short-video editing environment, including video-use, FFmpeg, subtitle fonts, credentials, and optional tools. FFmpeg is software for processing video and audio files.

In plain words
What is it for?
Use it to install, repair, reconnect, or verify the tools and credentials needed for the short-video editing workflow.
Why use it?
It checks dependencies and repository state before creative work, helping identify missing or unsafe setup without starting an edit.

Skill for Claude CodeCodex

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

Good fit Use it to install, repair, reconnect, or verify the tools and credentials needed for the short-video editing workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaycheng1103/chatgpt-video-editing-skills/chatgpt-video-editing-setup
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 Jaycheng1103/chatgpt-video-editing-skills --skill chatgpt-video-editing-setup
Clone the repo
git clone --depth 1 https://github.com/Jaycheng1103/chatgpt-video-editing-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 chatgpt-video-editing-setup

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaycheng1103/chatgpt-video-editing-skills/chatgpt-video-editing-setup"><img src="https://agentmods.dev/badge/skills/jaycheng1103/chatgpt-video-editing-skills/chatgpt-video-editing-setup.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 742 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.00096 $0.00742
Opus 5 $0.00048 $0.00371
Sonnet 5 $0.00019 $0.00148
Haiku 4.5 $0.00010 $0.00074

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

Security

Grade A, and why

chatgpt-video-editing-setup 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 13d 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/chatgpt-video-editing-setup/SKILL.md · 61 lines

How it starts

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

ChatGPT Video Editing Setup

Prepare or repair the environment without starting creative work. The outcome is an evidence-backed readiness report, not a transcript, upload, edit, preview, or render.

Read first

Read the setup runbook for commands and install choices. Read security and verification before handling credentials or declaring anything ready.

Operating sequence

  1. Inspect before changing anything: check the stable paths ~/Developer/video-use and, only when requested, ~/Developer/hyperframes. Recognize normal checkouts and linked worktrees with git rev-parse, then capture each repository's exact origin, branch or detached state, commit, and status. Also check available runtime tools, the Source Han Sans TW subtitle font in the user's font directory, and the active agent's Skills location. Do not print secrets.
  2. Treat any existing path that is not a Git worktree as a hard stop. The only accepted origins are the exact official HTTPS URLs in the runbook. A missing or different origin and a dirty status are also hard stops: report the evidence, never rewrite the remote automatically, and do not pull, reset, overwrite, install dependencies, or register a Skill.
  3. State the exact mutations needed, including clones, package installs, font downloads, large downloads, or Skills-directory changes. Obtain explicit approval before any of them. Inspection and a no-cost local version check do not imply approval to mutate.
  4. After approval, follow the runbook exactly and repeat the repository preflight immediately before dependency installation or Skill registration. Install/register the complete video-use repository so its helpers remain available. Install the Source Han Sans TW subtitle font only from the official Adobe Fonts repository, never overwriting an existing font file. Treat HyperFrames as optional unless the user specifically needs HTML, CSS, or GSAP animation; when requested, require Node.js 22 or newer.
  5. Configure ElevenLabs only through an existing environment variable or the protected ~/Developer/video-use/.env path. Never echo, log, or commit a credential.
  6. Verify with local, no-paid-work checks only, including the subtitle font files. Run HyperFrames repository, Node, lockfile, and Core Skills checks only if HyperFrames was explicitly approved and installed; otherwise report it as not requested. Do not upload media, call transcription, create an edit directory, or edit/render video.
  7. Report checked paths, approved mutations performed, evidence, versions or command outcomes, remaining gaps, and the explicit next action. Never claim readiness without successful evidence.

Read the full file on GitHub · 61 lines

Files

What ships with it

2 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. 13d ago First seen · 61 lines · 96 tokens per session scan A 79cf3d680c1d

Subscribe to this mod's changes

chatgpt-video-editing-setup is a skill published in the GitHub repository Jaycheng1103/chatgpt-video-editing-skills (530 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 742 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

ai-media

Use when a creative goal must become a finished media file: pick and order generative-media models per modality — AI voiceover, image-to-video clips, score — then glue them with ffmpeg (mux, duck, loudnorm, concat). NOT still-image generation/editing (that is replicate-images); NOT code-rendered React compositing…

ericrisco/rsc-harness · 82 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

qiaomu-cut

A workflow for turning a brief video idea into a planned, sourced, edited, rendered, and checked video project.

joeseesun/qiaomu-cut-skill · 171 tokens

authoring-video-templates

Use when creating or editing a video template JSON (the template descriptor), adding or changing sections/filters/maps/variables/transitions/looks/motion/audio/layers, or debugging template validation errors in ffmpeg-video-composer.

heristop/leclap · 51 tokens

core-architecture-patterns

Use when adding a segment type, platform adapter, editor manager, core service, or descriptor effect (look/grade/motion/section-audio field) in packages/ffmpeg-video-composer, or when wiring new dependencies into the tsyringe container.

heristop/leclap · 58 tokens

video-director

The Video Production Manager — manages ALL video production under 1ai-content. Delegates to HyperFrames, Remotion, AI video, and FFmpeg based on the task. Has memory via 1ai-hub brain, follows 1ai-rules, and reports to Content Director. Use when the user says 'make a video', 'create video', 'edit video', 'video…

oyi77/1ai-skills · 91 tokens