media-download

media-download is a skill for Claude Code, Codex from Knuckles-Team/media-downloader. It costs 111 tokens per session (709 once invoked), scanned A, original, MIT.

A workflow for downloading videos from internet URLs with a local media-downloader MCP server. It can also save the downloaded file and its metadata in an epistemic graph, a system for storing connected information.

In plain words
What is it for?
It helps download videos from YouTube, Rumble, and other supported sites, with an option to extract audio and store the result.
Why use it?
It provides a repeatable way to fetch media and retain related file information for later use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps download videos from YouTube, Rumble, and other supported sites, with an option to extract audio and store the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/knuckles-team/media-downloader/media-download
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 Knuckles-Team/media-downloader --skill media-download
Clone the repo
git clone --depth 1 https://github.com/Knuckles-Team/media-downloader

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 media-download

README.md
[![agentmods](https://agentmods.dev/badge/skills/knuckles-team/media-downloader/media-download/github.svg)](https://agentmods.dev/skills/knuckles-team/media-downloader/media-download)
Your own site
<a href="https://agentmods.dev/skills/knuckles-team/media-downloader/media-download"><img src="https://agentmods.dev/badge/skills/knuckles-team/media-downloader/media-download/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 media-download

Your own site · 80×15
<a href="https://agentmods.dev/skills/knuckles-team/media-downloader/media-download"><img src="https://agentmods.dev/badge/skills/knuckles-team/media-downloader/media-download.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 709 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.00111 $0.00709
Opus 5 $0.00056 $0.00354
Sonnet 5 $0.00022 $0.00142
Haiku 4.5 $0.00011 $0.00071

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

Security

Grade A, and why

media-download 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 12d 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.

media_downloader/skills/media-download/SKILL.md · 67 lines

How it starts

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

Media Download

Download media by URL and (natively) durably store it in the knowledge graph.

When to use

  • Download a video/media file by URL (YouTube, Rumble, and other yt-dlp sites).
  • Persist the raw bytes + yt-dlp metadata into epistemic-graph as a :MediaAsset (happens automatically when a live engine is reachable).

When NOT to use

  • Audio-only extraction to MP3 → media-audio.
  • Reading media already in the KG → query the :MediaAsset nodes directly.

Prerequisites & environment

Connect via the mcp-client skill against the media-downloader MCP server.

Variable Required Notes
GRAPH_SERVICE_ENDPOINTS optional Engine endpoint for native KG ingestion (e.g. tcp://host:9100); ingestion auto-no-ops if unset/unreachable

MCP_TOOL_MODE (condensed|verbose|both) selects the tool surface.

Tools & actions

Tool Purpose
download_media Download a URL; returns {status, file, kg_asset?}

Key parameters

  • video_url — the media URL (required).
  • download_directory — where to save the file (default .).
  • audio_only — extract audio to MP3 (prefer media-audio for that intent).

Recipes

Download a video and store it in the KG:

{"video_url":"https://www.youtube.com/watch?v=<id>","download_directory":"/data/media"}

The response includes kg_asset ({asset_id, digest, size_bytes, media_type}) when the engine ingested the raw bytes.

Gotchas

  • Native KG ingestion is default-on but best-effort: no engine reachable → the file still downloads, kg_asset is simply absent.
  • Blobs are content-addressed + deduped: re-downloading identical bytes stores no new chunks.
  • Large files stream into the blob store; peak memory is bounded, not file-sized.
  • Reuses the shared media ontology (:MediaAsset, :Blob, :DownloadJob) federated by the jellyfin-mcp package — media-downloader does not define its own media classes.
  • Composed by: a media-librarian workflow that downloads then reasons over the KG.

Read the full file on GitHub · 67 lines

Files

What ships with it

1 file 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. 12d ago First seen · 67 lines · 111 tokens per session scan A 41f9d0489000

Subscribe to this mod's changes

media-download is a skill published in the GitHub repository Knuckles-Team/media-downloader (4 stars, last pushed 15d ago), licensed MIT. It adds 111 tokens to every session and 709 once invoked, about $0.0006 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.