AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Youtube Edit Kit

skill-crealwork-ai-marketing-kit-youtube-edit-kit · by crealwork

Use when a user provides a video file (talking head, vlog, tutorial, recording — 영상, 녹화본) and wants it edited for YouTube — silence/filler cuts, burned captions, SRT, chapters — or wants vertical Shorts/Reels cut from it. Triggers: "영상 편집해줘", "쇼츠 만들어줘", "edit this video", "cut the silences", "make shorts from this", "add captions and chapters".

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-crealwork-ai-marketing-kit-youtube-edit-kit

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-crealwork-ai-marketing-kit-youtube-edit-kit)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
19d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Youtube Edit Kit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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.

Hard rules (production correctness — non-negotiable)

  1. Never cut inside a word — snap every edge to a word boundary, then pad it.
  2. Never re-transcribe an edited file for captions — map original timestamps

through the piece table (CAPTIONS.md §2).

  1. Captions burn LAST, after every overlay, with -c:a copy.
  2. Per-segment extract → lossless -c copy concat; identical codec params on

every clip; 30ms afades at every boundary.

  1. Cache transcripts per source; never re-transcribe an unchanged file.
  2. No render before the user approves the strategy; no publish without an

explicit per-destination "go".

  1. Verify by LOOKING at extracted frames, never by exit code alone.
  2. Captions never burn without a REVIEWED corrections.json — scan_terms.py +

full transcript read; empty [] only after the review actually happened.

Quick reference

| Task | Where | |---|---| | Tool installs + verify commands | references/SETUP.md | | Full pipeline: EDL, fillers, render, burn | references/EDIT.md | | Caption correctness: mapping math, corrections, styles | references/CAPTIONS.md | | Shorts: selection, layout, hooks, first-frame rule | references/SHORTS.md | | Runnable CLIs (transcribe → EDL → fillers → cut → terms → SRT → shorts) | scripts/ |

Red flags — STOP, you are rationalizing

| Thought | Reality | |---|---| | "I'll re-transcribe the edit for captions" | ~1s drift per cut, compounds. Map through the piece table. | | "Burn captions first, overlay after" | Overlays hide captions. Silent failure. Captions LAST. | | "One-pass filtergraph is simpler" | Double-encodes when anything is added. Per-segment + concat. | | "The cut sounds fine without fades" | Pops at boundaries on headphones. 30ms afades, every edge. | | "User is offline, I'll just render" | Strategy confirm is blocking. Wait. | | "Exit code 0, ship it" | Look at the frames. Every self-test is visual. | | "The transcript looks clean, skip the term review" | ASR errors are systematic, not obvious. Run scan_terms.py and READ. |

Upgrade path (optional richer skills, if installed)

  • longform-to-content — webinars/lectures at scale: relayout + PIP, cold open,

CTR thumbnails, scheduled publishing.

  • embedded-captions — designed caption identities with subject occlusion.
  • talking-head-recut — kinetic graphic overlay cards (lower-thirds, callouts).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.