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 iflytek/iFly-Skills --skill iflytek-video-translategit clone --depth 1 https://github.com/iflytek/iFly-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/iflytek/ifly-skills/iflytek-video-translate)<a href="https://agentmods.dev/skills/iflytek/ifly-skills/iflytek-video-translate"><img src="https://agentmods.dev/badge/skills/iflytek/ifly-skills/iflytek-video-translate/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/iflytek/ifly-skills/iflytek-video-translate"><img src="https://agentmods.dev/badge/skills/iflytek/ifly-skills/iflytek-video-translate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00091 | $0.02045 |
| Opus 5 | $0.00046 | $0.01022 |
| Sonnet 5 | $0.00018 | $0.00409 |
| Haiku 4.5 | $0.00009 | $0.00204 |
Grade A, and why
iflytek-video-translate 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 11d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Xfei Video Translation
Translate videos with AI-powered dubbing using iFlytek's Video Translation service.
API Endpoints
Base URL: https://spark-api-test.xf-yun.com/api/v1/video-translate
| Endpoint | Method | Description |
|---|---|---|
/tasks |
POST | Create video translation task |
/tasks |
GET | List all tasks |
/tasks/:taskId |
GET | Get task details |
Features
- Video Translation: Translate video audio to different languages
- AI Dubbing: Generate natural-sounding voiceovers
- Multi-language: Support for English, Chinese, Japanese, Korean, etc.
- Task Management: Create tasks, list tasks, get task details
- Lip Sync: Automatic face matching for translated audio
Usage Scenarios
Scenario 1: Create Video Translation Task
Submit a video for translation.
Use this when: User provides a video URL and wants to translate it.
# Create task - translate English video to Chinese
python3 scripts/xfei_video_translate.py --action create_task \
--file_url "https://example.com/video.mp4" \
--src_lang en --dest_lang zh
# Translate Chinese to English
python3 scripts/xfei_video_translate.py --action create_task \
--file_url "https://example.com/video.mp4" \
--src_lang zh --dest_lang en
# Translate Japanese to Chinese
python3 scripts/xfei_video_translate.py --action create_task \
--file_url "https://example.com/video.mp4" \
--src_lang ja --dest_lang zh
Scenario 2: List All Tasks
View all video translation tasks.
Use this when: User wants to see all translation tasks.
# List all tasks
python3 scripts/xfei_video_translate.py --action list_tasks
Scenario 3: Get Task Details
View detailed information about a specific task.
Use this when: User wants to check the status and details of a specific task.
# Get task details
python3 scripts/xfei_video_translate.py --action get_task \
--task_id "xxx-xxx-xxx"
Setup
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.
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.
- 11d ago First seen · 230 lines · 91 tokens per session scan A c31a90a295d8
iflytek-video-translate is a skill published in the GitHub repository iflytek/iFly-Skills (217 stars, last pushed yesterday), licensed Apache-2.0. It adds 91 tokens to every session and 2,045 once invoked, about $0.0005 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.
Other skills, from other repositories
video-dubbing
Translate video/audio content into another language with dubbed voice and synchronized subtitles. Use this skill whenever the user asks to: translate a video, dub a video, generate foreign-language voiceover for a video, add translated subtitles with dubbed audio, or any workflow involving ASR → translate → TTS →…
video-bilingual-subtitle-delivery
Create, repair, audit, and deliver bilingual video subtitles with English speech timing and Chinese aligned on the same subtitle event. Use when asked to add English/Chinese subtitles to a video, fix subtitle sync, fill missing Chinese lines, produce softsub or hardcode MP4 deliverables, or turn a messy subtitle…
precise-bilingual-subtitle
Produce bilingual (EN+ZH) hardcoded-subtitle videos with Whisper word-level timing accuracy, customizable font/color/size, and the full pipeline from raw YouTube video to yellow-subtitle MP4. Use when YouTube auto-captions drift, when the user wants specific subtitle styling (color, size, font), or when subtitle…
youtube-bilingual-subtitle-delivery
Download a YouTube video, convert to MP4 if needed, build bilingual English/Chinese subtitles, audit completeness, and export softsub + hardcode MP4 deliverables. Includes fallback paths when YouTube auto-captions are partial or Chinese caption download is rate-limited, and notes a hardcode duration drift fix.
scammer
A scam-message checker that analyzes suspicious texts, images, or conversation descriptions. It can identify the likely stage of a scam and suggest what the sender may try next.
image-generator-sd-webui
Generate images via the Stable Diffusion WebUI / Forge HTTP API (AUTOMATIC1111-compatible /sdapi/v1/). Use when the user wants to (1) discover or pick a model / extra module (TE/VAE) / sampler / scheduler / style preset from a running sd-webui server, (2) generate an image with a given prompt (txt2img), (3) check…