alibabacloud-agentbay-…
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java),…
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,
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-yike-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/alibabacloud-yike-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
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,
name: alibabacloud-yike-cli description: "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."
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.
Load this skill whenever the user raises any of the following needs:
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.
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`
2. **Upload** → load `references/upload.md`
3. **Generation** → load `references/generate.md` (core), plus optionally:
4. **Model Capabilities** → load `references/video-model-capabilities.md`
5. **Media Info / Jobs** → load `references/media-and-jobs.md`
[Auth Check] → [Upload if local files] → [Generate with --dry-run] → [User confirms] → [Generate with --yes] → [Job Wait] → [Media Info / Doctor]
Load the relevant sub-module based on the request:
| Need | Command Family | Sub-module | | --- | --- | --- | | Local image/video upload, Agent chat attachment → mediaId, upload status wait | `yike media upload`, `yike media wait` | [`references/upload.md`](references/upload.md) | | Standalone image/video generation, model/resolution/ratio/size/duration/taskType selection | `yike generate image`, `yike generate video` | [`references/generate.md`](references/generate.md); natural-language image gen: [`references/generate-image.md`](references/generate-image.md); natural-language video gen: [`references/generate-video.md`](references/generate-video.md) | | Video model accepted reference media types and counts | `yike generate video` | [`references/video-model-capabilities.md`](references/video-model-capabilities.md) | | Media info / quality gating, job polling and recovery | `yike media info/doctor`, `yike job watch/recover` | [`references/media-and-jobs.md`](references/media-and-jobs.md) | | Authentication/context, account info, updates, skill installation | `yike auth/config`, `yike whoami/account/update`, `yike self skill install` | [`references/account-and-setup.md`](references/account-and-setup.md) |
The following rules apply to all command families.
Before any operation that accesses the Yike API, run:
yike auth status --format json yike config get --format json
If not logged in, complete browser authorization with `yike auth login --format json`; do not proceed with upload or generation tasks until authorization completes. Use `yike auth logout --format json` when logout is needed. Do not report internal authentication handling to the user during normal flow; only surface authentication failures and recover using `details.reauthCommand`. Full rules for login, configuration, and context overrides are in [`references/account-and-setup.md`](references/account-and-setup.md).
All commands that require parsing, decision-making, recovery, or delivery must explicitly append `--format json`. Only use the default text or `--format text` when the user explicitly requests human-re
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Execute code in a secure cloud sandbox via AgentBay SDK. Use this skill whenever users request to run, execute, or evaluate code (Python, JavaScript, R, Java),…
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data…
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample…
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies…
The skill should be used when the user asks about Alibaba Cloud AgentLoop platform for onboarding applications into observability, managing Datasets, building…
Use Alibaba Cloud DashScope API and LingMou to generate AI video and speech. Seven capabilities — (1) LivePortrait talking-head (image + audio → video,…