Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Media Video Translation

  • 273 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

alicloud-media-video-translation is a Claude Code skill that integrates Alibaba Cloud media video translation into localization pipelines and agents for dubbing, subtitling, and multilingual video content.

About

alicloud-media-video-translation is a Claude Code skill from cinience/alicloud-skills for integrating Alibaba Cloud managed video translation services. It helps developers add dubbing, subtitling, and cross-language video localization to apps or agent workflows using Alicloud multimodal media APIs. Developers reach for it when building localization pipelines that process video assets at scale without training custom translation models. The skill covers API integration patterns for agents and backend services that translate or repackage video for new markets.

  • Video translation API configuration
  • Source media upload workflows
  • Async translation job polling
  • Subtitle and dub output handling
  • Localization pipeline embedding

Alicloud Media Video Translation by the numbers

  • 273 all-time installs (skills.sh)
  • Ranked #533 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-media-video-translation

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs273
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

How do you integrate Alibaba Cloud video translation APIs?

Integrate Alibaba Cloud media video translation into localization pipelines or agents that dub, subtitle, or translate video content using managed multimodal cloud services.

Who is it for?

Developers building video localization features on Alibaba Cloud with managed dubbing and subtitle translation.

Skip if: Text-only i18n string files, custom on-prem speech models, or non-Alicloud video processing stacks.

When should I use this skill?

A developer needs Alicloud video dubbing, subtitle translation, or multimodal localization in an app or agent.

What you get

Video translation API integration plan, dubbing and subtitle pipeline config, and localization workflow hooks.

  • API integration code
  • localization pipeline config
  • subtitle and dubbing workflow

Files

SKILL.mdMarkdownGitHub ↗

Category: service

IMS Video Translation (OpenAPI)

Submit video translation jobs via OpenAPI and poll results for subtitle-level, voice-level, and face-level processing.

Prerequisites

  • Prepare OSS input/output URIs (recommended to match API region).
  • Configure AK: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID (ALICLOUD_REGION_ID can be used as the default region; if unset, choose the most reasonable region and ask when unclear).

Workflow

1) Prepare source file and output OSS location. 2) Submit job with SubmitVideoTranslationJob. 3) Poll status and result with GetSmartHandleJob. 4) Use ListSmartJobs / DeleteSmartJob for job management when needed.

Level Selection and Parameters

  • Selection rules and fields for subtitle/voice/face levels are in references/fields.md.
  • Field examples (Input/Output/EditingConfig) are also in references/fields.md.

Notes

  • For second-pass editing, set SupportEditing=true in the first job and reference OriginalJobId later.
  • Input and output OSS regions must match the OpenAPI invocation region.
  • Use longer polling intervals for large jobs to avoid frequent requests.

Validation

mkdir -p output/alicloud-media-video-translation
echo "validation_placeholder" > output/alicloud-media-video-translation/validate.txt

Pass criteria: command exits 0 and output/alicloud-media-video-translation/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-media-video-translation/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

References

  • Source list: references/sources.md

Related skills

How it compares

Use alicloud-media-video-translation for Alicloud managed video dubbing and subtitles; text-only i18n skills handle string catalogs instead.

FAQ

What media tasks does alicloud-media-video-translation cover?

alicloud-media-video-translation covers dubbing, subtitling, and video content translation using Alibaba Cloud managed multimodal media services. The skill integrates those APIs into apps and agent localization pipelines.

Does alicloud-media-video-translation train custom models?

alicloud-media-video-translation uses managed Alibaba Cloud video translation APIs rather than custom model training. Developers needing bespoke speech models should use separate ML training workflows.

Generative Mediallmautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.