/install aliyun-live-manage
Category: service
ApsaraVideo Live
Validation
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 And Evidence
- Save API inventory and operation evidence under
output/aliyun-live-manage/. - Keep region, domain, app/stream, and request parameters in evidence files.
Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage Live resources. Prefer metadata-first API discovery before mutate operations.
Prerequisites
- Prepare least-privilege RAM AccessKey/STS credentials.
- Confirm target region and live domain scope before changes.
- Query current state with read-only APIs (
Describe*/List*) beforeAdd*/Set*/Delete*.
Workflow
- Confirm target live domain, app name/stream name, and desired operation.
- Discover API names and required parameters via metadata and API Explorer.
- Execute read-only validation calls.
- Apply change operations with rollback plan.
- Save results and context under
output/aliyun-live-manage/.
AccessKey Priority
- Environment variables:
ALICLOUD_ACCESS_KEY_ID/ALICLOUD_ACCESS_KEY_SECRET/ALICLOUD_REGION_ID. - Shared config file:
~/.alibabacloud/credentials.
If region is ambiguous, ask before write operations.
API Discovery
- Product code:
live - Default API version:
2016-11-01 - Metadata source:
https://api.aliyun.com/meta/v1/products/live/versions/2016-11-01/api-docs.json
Minimal Executable Quickstart
python 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
Common Operation Mapping
- Domain management:
AddLiveDomain,DeleteLiveDomain,DescribeLiveDomains - Stream ingest/play auth:
AddLiveDomainMapping,SetLiveDomainStagingConfig - Record/transcode/template:
AddLiveRecordTemplate,AddLiveTranscodeTemplate,DescribeLiveRecordConfig - Monitor and metrics:
DescribeLiveStreamOnlineList,DescribeLiveDomainBpsData,DescribeLiveDomainTrafficData - Stream control:
ForbidLiveStream,ResumeLiveStream,AddLiveAppRecordConfig
Output Policy
Write all generated files and execution evidence under:
output/aliyun-live-manage/
References
- Source list:
references/sources.md - Task templates:
references/templates.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aliyun-live-manage - After installation, invoke the skill by name or use
/aliyun-live-manage - Provide required inputs per the skill's parameter spec and get structured output
What is Aliyun Live Manage?
Use when managing Alibaba Cloud ApsaraVideo Live resources and workflows via OpenAPI/SDK, including live domain configuration, stream ingest and playback set... It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.
How do I install Aliyun Live Manage?
Run "/install aliyun-live-manage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aliyun Live Manage free?
Yes, Aliyun Live Manage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Aliyun Live Manage support?
Aliyun Live Manage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aliyun Live Manage?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.