Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Aliyun Mps Manage

  • 53 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

Manage Alibaba Cloud ApsaraVideo Media Processing (MPS/MTS) transcoding, snapshot, pipeline, template, and workflow jobs via OpenAPI.

About

Drives the Alibaba Cloud MPS OpenAPI to run media ingest, transcoding, snapshot, and pipeline/template/workflow operations. A developer uses it to operate and troubleshoot media-processing jobs.

  • Metadata-first discovery, read-only queries before mutations
  • Uses OSS input/output buckets for media jobs

Aliyun Mps Manage by the numbers

  • 53 all-time installs (skills.sh)
  • Ranked #879 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill aliyun-mps-manage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs53
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

What it does

Manage Alibaba Cloud ApsaraVideo Media Processing (MPS/MTS) transcoding, snapshot, pipeline, template, and workflow jobs via OpenAPI.

Files

SKILL.mdMarkdownGitHub ↗

Category: service

ApsaraVideo for Media Processing (MPS)

Validation

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

Pass criteria: command exits 0 and output/aliyun-mps-manage/validate.txt is generated.

Output And Evidence

  • Save API inventory and operation evidence under output/aliyun-mps-manage/.
  • Keep region, pipeline/template/workflow IDs, media IDs, and request parameters in evidence files.

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

Prerequisites

  • Prepare least-privilege RAM AccessKey/STS credentials.
  • Confirm target region and OSS input/output buckets before changes.
  • Use read-only query APIs first.

Workflow

1) Confirm target media scope, bucket binding, and desired operation. 2) Discover API names and required parameters via OpenAPI metadata and API Explorer. 3) Execute read-only validation calls. 4) Execute pipeline/template/workflow/job operations. 5) Save outputs and evidence under output/aliyun-mps-manage/.

AccessKey Priority

1) Environment variables: ALIBABACLOUD_ACCESS_KEY_ID / ALIBABACLOUD_ACCESS_KEY_SECRET / ALIBABACLOUD_REGION_ID. 2) Shared config file: ~/.alibabacloud/credentials.

If region is ambiguous, ask before write operations.

API Discovery

  • Product code: Mts
  • Default API version: 2014-06-18
  • Metadata source: https://api.aliyun.com/meta/v1/products/Mts/versions/2014-06-18/api-docs.json

Minimal Executable Quickstart

python skills/media/mps/aliyun-mps-manage/scripts/list_openapi_meta_apis.py

Optional overrides:

python skills/media/mps/aliyun-mps-manage/scripts/list_openapi_meta_apis.py \
  --product-code Mts \
  --version 2014-06-18 \
  --output-dir output/aliyun-mps-manage

Common Operation Mapping

  • Pipeline operations: AddPipeline, UpdatePipeline, QueryPipelineList, SearchPipeline
  • Template operations: AddTemplate, UpdateTemplate, QueryTemplateList, SearchTemplate
  • Workflow operations: AddMediaWorkflow, UpdateMediaWorkflow, QueryMediaWorkflowList, ListMediaWorkflowExecutions
  • Job operations: SubmitJobs, QueryJobList, ListJob, CancelJob
  • Snapshot and analysis: SubmitSnapshotJob, QuerySnapshotJobList, SubmitAnalysisJob
  • Media and bucket management: AddMedia, UpdateMedia, DeleteMedia, BindInputBucket, BindOutputBucket

Output Policy

Write all generated files and execution evidence under: output/aliyun-mps-manage/

References

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.