video-extract

A tool for downloading videos from website URLs and optionally placing them in Jellyfin, a self-hosted media library.

In plain words
What is it for?
Use it to save videos from services such as YouTube, Vimeo, TikTok, Instagram, Reddit, Twitch, and other video sites.
Why use it?
It removes the need to find a separate downloader, transfer the file to the media server, and refresh the library manually.

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/trtmn/agent-plugins/video-extract
Any agent
npx skills add trtmn/agent-plugins --skill video-extract
Clone the repo
git clone --depth 1 https://github.com/trtmn/agent-plugins

Made for: Claude Code, Codex.

Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 477 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.00170 $0.00477
Opus 5 $0.00085 $0.00238
Sonnet 5 $0.00034 $0.00095
Haiku 4.5 $0.00017 $0.00048

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

Security

Grade A, and why

video-extract 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 2d 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.

plugins/video-extract/skills/video-extract/SKILL.md · 45 lines

What it actually says

Video Extract

Extract and download videos from any URL using the video-extractor agent.

Usage

/video-extract <URL>

What it does

  1. Launches the video-extractor agent with the provided URL
  2. The agent downloads the video to /tmp in the best available quality
  3. SCPs the file to the Jellyfin server (configured via 1Password)
  4. Triggers a Jellyfin library rescan so the video appears immediately
  5. Cleans up the local temp file

Instructions

When this skill is invoked, delegate immediately to the video-extractor agent (subagent_type: "video-extractor") with run_in_background: true. Always run the agent in the background so the user can continue working while the download and transfer happen. Pass along the URL from the user's arguments and any additional context (e.g., which Jellyfin directory to use).

If no URL is provided in the arguments, immediately respond with: "Usage: /video-extract <URL>" and stop. Do not launch the agent without a URL.

Default behavior is to send the video to Jellyfin's YouTube directory. If the user specifies a different destination (Movies, TV Shows, etc.), pass that along to the agent.

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. 2d ago First seen · 45 lines · 170 tokens per session scan A ebe785dbe7d1

Subscribe to this mod's changes

video-extract is a skill published in the GitHub repository trtmn/agent-plugins (2 stars, last pushed 5d ago), licensed Unlicense. It adds 170 tokens to every session and 477 once invoked, about $0.0009 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-31.

Related

Other skills, from other repositories

embedded-captions

Add captions or subtitles to an existing single-subject talking-head video without editing the footage. Use for plain verbatim captions, cinematic captions embedded behind the subject, VFX captions, “炸/特效/酷炫字幕,” or a named identity from the 35-style catalog. Route by visual identity, not by backend engine. The quiet…

heygen-com/hyperframes · 120 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

diagnostic-stem-delivery

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

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

剪辑环境的唯一管理者:就绪检查(skills 是否最新 → Runtime 是否配套)、Skills 更新激活、Runtime 安装与体检。用户说检查更新、安装剪辑环境、装播放器、检查剪辑环境、剪辑环境就绪了吗、配置转录凭证时使用;业务 Skill(剪口播/字幕/画面/导出)第 0 步也引用本 Skill 的就绪检查。不用于剪辑、字幕、画面、导出本身或项目数据迁移。.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

cap_llm_inspect_image

How to inspect a local image with inspectimage.

espressif/esp-claw · 17 tokens