← Back to Skills Marketplace
cinience

Aliyun Live Manage

by cinience · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install aliyun-live-manage
Description
Use when managing Alibaba Cloud ApsaraVideo Live resources and workflows via OpenAPI/SDK, including live domain configuration, stream ingest and playback set...
README (SKILL.md)

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*) before Add* / Set* / Delete*.

Workflow

  1. Confirm target live domain, app name/stream name, and desired operation.
  2. Discover API names and required parameters via metadata and API Explorer.
  3. Execute read-only validation calls.
  4. Apply change operations with rollback plan.
  5. Save results and context under output/aliyun-live-manage/.

AccessKey Priority

  1. Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID.
  2. 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
Usage Guidance
This skill appears to be a legitimate helper for Alibaba Cloud ApsaraVideo Live, but the SKILL.md expects you to provide Alibaba credentials (ALICLOUD_ACCESS_KEY_ID/SECRET or ~/.alibabacloud/credentials) even though the registry metadata doesn't declare them. Before installing: (1) confirm you want the agent to have any Alibaba credentials and provide only least-privilege RAM/STS credentials limited to the relevant region and Live APIs; (2) verify the skill source (homepage is missing) and inspect the files locally; (3) if you don't intend the skill to perform write operations, run it in read-only mode and avoid supplying write-capable keys; (4) ask the publisher to update registry metadata to declare the required env vars/config paths to remove the mismatch. If you cannot verify the source or do not want the agent to access cloud credentials, do not install.
Capability Analysis
Type: OpenClaw Skill Name: aliyun-live-manage Version: 1.0.0 The skill bundle is designed for managing Alibaba Cloud ApsaraVideo Live resources and follows standard cloud management practices. The primary script, `scripts/list_openapi_meta_apis.py`, fetches public API metadata from official Alibaba Cloud endpoints (api.aliyun.com) and saves it locally for discovery purposes. No evidence of credential exfiltration, malicious command execution, or harmful prompt injection was found; the instructions correctly emphasize least-privilege access and read-only validation before making changes.
Capability Assessment
Purpose & Capability
Name, description, templates, and the included Python script all align with managing ApsaraVideo Live via OpenAPI metadata and SDKs. The provided script fetches API metadata from api.aliyun.com and writes it to output/aliyun-live-manage, which is coherent with the stated purpose.
Instruction Scope
SKILL.md limits runtime actions to discovering metadata, running read-only Describe/List calls first, and saving evidence under output/aliyun-live-manage. It does recommend using credentials for write operations (and to confirm region before writes). There are no instructions to read unrelated system files or to send data to endpoints outside the Alibaba OpenAPI endpoints, but the guidance to use shared credentials implies the agent may access local credential files or environment variables.
Install Mechanism
No install spec; instruction-only skill plus a small helper script. No external downloads or archive extraction. Low install risk.
Credentials
SKILL.md explicitly recommends using ALICLOUD_ACCESS_KEY_ID, ALICLOUD_ACCESS_KEY_SECRET, ALICLOUD_REGION_ID and the shared config file ~/.alibabacloud/credentials, yet the registry lists no required env vars or config paths. The helper script itself only reads OPENAPI_META_TIMEOUT (not declared) and fetches a public metadata URL, but the skill's intended write operations would need cloud credentials — this mismatch between declared requirements and instructions is an incoherence and could lead to unexpected credential use.
Persistence & Privilege
always:false and no modifications to other skills or system-wide settings. The skill does not request persistent presence or elevated platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install aliyun-live-manage
  3. After installation, invoke the skill by name or use /aliyun-live-manage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release for Alibaba Cloud ApsaraVideo Live management skill. - Supports live domain configuration, stream setup, recording/transcoding templates, monitoring, and live stream operations via OpenAPI/SDK. - API inventory and execution evidence is saved to `output/aliyun-live-manage/`. - Prerequisites and workflow guidelines for safe changes are documented. - Quickstart and override instructions provided for listing available OpenAPI actions. - AccessKey loading order and region handling explained for secure operations.
Metadata
Slug aliyun-live-manage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments