video-transcript

video-transcript is a skill for Claude Code, Codex from bozhouDev/video-skills-toolkit. It costs 74 tokens per session (199 once invoked), scanned A, original, MIT.

A compatibility package for older video-transcription workflows. Transcription means turning spoken audio or video into written text, but this package directs such work to a newer workflow instead.

In plain words
What is it for?
Use it only when maintaining older integrations; for audio or video transcription, use the newer media-to-transcript workflow.
Why use it?
It prevents an outdated transcription process from being used by mistake. It keeps older download and media-checking helpers available for the newer process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it only when maintaining older integrations; for audio or video transcription, use the newer media-to-transcript workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bozhoudev/video-skills-toolkit/video-transcript
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.

Any agent
npx skills add bozhouDev/video-skills-toolkit --skill video-transcript
Clone the repo
git clone --depth 1 https://github.com/bozhouDev/video-skills-toolkit

Made for: Claude Code, Codex.

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-transcript

README.md
[![agentmods](https://agentmods.dev/badge/skills/bozhoudev/video-skills-toolkit/video-transcript.svg)](https://agentmods.dev/skills/bozhoudev/video-skills-toolkit/video-transcript)
Your own site
<a href="https://agentmods.dev/skills/bozhoudev/video-skills-toolkit/video-transcript"><img src="https://agentmods.dev/badge/skills/bozhoudev/video-skills-toolkit/video-transcript.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00074 $0.00199
Opus 5 $0.00037 $0.00100
Sonnet 5 $0.00015 $0.00040
Haiku 4.5 $0.00007 $0.00020

Measured 7d ago against content hash c2a97d961507, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

video-transcript 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/platform_extractor.py, scripts/transcript.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/video-transcript/SKILL.md · 18 lines

What it actually says

Deprecated Video Transcript

Do not run the old transcription workflow from this skill. The previous direct model transcription path has been retired.

For all transcript work, use:

MEDIA_SKILL_DIR="<SKILL_ROOT>/media-to-transcript"
rtk python3 "$MEDIA_SKILL_DIR/scripts/media_to_transcript.py" "<URL或本地媒体路径>" --topic "主题或关键词"

This folder remains only because media-to-transcript imports the existing downloader and platform probing helpers for Bilibili, Douyin, Xiaohongshu, and YouTube.

Files

What ships with it

3 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.

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. 7d ago First seen · 18 lines · 74 tokens per session scan A c2a97d961507

Subscribe to this mod's changes

video-transcript is a skill published in the GitHub repository bozhouDev/video-skills-toolkit (138 stars, last pushed 1mo ago), licensed MIT. It adds 74 tokens to every session and 199 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

video-hyperframes

Hyperframes / Remotion-compatible continuous frame animation with autoplay support.

nexu-io/open-design · 18 tokens

video-hyperframes

A web-based sequence of video frames designed for Hyperframes or Remotion, with each frame presenting one visual idea.

nexu-io/html-anything · 22 tokens

remocn

Build Remotion videos with remocn — copy-paste animation components and timeline-driven UI primitives from a shadcn registry. Use when composing a video or scene in a Remotion project, adding a single animation, transition, background, or UI-block sim, or reaching for a video-ready UI primitive (button, dialog…

Remocn/remocn · 88 tokens

minimax-cli

Nested swiss-knife reference for the MiniMax mmx CLI and the canonical MiniMax CLI procedure shipped with the TUI: install mmx-cli, discover the correct TUI-managed MiniMax preset/key slot without leaking secrets, match mainland vs international regions, and route image/video/music/TTS generation or one-shot shell…

Lingtai-AI/lingtai · 72 tokens

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.

pexoai/pexo-skills · 50 tokens

multi-surface-render

Multi-surface rendering with json-render — one JSON spec produces React web, Next.js, React Native, Ink terminal UIs, PDFs, emails, Remotion videos, OG images, and 3D scenes. Covers renderer target selection, registry mapping, and platform APIs (renderToBuffer, renderToStream, renderToFile). Use when generating output…

yonatangross/orchestkit · 98 tokens