Install
openclaw skills install aliyun-live-manageUse when managing Alibaba Cloud ApsaraVideo Live resources and workflows via OpenAPI/SDK, including live domain configuration, stream ingest and playback setup, recording/transcoding templates, monitoring queries, and live stream operations.
openclaw skills install aliyun-live-manageCategory: service
mkdir -p output/aliyun-live-manage
python -m py_compile skills/media/live/aliyun-live-manage/scripts/list_openapi_meta_apis.py
echo "py_compile_ok" > output/aliyun-live-manage/validate.txt
Pass criteria: command exits 0 and output/aliyun-live-manage/validate.txt is generated.
output/aliyun-live-manage/.Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage Live resources. Prefer metadata-first API discovery before mutate operations.
Describe* / List*) before Add* / Set* / Delete*.output/aliyun-live-manage/.ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID.~/.alibabacloud/credentials.If region is ambiguous, ask before write operations.
live2016-11-01https://api.aliyun.com/meta/v1/products/live/versions/2016-11-01/api-docs.jsonpython skills/media/live/aliyun-live-manage/scripts/list_openapi_meta_apis.py
Optional overrides:
python skills/media/live/aliyun-live-manage/scripts/list_openapi_meta_apis.py \
--product-code live \
--version 2016-11-01 \
--output-dir output/aliyun-live-manage
AddLiveDomain, DeleteLiveDomain, DescribeLiveDomainsAddLiveDomainMapping, SetLiveDomainStagingConfigAddLiveRecordTemplate, AddLiveTranscodeTemplate, DescribeLiveRecordConfigDescribeLiveStreamOnlineList, DescribeLiveDomainBpsData, DescribeLiveDomainTrafficDataForbidLiveStream, ResumeLiveStream, AddLiveAppRecordConfigWrite all generated files and execution evidence under:
output/aliyun-live-manage/
references/sources.mdreferences/templates.md