video-use-best-practices

video-use-best-practices is a skill for Claude Code from skills-il/developer-tools. It costs 198 tokens per session (9,333 once invoked), scanned A, original, MIT.

Hebrew-specific guidance for editing videos with browser-use or video-use, including captions, fonts, right-to-left text, and filler-word removal. video-use is a tool for automating video editing workflows.

In plain words
What is it for?
Use it when creating or editing Hebrew videos, especially when generating subtitles, burning captions into footage, removing filler words, or checking rendered caption frames.
Why use it?
It addresses problems that English-focused video settings can cause in Hebrew, such as missing letters, incorrect text direction, unsuitable uppercase styling, and unremoved Hebrew filler words.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents; positional $N argument; mentions Claude Code.

Good fit Use it when creating or editing Hebrew videos, especially when generating subtitles, burning captions into footage, removing filler words, or checking rendered caption frames.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/developer-tools/video-use-best-practices
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 skills-il/developer-tools --skill video-use-best-practices
Clone the repo
git clone --depth 1 https://github.com/skills-il/developer-tools

Made for: Claude Code.

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-use-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/skills-il/developer-tools/video-use-best-practices.svg)](https://agentmods.dev/skills/skills-il/developer-tools/video-use-best-practices)
Your own site
<a href="https://agentmods.dev/skills/skills-il/developer-tools/video-use-best-practices"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/video-use-best-practices.svg" alt="Measured on agentmods" height="20"></a>
Per session 198 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,333 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00198 $0.09333
Opus 5 $0.00099 $0.04666
Sonnet 5 $0.00040 $0.01867
Haiku 4.5 $0.00020 $0.00933

Measured 8d ago against content hash 7bcae5faafad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

video-use-best-practices scanned grade A with 1 finding 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 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/burn-hebrew-captions.sh, scripts/captions-only.sh, scripts/install-hebrew-fonts.sh), 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Symptom: `captions-only.sh` logs `WARN: gap re-transcribe returned HTTP <code>, skipping` and that window stays uncaptioned. Cause: Scribe v2 occasionally rate-limits, times out, or rejects very short or mid-word windows
video-use-best-practices/SKILL.md · 357 lines

How it starts

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

video-use Best Practices (Hebrew)

Problem

video-use ships with a strong English-first default: the bundled SUB_FORCE_STYLE uses Helvetica (no Hebrew glyphs, renders as boxes), 2-word UPPERCASE chunks (Hebrew has no uppercase), and the filler-removal step assumes an English filler lexicon while Scribe itself does not tag fillers per-word in any language. Hebrew creators using video-use hit the same three walls every time: missing-glyph boxes burned into the final video, captions that look wrong because UPPERCASE doesn't exist in Hebrew, and a "filler removal" step that leaves "אֶה", "כאילו", "יעני", and friends in. On macOS there's also a fourth wall: libass + SRT BiDi reordering is unreliable even with a fully-built libass, so Hebrew sentences render as characters drawn left-to-right in source byte order rather than in proper RTL visual order. This skill is the Hebrew-specific override layer on top of video-use's 12 Hard Rules. None of the upstream rules change, only the style values, font fallback chain, filler lexicon, caption-burn recipe, and self-eval frame checks.

Pricing you should understand before you start

video-use is free; underlying services are paid. Mode determines cost.

Mode What Best for Cost / 1hr video
A. Captions-only (scripts/captions-only.sh) Transcribe + burn Hebrew captions on original. No cuts. Lectures, webinars, podcast videos. ~$1-3 total
B. Full cut (default video-use flow) Inventory, strategy, cut, render, self-eval. Teaser from raw footage; multi-take selection. ~$25-60 (1hr); $120-300 (3hr). Scales super-linearly.

Scribe v2 is $0.22 per hour of audio on the API rate card. scribe_v1 was removed on 9 July 2026, so scribe_v2 is the only model the scripts may send. Claude tokens dominate Mode A's cost; local FFmpeg rendering is $0.

Two rate cards, do not mix them. $0.22/hr is pay-as-you-go API. On a subscription you spend credits: STT bills ~330 credits/minute, so an hour is 19,800 credits, two thirds of Starter's 30,000 ($6/mo). The free plan's 10,000/month covers ~30 minutes. Warn non-technical users upfront.

Read the full file on GitHub · 357 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. 8d ago First seen · 357 lines · 198 tokens per session scan A 7bcae5faafad

Subscribe to this mod's changes

video-use-best-practices is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed 6d ago), licensed MIT. It adds 198 tokens to every session and 9,333 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

feature-demo-recording

Record a demo video of a web feature from a real browser. Two modes -- a NARRATED film where measured voiceover drives the timeline (designed slides, subtitles, punch-in camera, rendered from an HTML timeline), and a SILENT evidence clip for a PR or a QA pass. Use when the user asks to record a video, demo, or screen…

kirodotdev/KiroCrew · 90 tokens

browser-video-recording

Create polished 60 fps 4:3 4K browser screen-recording style videos from Codex in-app browser captures, with browser-only crop, natural macOS cursor styling, deliberate click choreography, zoom-follow framing, ffprobe/thumbnail verification, and optional native recording compatibility checks. Use when the user asks to…

MengTo/Skills · 114 tokens

html-to-video-pipeline

Reliable HTML-to-MP4 rendering via headless browser recording (Playwright/Puppeteer) + ffmpeg — the ordering, gotchas, and verification steps you MUST get right or the output silently rots. Trigger whenever the user is building or debugging any pipeline that turns an HTML/CSS/JS page (single-file, multi-composition…

XiaomiMiMo/MiMo-Code · 0 tokens

record-video

Record and upload a short browser interaction video artifact.

ColeMurray/background-agents · 12 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

digitalsamba/claude-code-video-toolkit · 53 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

calesthio/OpenMontage · 53 tokens