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 davidtoby/agent-skills --skill video-bilingual-subtitle-deliverygit clone --depth 1 https://github.com/davidtoby/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/davidtoby/agent-skills/video-bilingual-subtitle-delivery)<a href="https://agentmods.dev/skills/davidtoby/agent-skills/video-bilingual-subtitle-delivery"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/video-bilingual-subtitle-delivery/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/davidtoby/agent-skills/video-bilingual-subtitle-delivery"><img src="https://agentmods.dev/badge/skills/davidtoby/agent-skills/video-bilingual-subtitle-delivery.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.00079 | $0.03531 |
| Opus 5 | $0.00039 | $0.01766 |
| Sonnet 5 | $0.00016 | $0.00706 |
| Haiku 4.5 | $0.00008 | $0.00353 |
Grade A, and why
video-bilingual-subtitle-delivery 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 7d 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.
r = requests.get(url, params=params, headers=headers, timeout=30) How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Video Bilingual Subtitle Delivery
Produce bilingual subtitle deliverables in a strict order: get the right source cut, lock English timing to speech, attach Chinese to the same subtitle event, audit for missing Chinese, then export softsub and hardcode outputs.
Quick start
- Verify the source clip duration with
ffprobe. - Confirm whether the current subtitle file belongs to this exact cut.
- If timing is bad, rebuild English timing first; do not guess with large global offsets.
- After timing is good, attach or refine Chinese on the same time axis.
- Audit the SRT for English-only blocks with
scripts/audit_bilingual_srt.py. - Export softsub first. Export hardcode last.
Local Whisper pipeline
Use the bundled builder when you want a no-OpenAI baseline pipeline:
python scripts/build_bilingual_subtitles.py \
--video /path/input.mp4 \
--output-dir /path/output_dir \
--basename topic_name \
--whisper-model turbo \
--translate-backend argos
What this does:
- extracts mono 16 kHz audio from the source video
- runs local
whisperCLI to create an English timing baseline - groups short ASR lines into more readable subtitle events
- translates with a pluggable backend
- applies lightweight Chinese polishing by default for machine-translated output
- writes a bilingual SRT on the same time axis
Current translation backends:
manual— no API key required; writes【待补中文】...placeholders under each English line so timing/editing can continue locallynone— English-only output on the grouped time axisargos— fully local offline translation using Argos Translate (en -> zh)
⚠️ Translation backend reliability: prefer raw Google Translate API over deep_translator
Problem: deep_translator's translate_batch() consistently gets rate-limited on large SRTs (800+ texts), timing out or returning empty results after a few batches. Individual translate() calls are also slow (~2-3s per text). The googletrans library may not be installable in the active Python environment.
What ships with it
10 files 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.
- references/lessons-from-terafab.md 2.0 KB
- references/local-pipeline.md 2.0 KB
- references/troubleshooting.md 1.3 KB
- references/workflow.md 2.1 KB
- scripts/audit_bilingual_srt.py 1.7 KB runs code
- scripts/build_bilingual_subtitles.py 7.5 KB runs code
- scripts/hardcode_bilingual_srt.py 7.4 KB runs code
- scripts/install_argos_model.py 852 B runs code
- scripts/polish_chinese_subtitles.py 2.7 KB runs code
- scripts/translate_argos.py 1.3 KB runs code
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.
- 7d ago First seen · 276 lines · 79 tokens per session scan A 7210895bb93e
video-bilingual-subtitle-delivery is a skill published in the GitHub repository davidtoby/agent-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 79 tokens to every session and 3,531 once invoked, about $0.0004 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-09-03.
Other skills, from other repositories
officecli-pitch-deck
Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…
morph-ppt
Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…
morph-ppt-3d
3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.
iflytek-video-translate
A tool that translates a video’s speech into another language and creates dubbed audio. Video localization means adapting video content for viewers who speak a different language.
subtitle-craft
Create, translate, repair, and burn subtitles through the Subtitle Craft plugin.
draw
Draw - command-line tool for everyday use.