Install
openclaw skills install aliyun-vod-manageUse when managing Alibaba Cloud ApsaraVideo VOD resources and media workflows via OpenAPI/SDK, including upload and media asset operations, transcoding templates, playback authorization, AI processing jobs, and VOD troubleshooting.
openclaw skills install aliyun-vod-manageCategory: service
mkdir -p output/aliyun-vod-manage
python -m py_compile skills/media/vod/aliyun-vod-manage/scripts/list_openapi_meta_apis.py
echo "py_compile_ok" > output/aliyun-vod-manage/validate.txt
Pass criteria: command exits 0 and output/aliyun-vod-manage/validate.txt is generated.
output/aliyun-vod-manage/.Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage VOD resources. Prefer metadata-first API discovery before mutate operations.
Describe* / List* APIs first.output/aliyun-vod-manage/.ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID.~/.alibabacloud/credentials.If region is ambiguous, ask before write operations.
vod2017-03-21https://api.aliyun.com/meta/v1/products/vod/versions/2017-03-21/api-docs.jsonpython skills/media/vod/aliyun-vod-manage/scripts/list_openapi_meta_apis.py
Optional overrides:
python skills/media/vod/aliyun-vod-manage/scripts/list_openapi_meta_apis.py \
--product-code vod \
--version 2017-03-21 \
--output-dir output/aliyun-vod-manage
CreateUploadVideo, CreateUploadImage, GetPlayInfo, SearchMediaGetVideoInfo, UpdateVideoInfo, DeleteVideoAddTranscodeTemplateGroup, UpdateTranscodeTemplateGroup, SubmitTranscodeJobsSubmitSnapshotJob, SubmitAIJob, GetJobDetailGetVideoPlayAuth, SetMessageCallback, SetDefaultWatermarkWrite all generated files and execution evidence under:
output/aliyun-vod-manage/
references/sources.mdreferences/templates.md