skill

skill is a skill for Claude Code, Codex from Mun1to/vidorq. It costs 0 tokens per session (1,238 once invoked), scanned A, original, MIT.

A local video-editing workflow for Claude Code. It transcribes video with word-level timing, lets an AI choose segments, and renders a final video or an editable DaVinci Resolve timeline.

In plain words
What is it for?
Use it to transcribe footage, create an EDL edit description, keep selected segments, add punch-in zooms and captions, and render the result.
Why use it?
It turns raw video and a transcript into structured edit instructions, reducing manual cutting and caption work. The workflow can produce either a rendered MP4 or a timeline for further editing.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mun1to/vidorq/skill
Any agent
npx skills add Mun1to/vidorq --skill skill
Clone the repo
git clone --depth 1 https://github.com/Mun1to/vidorq

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 skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/mun1to/vidorq/skill.svg)](https://agentmods.dev/skills/mun1to/vidorq/skill)
Your own site
<a href="https://agentmods.dev/skills/mun1to/vidorq/skill"><img src="https://agentmods.dev/badge/skills/mun1to/vidorq/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,238 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.01238
Opus 5 $0.00000 $0.00619
Sonnet 5 $0.00000 $0.00248
Haiku 4.5 $0.00000 $0.00124

Measured 4d ago against content hash 342e81ebb508, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill 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.

The scan reads SKILL.md. This mod also ships 21 executable files (helpers/agente.py, helpers/aprende.py, helpers/autocolor.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.

skill/SKILL.md · 78 lines

How it starts

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

Vidorq skill — edición por IA (v1)

Pipeline de edición que corre desde Claude Code. Hay dos salidas y las dos funcionan: el render directo (PyAV + NVENC), que no necesita Resolve para nada, y el timeline editable dentro de Resolve a través del puente. Auditadas las dos con el mismo encargo el 19-ago-2026. Documentación interna en español (regla D).

Flujo

video crudo ──► transcribe.py ──► transcript.json + takes_packed.md
                                          │
                            (el LLM lee y razona el corte)
                                          ▼
                                     edl.json  ──► vidorq_render.py ──► final.mp4
                                    (keep-segments + zoom)   (cortes + punch zoom + captions)

Uso

# El intérprete con faster-whisper, PyAV, Pillow y onnxruntime dentro. En una
# instalación normal es el entorno de Vidorq; si usas otro, apúntalo aquí.
PY="$PWD/.venv/Scripts/python.exe"

# 1) Transcribir (word-level, local)
"$PY" skill/helpers/transcribe.py "<video>" "<out_dir>" es

# 2) Autorar edl.json a partir de takes_packed.md  (paso de razonamiento del LLM)
#    formato: {"strategy": "...", "segments": [{"start","end","zoom","note"}, ...]}

# 3) Renderizar
"$PY" skill/helpers/vidorq_render.py "<video>" "<out_dir>/edl.json" "<out_dir>/transcript.json" "<out_dir>/final.mp4"
#    flags: --no-captions  --no-zoom

helpers/

  • transcribe.py — faster-whisper: large-v3-turbo en float16 sobre la GPU, y small int8 en CPU cuando no hay tarjeta o le faltan las librerías de CUDA. Escribe transcript.json (segmentos con timestamps por palabra) y takes_packed.md (vista compacta para que el LLM razone el corte).
  • vidorq_render.py — motor de render:
    • Cortes: solo los keep-segments del EDL, en orden, con fades de audio de 30 ms en cada frontera (sin pops).
    • Punch zoom: zoom por segmento (p. ej. 1.06) = crop central estático + reescalado. Sin keyframes (respeta la filosofía del MVP).
    • Captions: chunks Hormozi de 2 palabras UPPERCASE renderizados con PIL (Arial Black, contorno + sombra) y compositados como overlay. Este build de PyAV no trae drawtext/libass.
    • Salida vídeo con h264_nvenc (GPU). Vídeo y audio se renderizan por separado y se muxean.

Read the full file on GitHub · 78 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. 4d ago First seen · 78 lines · 0 tokens per session scan A 342e81ebb508

Subscribe to this mod's changes

skill is a skill published in the GitHub repository Mun1to/vidorq (5 stars, last pushed 11d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,238 tokens. 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-31.

Related

Other skills, from other repositories

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

youtube-shorts-generator

Generate viral 9:16 YouTube Shorts (or TikTok/Reels clips) from a long-form YouTube URL or local video. Triggers on requests like "make shorts from this video", "extract viral clips from this YouTube link", "auto-clip this podcast", "find the best moments and crop vertical". Pipeline downloads the source, transcribes…

Anil-matcha/awesome-generative-ai-apps · 135 tokens

media-processing

Ingest and process media files (video, audio, image).

vellum-ai/vellum-assistant · 16 tokens

fish-audio

Generate expressive audio clips using Fish Audio S2 TTS with bracket emotion tags. Record voice memos, narration, audio messages, or any spoken content.

vellum-ai/vellum-assistant · 35 tokens

soundclaw

Control Spotify playback, search music, and return shareable music links.

iamlukethedev/Claw3D · 18 tokens

resolve-audio

Audio and Fairlight work in the DaVinci Resolve MCP. Apply when setting audio properties, syncing audio, isolating voice, generating subtitles, planning Fairlight track/bus layouts, checking loudness, routing buses, or splitting/trimming/converting audio — live in a running Resolve OR offline. Routes to the live audio…

samuelgursky/davinci-resolve-mcp · 86 tokens