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 ykdojo/antigravity-cloud-run --skill yt-dlpgit clone --depth 1 https://github.com/ykdojo/antigravity-cloud-runWrote 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/ykdojo/antigravity-cloud-run/yt-dlp)<a href="https://agentmods.dev/skills/ykdojo/antigravity-cloud-run/yt-dlp"><img src="https://agentmods.dev/badge/skills/ykdojo/antigravity-cloud-run/yt-dlp/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/ykdojo/antigravity-cloud-run/yt-dlp"><img src="https://agentmods.dev/badge/skills/ykdojo/antigravity-cloud-run/yt-dlp.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.00020 | $0.00327 |
| Opus 5 | $0.00010 | $0.00163 |
| Sonnet 5 | $0.00004 | $0.00065 |
| Haiku 4.5 | $0.00002 | $0.00033 |
Grade A, and why
yt-dlp 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 9d 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 -sL https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/yt-dlp && chmod +x ~/yt-dlp This is a copy
100% identical to yt-dlp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
yt-dlp
Download YouTube videos, audio, and subtitles/transcripts.
Setup
Check if yt-dlp is installed, and download it if not:
if ! command -v yt-dlp &>/dev/null && [ ! -f ~/yt-dlp ]; then
curl -sL https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o ~/yt-dlp && chmod +x ~/yt-dlp
fi
Then use ~/yt-dlp (or just yt-dlp if installed globally).
Examples
Download subtitles/transcript:
~/yt-dlp --write-auto-sub --sub-lang en --skip-download -o "/tmp/%(id)s" <url>
Download audio only:
~/yt-dlp -x --audio-format mp3 -o "/tmp/%(title)s.%(ext)s" <url>
Download video:
~/yt-dlp -o "/tmp/%(title)s.%(ext)s" <url>
Get video info (title, duration, description):
~/yt-dlp --print title --print duration_string --print description --no-download <url>
Notes
- Subtitles are saved as
.vttfiles - read them to get the transcript - Use
/tmp/for downloads to avoid cluttering the working directory
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.
- 9d ago First seen · 48 lines · 20 tokens per session scan A 5addb81348d7
yt-dlp is a skill published in the GitHub repository ykdojo/antigravity-cloud-run (2 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 327 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to yt-dlp, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
gemini-imagegen
Use when the user asks to generate, create, draw, edit, or restyle an image, or when a task needs image assets — logos, icons, illustrations, hero images, textures, photos, placeholder art, social/OG cards. Claude cannot produce raster images; a Gemini session via the agy (Antigravity) CLI has a generateimage tool…
image-describe
Describe the contents of an image file or URL in structured detail.
hbg-gemini-flow-suite
Instructions for deploying, authorizing, operating, diagnosing, and updating the Docker-based HBG Gemini Flow Suite. The suite uses Gemini Web and Google Flow/Veo for image and video generation.
image
Generate bible-related images and place them in the images/ directory.
image-gen
Generate technical diagrams, infographics, and UI graphics using Gemini Flash Image. Trigger via /image-gen.
comfyui
ComfyUI node-based Stable Diffusion. Use for image generation.