← 返回 Skills 市场
1167
总下载
0
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install alicloud-media-video-translation
功能描述
Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, status polling,...
使用说明 (SKILL.md)
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_IDcan be used as the default region; if unset, choose the most reasonable region and ask when unclear).
Workflow
- Prepare source file and output OSS location.
- Submit job with
SubmitVideoTranslationJob. - Poll status and result with
GetSmartHandleJob. - Use
ListSmartJobs/DeleteSmartJobfor 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=truein the first job and referenceOriginalJobIdlater. - 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
安全使用建议
Before installing: (1) Ask the publisher to update the registry metadata to explicitly declare required env vars (ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID). Do not set those credentials globally until you verify the publisher. (2) Use least-privilege credentials (restrict to IMS and OSS actions and specific resources) or temporary STS tokens rather than long-lived root keys. (3) Confirm there is a trustworthy source/homepage or repository for the skill and request published code or documentation. (4) Consider running the skill in an isolated environment and rotate keys after testing. (5) Be aware the skill will save API responses and job parameters to output/..., so avoid including sensitive keys or full credentials in those outputs.
功能分析
Type: OpenClaw Skill
Name: alicloud-media-video-translation
Version: 1.0.2
The skill bundle provides documentation and instructions for an AI agent to interact with the Alibaba Cloud IMS Video Translation API. It defines workflows, parameter configurations (subtitle/voice/face levels), and environment variable requirements (ALICLOUD_ACCESS_KEY_ID/SECRET) consistent with its stated purpose. No executable code, suspicious network calls, or prompt-injection attacks were identified in SKILL.md or the reference files.
能力评估
Purpose & Capability
The stated purpose (manage Alibaba Cloud IMS video translation jobs) matches the SKILL.md instructions (SubmitVideoTranslationJob, GetSmartHandleJob, ListSmartJobs/DeleteSmartJob). Asking for ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID in the prerequisites is appropriate for this purpose. However, the registry metadata lists no required env vars or primary credential — that mismatch is unexpected and reduces transparency.
Instruction Scope
SKILL.md instructs the agent to call Alibaba Cloud OpenAPI endpoints and to use OSS input/output URIs. It references specific environment variables (AK/SK/region) and asks the agent to save API responses and evidence under an output directory. There are no instructions to read unrelated local files, but the instructions do not appear in the declared metadata, giving the agent discretion to use credentials not declared in the registry; this is a scope/visibility concern.
Install Mechanism
This is an instruction-only skill with no install spec and no included code files, so it does not write or execute new code on disk. That is low-risk from an install perspective.
Credentials
The SKILL.md requires highly sensitive credentials (ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET) which are proportionate to the claimed cloud operations, but the skill's declared requirements do not list them. The lack of declared env vars reduces transparency about what secrets the skill will use and increases risk if users supply broad-scoped credentials.
Persistence & Privilege
The skill does not request always:true, does not install persistent components, and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default (platform normal) but not elevated by the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alicloud-media-video-translation - 安装完成后,直接呼叫该 Skill 的名称或使用
/alicloud-media-video-translation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
batch publish from alicloud-skills on 2026-03-11
v1.0.1
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
元数据
常见问题
Alicloud Media Video Translation 是什么?
Create and manage Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, status polling,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1167 次。
如何安装 Alicloud Media Video Translation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alicloud-media-video-translation」即可一键安装,无需额外配置。
Alicloud Media Video Translation 是免费的吗?
是的,Alicloud Media Video Translation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alicloud Media Video Translation 支持哪些平台?
Alicloud Media Video Translation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alicloud Media Video Translation?
由 cinience(@cinience)开发并维护,当前版本 v1.0.2。
推荐 Skills