alicloud-media-vod

cinience/alicloud-skills · updated Apr 8, 2026

$npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-media-vod
0 commentsdiscussion
summary

Category: service

skill.md

Category: service

ApsaraVideo VOD

Validation

mkdir -p output/alicloud-media-vod
python -m py_compile skills/media/vod/alicloud-media-vod/scripts/list_openapi_meta_apis.py
echo "py_compile_ok" > output/alicloud-media-vod/validate.txt

Pass criteria: command exits 0 and output/alicloud-media-vod/validate.txt is generated.

Output And Evidence

  • Save API inventory and operation evidence under output/alicloud-media-vod/.
  • Keep region, media IDs, template IDs, and request parameters in evidence files.

Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage VOD resources. Prefer metadata-first API discovery before mutate operations.

Prerequisites

  • Prepare least-privilege RAM AccessKey/STS credentials.
  • Confirm target region and media scope before changes.
  • Use read-only Describe* / List* APIs first.

Workflow

  1. Confirm target media IDs, storage scope, and desired operation.
  2. Discover API names and required parameters via metadata and API Explorer.
  3. Execute read-only validation calls.
  4. Execute upload/process/playback/configuration operations.
  5. Save outputs and evidence under output/alicloud-media-vod/.

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: vod
  • Default API version: 2017-03-21
  • Metadata source: https://api.aliyun.com/meta/v1/products/vod/versions/2017-03-21/api-docs.json

Minimal Executable Quickstart

python skills/media/vod/alicloud-media-vod/scripts/list_openapi_meta_apis.py

Optional overrides:

python skills/media/vod/alicloud-media-vod/scripts/list_openapi_meta_apis.py \
  --product-code vod \
  --version 2017-03-21 \
  --output-dir output/alicloud-media-vod

Common Operation Mapping

  • Upload and assets: CreateUploadVideo, CreateUploadImage, GetPlayInfo, SearchMedia
  • Media management: GetVideoInfo, UpdateVideoInfo, DeleteVideo
  • Transcode/templates: AddTranscodeTemplateGroup, UpdateTranscodeTemplateGroup, SubmitTranscodeJobs
  • Snapshot/AI jobs: SubmitSnapshotJob, SubmitAIJob, GetJobDetail
  • Security/play auth: GetVideoPlayAuth, SetMessageCallback, SetDefaultWatermark

Output Policy

Write all generated files and execution evidence under: output/alicloud-media-vod/

References

  • Source list: references/sources.md
  • Task templates: references/templates.md

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.657 reviews
  • Olivia Gonzalez· Dec 24, 2024

    Useful defaults in alicloud-media-vod — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sophia Shah· Dec 20, 2024

    alicloud-media-vod has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Dhruvi Jain· Dec 8, 2024

    Registry listing for alicloud-media-vod matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Oshnikdeep· Nov 27, 2024

    Keeps context tight: alicloud-media-vod is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Rahul Santra· Nov 19, 2024

    alicloud-media-vod reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Olivia Torres· Nov 15, 2024

    I recommend alicloud-media-vod for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ishan Gupta· Nov 11, 2024

    Solid pick for teams standardizing on skills: alicloud-media-vod is focused, and the summary matches what you get after install.

  • Ganesh Mohane· Oct 18, 2024

    I recommend alicloud-media-vod for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Diya Bansal· Oct 6, 2024

    Keeps context tight: alicloud-media-vod is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Ira Ndlovu· Oct 2, 2024

    alicloud-media-vod is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 57

1 / 6