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.
npx skills add Knuckles-Team/media-downloader --skill media-downloadgit clone --depth 1 https://github.com/Knuckles-Team/media-downloaderWrote 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.
[](https://agentmods.dev/skills/knuckles-team/media-downloader/media-download)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
:MediaAssetnodes 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 (prefermedia-audiofor 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_assetis 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.
Related
- 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.
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.
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.
- 12d ago First seen · 67 lines · 111 tokens per session scan A 41f9d0489000
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.
Other skills, from other repositories
c-video
Download videos, extract audio, convert formats, and clip segments using yt-dlp and ffmpeg. Supports YouTube, Vimeo, and hundreds of other sites.
youtube-transcribe
Transcribe YouTube videos and playlists. Extract audio to text with visual context, generate summaries and detailed notes.
youtube-transcribe
A tool that downloads YouTube videos or subtitles, turns speech into text, and can translate English into Chinese in a bilingual Markdown file.
youtube-downloader
Download YouTube videos with quality presets. Use for: download youtube, yt download, video download, youtube to whatsapp, youtube mp3.
mediago
A tool for downloading videos from direct links, m3u8 or HLS streams, and Bilibili through a running MediaGo service. HLS is a common format for streamed video.
videoagent-audio-studio
Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.