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

Aliyun Mps Video Translation

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

Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI at subtitle, voice, and face levels with status polling.

About

Submits Alibaba Cloud IMS video translation jobs via OpenAPI and polls results for subtitle, voice, and face-level processing. A developer uses it for API-based video translation and job management.

  • SubmitVideoTranslationJob then poll with GetSmartHandleJob
  • Supports second-pass editing via OriginalJobId

Aliyun Mps Video Translation by the numbers

  • 51 all-time installs (skills.sh)
  • Ranked #891 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 aliyun-mps-video-translation

Add your badge

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

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

What it does

Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI at subtitle, voice, and face levels with status polling.

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: ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / ALIBABACLOUD_REGION_ID (ALIBABACLOUD_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/aliyun-mps-video-translation
echo "validation_placeholder" > output/aliyun-mps-video-translation/validate.txt

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

Output And Evidence

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

References

  • Source list: references/sources.md

Related skills

This week in AI coding

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

unsubscribe anytime.