Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, status polling, and job management.
Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, status polling, and job management.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Submit video translation jobs via OpenAPI and poll results for subtitle-level, voice-level, and face-level processing.
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).
Prepare source file and output OSS location. Submit job with SubmitVideoTranslationJob. Poll status and result with GetSmartHandleJob. Use ListSmartJobs / DeleteSmartJob for job management when needed.
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.
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.
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.
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.
Source list: references/sources.md
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.