rc-video

rc-video is a skill for Claude Code from rodolfochicone/rc-project. It costs 77 tokens per session (466 once invoked), scanned A, original, MIT.

Súbor návodov na prácu s videom a zvukom, od úprav súborov až po plánovanie obsahu. Zahŕňa aj voliteľnú integráciu so službou VideoDB.

In plain words
What is it for?
Na strihanie, prevod, kompresiu a titulkovanie videí, ako aj na vyťahovanie snímok alebo zvuku pomocou ffmpeg. Pomáha aj s prípravou scenárov pre Reels, Shorts a YouTube alebo s vyhľadávaním v indexovaných videách cez VideoDB.
Why use it?
Pomáha vybrať správny postup a príkazy bez hľadania v dokumentácii. Upozorňuje tiež, kedy stačí lokálny bezplatný nástroj ffmpeg a kedy je potrebná platená služba.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: model in frontmatter.

Part of the rc plugin — 32 skills, 2 commands, 4 agents, 5 hooks shipped together

Good fit Na strihanie, prevod, kompresiu a titulkovanie videí, ako aj na vyťahovanie snímok alebo zvuku pomocou ffmpeg. Pomáha aj s prípravou scenárov pre Reels, Shorts a YouTube alebo s vyhľadávaním v indexovaných videách cez VideoDB.

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

Made for: Claude Code.

Or install rc, the plugin that ships this one along with the rest of its 32 skills, 2 commands, 4 agents, 5 hooks.

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 rc-video

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-video"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-video.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 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.00077 $0.00466
Opus 5 $0.00039 $0.00233
Sonnet 5 $0.00015 $0.00093
Haiku 4.5 $0.00008 $0.00047

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

Security

Grade A, and why

rc-video 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 9d 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/misc/rc-video/SKILL.md · 32 lines

What it actually says

Vídeo — guias por tarefa

Leia o guia da tarefa em references/ antes de agir. Para processamento local, o único pré-requisito é o ffmpeg instalado (ffmpeg -version); nenhuma API paga é necessária.

Roteamento

Tarefa Guia
Manipular arquivos de vídeo/áudio localmente (ffmpeg) references/ffmpeg.md
Planejar/roteirizar conteúdo em vídeo (Reels/Shorts/YouTube) references/content.md
Ingest/busca/edição via VideoDB (SaaS pago — opcional) references/videodb.md

Escolha do caminho

  • Precisa cortar, converter, comprimir, legendar ou extrair algo de um arquivo?ffmpeg.md. É local, grátis e resolve a grande maioria dos casos. Prefira sempre esta opção.
  • Precisa planejar o que gravar/publicar (roteiro, gancho, estrutura, metadados)?content.md.
  • Precisa de busca semântica dentro do vídeo, indexação de fala/cena ou edição por timeline gerenciada?videodb.md, ciente do custo e do lock-in num SaaS pago.

Error Handling

  • ffmpeg: command not found → instrua a instalação (brew install ffmpeg no macOS) e pare; não tente workaround.
  • VideoDB sem VIDEO_DB_API_KEY → não é erro de código: informe que a integração é opcional e exige a chave; ofereça o caminho ffmpeg local quando o objetivo for alcançável sem o SaaS.
Files

What ships with it

3 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. 9d ago First seen · 32 lines · 77 tokens per session scan A f0121fb0d774

Subscribe to this mod's changes

rc-video is a skill published in the GitHub repository rodolfochicone/rc-project (19 stars, last pushed 1mo ago), licensed MIT. It adds 77 tokens to every session and 466 once invoked, about $0.0004 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

video-editing

AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content.

affaan-m/ECC · 72 tokens

fal-ai-media

Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI.

affaan-m/ECC · 78 tokens

frontend-slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

affaan-m/ECC · 63 tokens

presentation-creator

Builds decks with a story spine, house visual system, setting-specific density, and speaker notes. Use when asked to "create a presentation", "write a pitch deck", or "turn this doc into slides". Defaults to Marp; use an available presentation tool for editable PowerPoint. For product UI use ui-design.

mblode/agent-skills · 69 tokens

axiom-now-playing-musickit

MusicKit Now Playing integration patterns. Use when playing Apple Music content with ApplicationMusicPlayer and understanding automatic vs manual Now Playing info updates.

ComeOnOliver/skillshub · 35 tokens

axiom-now-playing-carplay

CarPlay Now Playing integration patterns. Use when implementing CarPlay audio controls, CPNowPlayingTemplate customization, or debugging CarPlay-specific issues.

ComeOnOliver/skillshub · 35 tokens