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 agentmods add skills/oxylabs/agent-skills/video-datanpx skills add oxylabs/agent-skills --skill video-datagit clone --depth 1 https://github.com/oxylabs/agent-skillsWrote 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/oxylabs/agent-skills/video-data)<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>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.00065 | $0.01543 |
| Opus 5 | $0.00032 | $0.00772 |
| Sonnet 5 | $0.00013 | $0.00309 |
| Haiku 4.5 | $0.00006 | $0.00154 |
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" ... 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 |
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.
- 6d ago First seen · 176 lines · 65 tokens per session scan A 8ca84672384c
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.
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…
natural-talk
自然人味交互与去 AI 腔。消除客服腔、谄媚评判、免责包装、强制平衡与假大空套话;提供专业、平视的同行交流姿态、文本防套路准绳与分场景路由。用于日常对话、代码沟通、写作表达;学术公文营销文案不适用。.
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…
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…
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…
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.