youtube-edit-kit

youtube-edit-kit is a skill for Claude Code from crealwork/ai-marketing-kit. It costs 100 tokens per session (1,217 once invoked), scanned A, original, MIT.

A local video-editing workflow for preparing recordings for YouTube and short vertical videos. It can remove silences and filler speech, create captions and subtitle files, add chapters, and optionally make Shorts or Reels.

In plain words
What is it for?
Use it to edit talking-head videos, tutorials, vlogs, and recordings; produce captioned YouTube videos; export SRT subtitles and chapters; or create vertical short clips.
Why use it?
It turns a recorded video into publishable versions through a required sequence of checks and review steps. It works with local tools and does not require an API key.

Skill for Claude Code

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

Part of the ai-marketing-kit plugin — 26 skills shipped together

Good fit Use it to edit talking-head videos, tutorials, vlogs, and recordings; produce captioned YouTube videos; export SRT subtitles and chapters; or create vertical short clips.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crealwork/ai-marketing-kit/youtube-edit-kit
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 crealwork/ai-marketing-kit --skill youtube-edit-kit
Clone the repo
git clone --depth 1 https://github.com/crealwork/ai-marketing-kit

Made for: Claude Code.

Or install ai-marketing-kit, the plugin that ships this one along with the rest of its 26 skills.

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 youtube-edit-kit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/crealwork/ai-marketing-kit/youtube-edit-kit"><img src="https://agentmods.dev/badge/skills/crealwork/ai-marketing-kit/youtube-edit-kit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,217 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.00100 $0.01217
Opus 5 $0.00050 $0.00609
Sonnet 5 $0.00020 $0.00243
Haiku 4.5 $0.00010 $0.00122

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

Security

Grade A, and why

youtube-edit-kit 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 10d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (scripts/gen_edl.py, scripts/gen_shorts.py, scripts/gen_srt.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/youtube-edit-kit/SKILL.md · 94 lines

How it starts

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

YouTube Edit Kit

One source video in → a clean YouTube cut out: silence + disfluency cuts, burned corrected captions, SRT + chapters, and optional vertical shorts. Free and local — ffmpeg + faster-whisper, no API key.

Every gate below is MANDATORY, in order. Skipping a gate or a self-test is a failure, not a shortcut. Violating the letter of these rules is violating their spirit. Each rule exists because an agent already broke it in production.

Gates (run in order)

digraph gates {
    "G0 Setup check" -> "G1 Transcribe + read" -> "G2 Strategy confirm" -> "G3 Cut + render" -> "G4 Captions" -> "G5 Shorts (optional)" -> "G6 Self-review";
    "G0 Setup check" -> "STOP: give user references/SETUP.md installs, wait" [label="tool missing"];
    "G2 Strategy confirm" -> "WAIT for user OK" [label="no approval"];
}

G0 — Setup. Verify EVERY tool in references/SETUP.md with its verify command. Missing → hand the user that file's install instructions and wait. Never substitute a "similar" tool.

G1 — Transcribe. references/EDIT.md §1: word-level verbatim, cached per source, then READ the entire packed transcript. Cut decisions come from reading.

G2 — Strategy confirm. Present cut approach + estimated length (+ shorts count and hook list if applicable) and WAIT for the user's OK. Rendering before approval is a violation, not initiative.

G3 — Cut. references/EDIT.md §3–5: EDL (silence + disfluency) → per-segment render → lossless concat.

G4 — Captions. references/CAPTIONS.md — read it before writing any cue. Term review first (scan_terms.py + reading; YOU are the AI reviewer for proper nouns/jargon/onomatopoeia — ask the user what you can't verify), then corrections dictionary, output-timeline mapping, burn LAST.

G5 — Shorts. references/SHORTS.md — moment selection, hook titles, first-frame rule, blocking self-tests.

G6 — Self-review. references/EDIT.md §7: look at frames, check duration, spot-check sync. If you wouldn't ship it, don't present it.

Read the full file on GitHub · 94 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. 10d ago First seen · 94 lines · 100 tokens per session scan A 4f05aae0e86d

Subscribe to this mod's changes

youtube-edit-kit is a skill published in the GitHub repository crealwork/ai-marketing-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 100 tokens to every session and 1,217 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens