video-data

video-data is a skill for Claude Code from oxylabs/agent-skills. It costs 65 tokens per session (1,543 once invoked), scanned A, original, MIT.

A service for extracting YouTube information as structured data, including video details, subtitles, search results, and channel data. It can also download video or audio files through rotating proxies.

In plain words
What is it for?
Use it to search YouTube, retrieve metadata or closed captions, inspect channels and playlists, suggest keywords, or download video and audio.
Why use it?
It avoids manually collecting YouTube pages and provides a way to handle downloads and rate limits through proxy services.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agent-skills plugin — 5 skills shipped together

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

Made for: Claude Code.

Or install agent-skills, the plugin that ships this one along with the rest of its 5 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/oxylabs/agent-skills/video-data.svg)](https://agentmods.dev/skills/oxylabs/agent-skills/video-data)
Your own site
<a href="https://agentmods.dev/skills/oxylabs/agent-skills/video-data"><img src="https://agentmods.dev/badge/skills/oxylabs/agent-skills/video-data.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.1 $0.00065 $0.01543
Opus 5 $0.00032 $0.00772
Sonnet 5 $0.00013 $0.00309
Haiku 4.5 $0.00006 $0.00154

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

Security

Grade A, and why

video-data scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -u "$OXY_WSA_USERNAME:$OXY_WSA_PASSWORD" ...
skills/video-data/SKILL.md · 176 lines

How it starts

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

Oxylabs Video Data

YouTube data extraction via API and high-bandwidth proxies for video/audio downloading.

Two Approaches

Method Use Case
Video Data API Metadata, subtitles, search results (structured data)
High-Bandwidth Proxies Video/audio downloads with yt-dlp

Video Data API

Uses the same endpoint as Web Scraper API with YouTube-specific sources.

Endpoint

POST https://realtime.oxylabs.io/v1/queries   # immediate metadata/search/subtitle responses
POST https://data.oxylabs.io/v1/queries       # Push-Pull downloads, callbacks, storage
Content-Type: application/json

Authentication

curl -u "$OXY_WSA_USERNAME:$OXY_WSA_PASSWORD" ...

Available Sources

Source Description
youtube_search Search results up to 20 items (videos, channels, playlists)
youtube_search_max Search results up to 700 items
youtube_metadata Video metadata (title, views, likes, description)
youtube_subtitles Closed captions/subtitles
youtube_channel Channel data and video lists
youtube_autocomplete Keyword suggestions
youtube_video_trainability AI training permission status
youtube_download Push-Pull video/audio download to cloud storage

Source Parameters

Source Required Common optional parameters
youtube_search, youtube_search_max query upload_date, type, duration, sort_by, 360, 3d, 4k, creative_commons, hd, hdr, live, location, purchased, subtitles, vr180
youtube_metadata query, parse: true callback_url; do not use render
youtube_channel channel_handle, parse: true limit, callback_url
youtube_subtitles query, context.language_code context.subtitle_origin: auto_generated or uploader_provided; callback_url
youtube_autocomplete query location country code, language, callback_url
youtube_video_trainability video_id callback_url
youtube_download query, storage_type, storage_url callback_url, context.download_type, context.video_quality, context.start_at, context.end_at

Read the full file on GitHub · 176 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. 6d ago First seen · 176 lines · 65 tokens per session scan A 8ca84672384c

Subscribe to this mod's changes

video-data is a skill published in the GitHub repository oxylabs/agent-skills (871 stars, last pushed 15d ago), licensed MIT. It adds 65 tokens to every session and 1,543 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

portable-adaptive-planning

Use for planning, roadmaps, design, architecture, sequencing, or before consequential work when no current FINAL plan plus GO covers it. Fire before changes to data or schemas, credentials or auth, production or releases, repository or source-home boundaries, irreversible work, or materially costly mistakes. Re-enter…

Ezra144israel/governed-agent-skills · 107 tokens

natural-talk

自然人味交互与去 AI 腔。消除客服腔、谄媚评判、免责包装、强制平衡与假大空套话;提供专业、平视的同行交流姿态、文本防套路准绳与分场景路由。用于日常对话、代码沟通、写作表达;学术公文营销文案不适用。.

chengzhi-c/natural-talk · 90 tokens

using-datavault4dbt

Builds Data Vault 2 models in dbt with the datavault4dbt package — staging, hubs, links, satellites, and business-vault entities — using the YAML-metadata macro pattern with correct hashkeys, hashdiffs, naming, and materializations. Use when creating or editing datavault4dbt models, setting up a raw vault, choosing…

ScalefreeCOM/datavault4dbt-agent-skills · 102 tokens

configuring-datavault4dbt

Installs and configures the datavault4dbt package in a dbt project — packages.yml, copying the global vars into dbtproject.yml, hash and naming settings, and per-adapter setup. Use when setting up datavault4dbt, installing the package, changing hash/naming global variables, or adapting configuration for a specific…

ScalefreeCOM/datavault4dbt-agent-skills · 94 tokens

rehashing-datavault4dbt-entities

Recalculates hashkeys and hashdiffs across an existing raw vault with datavault4dbt's rehashing macros after a change to the hash algorithm, datatype, trimming, or case sensitivity — including the v1→v2.0.0 upgrade. Use when changing hash global variables, migrating hash logic, or upgrading datavault4dbt without…

ScalefreeCOM/datavault4dbt-agent-skills · 90 tokens

testing-a-datavault4dbt-project

Adds Data Vault 2 technical tests to a datavault4dbt project — hashkey uniqueness and not-null, link-to-hub referential integrity, and satellite key+load-date uniqueness — as dbt soft-constraint tests in YAML. Use when adding or reviewing tests for hubs, links, or satellites, or validating raw vault integrity.

ScalefreeCOM/datavault4dbt-agent-skills · 81 tokens