Agent skill · aliyun
alibabacloud-yike-cli
Use when the user needs Yike CLI for local image/video upload or uploading media to the cloud (including Agent chat attachments exposed as local paths), standalone image/video generation, media info or quality inspection, async media/job wait and recovery, account/auth/config/update checks, listing or installing bundled skill packages, or help showing and choosing Yike CLI model, resolution, ratio, size, duration, and task type parameters for video generation.
What it needs
About 10k tokens when loaded.
What this skill does
Using Yike CLI This skill is the Agent operation protocol for the yike command. Load the appropriate references/ sub-module based on the user's request, then execute the command. When commands conflict with documentation, treat the current CLI help as authoritative and report the inconsistency to the user; only modify documentation when the user explicitly requests skill maintenance. Mandatory Loading Rules Load this skill whenever the user raises any of the following needs: Standalone image or video generation. Upload local images/videos or upload a video/image to the cloud, or use image/video attachments provided as local paths in Agent chat. Generate images/videos based on local attachments, reference images, reference videos, URLs, or mediaIds. Query a mediaId's URL, status, duration, resolution, or file size. Perform quality gating on generation results. Continue, recover, or troubleshoot a known jobId / resumeCommand. Check Yike CLI login, account info, configuration, version, or list/install available bundled skill packages. Query Yike CLI model, resolution, ratio, size, duration, or show all task type parameters for video generation. Query which reference media types (image/video) and how many references a video model accepts. Orchestration Logic This skill orchestrates the Alibaba Cloud Yike CLI — a single-binary tool that manages media upload, image/video generation, job lifecycle, and account authentication against the Yike cloud API. Module Routing Decision Criteria When a user request arrives, the agent selects the reference module(s) to load based on the primary intent: 1. Authentication / Setup → load references/account-and-setup.md Trigger: login, logout, whoami, config, update, skill install 2. Upload → load references/upload.md Trigger: local file path, Agent chat attachment, or need to convert a local asset to a mediaId 3. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills aliyun/alibabacloud-yike-cli