qwen-mm-plugins-omni-chatcut-video-translation

qwen-mm-plugins-omni-chatcut-video-translation is a skill for Claude Code, Codex from QwenLM/Qwen-MM-Plugins. It costs 64 tokens per session (570 once invoked), scanned A, original, Apache-2.0.

A video-translation workflow for turning spoken content into another language, with optional dubbing that keeps the original speakers’ identities. It can inspect speech, subtitles, timing, and an existing translation project.

In plain words
What is it for?
Use it to translate videos, create speaker-preserving dubbed versions, replace vocal tracks, continue existing projects, and validate final deliveries.
Why use it?
It removes the need to coordinate transcription, timed translation, voice replacement, and final media checks manually. It also helps resume incomplete work and detect invalid or unfinished outputs.

Skill for Claude CodeCodex ✓ vendor

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

Part of the qwen-mm-plugins-omni-chatcut plugin — 3 skills, 2 agents shipped together

Good fit Use it to translate videos, create speaker-preserving dubbed versions, replace vocal tracks, continue existing projects, and validate final deliveries.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qwenlm/qwen-mm-plugins/video-translation
About the project

Qwen-MM-Plugins is a collection of plugins that gives agent harnesses native multimodal abilities, including reading images, video, documents, code, and data. It is used to add these capabilities to coding agents across several supported harnesses, either through local models or multimodal APIs. The catalogue entries are its independently installable skills, MCP servers, and setup instructions.

QwenLM/Qwen-MM-Plugins · 2,814 stars · on GitHub

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 QwenLM/Qwen-MM-Plugins --skill video-translation
Clone the repo
git clone --depth 1 https://github.com/QwenLM/Qwen-MM-Plugins

Made for: Claude Code, Codex.

Or install qwen-mm-plugins-omni-chatcut, the plugin that ships this one along with the rest of its 3 skills, 2 agents.

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 qwen-mm-plugins-omni-chatcut-video-translation

README.md
[![agentmods](https://agentmods.dev/badge/skills/qwenlm/qwen-mm-plugins/video-translation/github.svg)](https://agentmods.dev/skills/qwenlm/qwen-mm-plugins/video-translation)
Your own site
<a href="https://agentmods.dev/skills/qwenlm/qwen-mm-plugins/video-translation"><img src="https://agentmods.dev/badge/skills/qwenlm/qwen-mm-plugins/video-translation/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.

agentmods 80×15 button for qwen-mm-plugins-omni-chatcut-video-translation

Your own site · 80×15
<a href="https://agentmods.dev/skills/qwenlm/qwen-mm-plugins/video-translation"><img src="https://agentmods.dev/badge/skills/qwenlm/qwen-mm-plugins/video-translation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 570 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.
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.00064 $0.00570
Opus 5 $0.00032 $0.00285
Sonnet 5 $0.00013 $0.00114
Haiku 4.5 $0.00006 $0.00057

Measured yesterday against content hash 07f2e005d629, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

qwen-mm-plugins-omni-chatcut-video-translation 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 yesterday.

The scan reads SKILL.md. This mod also ships 2 executable files (references/launch_dubbing_server.py, scripts/inspect_video_translation_state.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.

src/capabilities/omni-chatcut/skill/video-translation/SKILL.md · 51 lines

How it starts

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

Video Translation

Own one durable project and route it by state:

source video → Agent-reconciled Omni/VAD transcript → Agent-authored dubbing plan → dubbed render → Agent listening review

Inspect first:

python3 <skill-root>/scripts/inspect_video_translation_state.py <project-dir>

Use the first applicable route: review or validate an existing delivery; resume a plan/render; translate an accepted transcript; or analyze a new source. Read pipeline-contract.md before accepting artifacts and dubbing-service.md when configuring the external GPU service. Never infer success from filenames alone.

Internal workflows

Load only the current workflow. Reuse the bundled omni_call for audio-video understanding. Use the video-translation MCP tools for the external dubbing service and deterministic local media execution.

Authorization and configuration

Analysis and translation-only targets stop before TTS. A full or resumed dubbing request authorizes calls to the configured external dubbing service. The service URL comes from QWEN_MM_DUBBING_SERVER_URL. Never write it to artifacts.

Do not use server-local paths as portable outputs. Tools upload local inputs and save returned audio into the project. Preserve the source video stream during final remux. A delivery is complete only after the final file fully decodes and the measured QA contract passes.

User-facing completion

After a successful render, surface the returned summary directly to the user. Report the segment count, the number of automatic risk flags, and each segment that needs manual listening review with its time range, translated text, and reason. Link full/translation_summary.md for a readable report and full/translation_diagnostics.json for complete machine-readable details. Even when no automatic flags are found, instruct the user to perform one end-to-end check for ordering, overlaps, pronunciation, and mix balance.

Read the full file on GitHub · 51 lines

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. yesterday First seen · 51 lines · 64 tokens per session scan A 07f2e005d629

Subscribe to this mod's changes

qwen-mm-plugins-omni-chatcut-video-translation is a skill published in the GitHub repository QwenLM/Qwen-MM-Plugins (2,814 stars, last pushed yesterday), licensed Apache-2.0. It adds 64 tokens to every session and 570 once invoked, about $0.0003 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-09-10.