Alibabacloud Video Editor
ReviewAudited by ClawScan on May 10, 2026.
Overview
This appears to be a legitimate Alibaba Cloud video-editing skill, but it needs cloud credentials and may upload/process user media in Alibaba Cloud.
Install only if you are comfortable using Alibaba Cloud for the edit. Configure a dedicated least-privilege RAM identity, verify the OSS bucket and output path, confirm any costs before submitting jobs, and check the missing dependency file before running the setup command.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The skill can act using the Alibaba Cloud identity available in the environment, credential file, or ECS role.
The skill is expected to use Alibaba Cloud account credentials to submit and query editing jobs. This is disclosed and purpose-aligned, but it is still significant account authority.
Scripts automatically obtain credentials via the Alibaba Cloud default credential chain, supporting the following methods ... Environment variable credentials ... ~/.alibabacloud/credentials.ini ... ECS RAM Role
Use a dedicated least-privilege RAM user or role, and avoid broad account-wide credentials where possible.
Granting full ICE or OSS access could allow more cloud actions than this video-editing workflow strictly needs.
The documentation mentions broad convenience policies even though it also provides a narrower minimum policy example.
AliyunICEFullAccess — Full access permissions for ICE service ... AliyunOSSFullAccess — Full access permissions for OSS service
Prefer the documented minimum permissions and add only the OSS permissions needed for the selected bucket and objects.
Running the submit command can create cloud jobs, write output media to configured destinations, and potentially incur cloud usage costs.
The skill runs a local Python helper to submit Alibaba Cloud media-producing jobs and optionally wait for completion.
python scripts/video_editor.py submit --timeline timeline.json --output-config output.json --wait
Confirm the timeline, output bucket/path, region, and expected cloud charges before submitting jobs.
Selected local videos, images, or audio files may leave the local machine and be stored/processed in cloud services.
Local media may be transferred to Alibaba Cloud OSS through another upload skill before editing.
If it is a local file, you need to call the oss-upload skill to upload it and obtain the OSS URL
Only upload media you intend to process in Alibaba Cloud, and verify bucket access controls and retention expectations.
Dependency installation may fail or depend on an unexpected local requirements file if run from the wrong directory.
The setup instructions reference a requirements.txt file, but the supplied file manifest does not include one and there is no install spec.
pip install -r requirements.txt
Verify the intended Alibaba Cloud SDK dependencies and install them from trusted, pinned package sources.
