← 返回 Skills 市场
cinience

Aliyun Mps Video Translation

作者 cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install aliyun-mps-video-translation
功能描述
Use when creating or managing Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, stat...
使用说明 (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_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
安全使用建议
Do not provide long-lived Alibaba Cloud credentials to this skill until the manifest is corrected. The SKILL.md clearly needs ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and ALICLOUD_REGION_ID but the package declares none — ask the publisher to add these to requires.env and to specify the primary credential. If you proceed: (1) use a least-privilege Alibaba account or temporary STS credentials limited to OSS read/write and the specific MPS/IMS API actions (SubmitVideoTranslationJob, GetSmartHandleJob, ListSmartJobs, DeleteSmartJob); (2) restrict the keys to the region(s) you intend to use; (3) run first in a sandbox project and inspect the files saved under output/aliyun-mps-video-translation for sensitive data; (4) prefer short-lived credentials and rotate/revoke them after testing. The present inconsistency makes the package suspicious until clarified.
功能分析
Type: OpenClaw Skill Name: aliyun-mps-video-translation Version: 1.0.0 The skill bundle is a standard integration for Alibaba Cloud's Intelligent Media Services (IMS) video translation. It contains documentation for API parameters (references/fields.md) and workflow instructions for an AI agent to manage translation jobs. There is no evidence of malicious code, data exfiltration, or harmful prompt injection; the use of environment variables for cloud credentials is consistent with the stated purpose of interacting with Alibaba Cloud APIs.
能力评估
Purpose & Capability
Name/description and SKILL.md behavior align: it manages Alibaba Cloud IMS/MPS video translation jobs (submit, poll, list, delete). However the manifest lists no required environment variables or primary credential while SKILL.md explicitly expects ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, and ALICLOUD_REGION_ID. The requested credentials are appropriate for the described purpose, but their absence from the declared requirements is an inconsistency.
Instruction Scope
Instructions are narrowly scoped to preparing OSS URIs, calling SubmitVideoTranslationJob/GetSmartHandleJob/ListSmartJobs/DeleteSmartJob, polling, and saving outputs under the skill-specific output directory. There are no instructions to read arbitrary system files or exfiltrate unrelated data. Minor note: instructions assume access to environment variables that the manifest does not declare.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — low install risk (nothing is written to disk by an installer).
Credentials
The SKILL.md requires Alibaba Cloud access keys and a region, which are proportionate to making OpenAPI calls, but the manifest lists no required env vars or primary credential. Not declaring these credentials in the manifest is a red flag (either an omission or misconfiguration) and makes it unclear what secrets the agent will request at runtime.
Persistence & Privilege
always:false and default autonomous invocation settings are used. The skill does not request persistent installation or system-wide config changes. No privilege escalation indicators in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aliyun-mps-video-translation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aliyun-mps-video-translation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of aliyun-mps-video-translation skill. - Enables creation and management of Alibaba Cloud IMS video translation jobs (subtitles, voice, face) via OpenAPI. - Supports submitting translation jobs, polling job status/results, and managing jobs (listing and deletion). - Requires OSS input/output URIs and Alibaba Cloud access credentials. - Provides workflow guidance, validation steps, and documentation references for field configuration and evidence output.
元数据
Slug aliyun-mps-video-translation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aliyun Mps Video Translation 是什么?

Use when creating or managing Alibaba Cloud IMS video translation jobs via OpenAPI (subtitle/voice/face). Use when you need API-based video translation, stat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。

如何安装 Aliyun Mps Video Translation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aliyun-mps-video-translation」即可一键安装,无需额外配置。

Aliyun Mps Video Translation 是免费的吗?

是的,Aliyun Mps Video Translation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Aliyun Mps Video Translation 支持哪些平台?

Aliyun Mps Video Translation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Aliyun Mps Video Translation?

由 cinience(@cinience)开发并维护,当前版本 v1.0.0。

💬 留言讨论