/alibabacloud-yike-storyboard
Yike Storyboard Creation Skill - Complete AI video creation workflow from novel/script to storyboard via conversational interface. Use this skill when users want to create storyboards, produce videos, convert novels/scripts to videos, or generate shot scripts. Trigger scenarios:
$ npx -y skills add aliyun/alibabacloud-aiops-skills --skill alibabacloud-yike-storyboard --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/alibabacloud-yike-storyboard
Context preview
The summary Claude sees to decide when to auto-load this skill.
Yike Storyboard Creation Skill - Complete AI video creation workflow from novel/script to storyboard via conversational interface. Use this skill when users want to create storyboards, produce videos, convert novels/scripts to videos, or generate shot scripts. Trigger scenarios:
SKILL.md
alibabacloud-yike-storyboard.SKILL.mdname: alibabacloud-yike-storyboard
description: |
Yike Storyboard Creation Skill - Complete AI video creation workflow from novel/script to storyboard via conversational interface.
Use this skill when users want to create storyboards, produce videos, convert novels/scripts to videos, or generate shot scripts.
Trigger scenarios: "storyboard", "novel to video", "shot script", "script parsing", "video creation", "convert novel to video", "generate storyboard".
Yike Storyboard Creation Skill
Help users complete the AI video creation workflow from novel/script to storyboard via conversational interface.
---
Prerequisites
1. Aliyun CLI Check
> **Pre-check: Aliyun CLI >= 3.3.3 required** > > ```bash > aliyun version > ``` > > Verify version >= 3.3.3. If not installed or version is too low, > run `curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash` to update, > or see [references/cli-installation-guide.md](references/cli-installation-guide.md) for installation instructions. > > Then **[MUST]** run the following commands to configure CLI: > ```bash > # Enable auto plugin installation > aliyun configure set --auto-plugin-install true > > # Update plugins to latest > aliyun plugin update > > # Set region to cn-shanghai (required for ICE service) > aliyun configure set --region cn-shanghai > ```
**[MUST] CLI User-Agent** — Every `aliyun` CLI command invocation must include: `--user-agent AlibabaCloud-Agent-Skills/alibabacloud-yike-storyboard`
2. ICE Plugin Installation
> **Pre-check: ICE CLI Plugin required** > > ```bash > aliyun plugin install --names ice > ``` > > Verify plugin is installed: > ```bash > aliyun ice --help > ```
---
Service Activation
1. Activate IMS (Intelligent Media Services)
> **Activation Link:** https://ice.console.aliyun.com/guide/default > > Log in with your Alibaba Cloud account and activate ICE Intelligent Media Services.
2. Log in to yikeai platform
> **Platform Link:** https://www.yikeai.com/#/home > > Visit the product website and authorize login with your Alibaba Cloud account. > Currently Wanjing Yike is in invitation-only phase. Click [Apply for Access](https://survey.aliyun.com/apps/zhiliao/0FZ3TNiNP?spm=yikecom.4ad070b.0.0.53f53564Lny1lL) to submit your application.
---
Credential Verification
> **Pre-check: Alibaba Cloud Credentials Required** > > **Security Rules:** > - **DO NOT** read, print, or output AK/SK values > - **ONLY USE** `aliyun configure list` to check credential status > > ```bash > aliyun configure list > ``` > > **If no valid profile exists, STOP and:** > 1. Get credentials from [Alibaba Cloud Console](https://ram.console.aliyun.com/manage/ak) > 2. Run `aliyun configure` to set up credentials
---
RAM Permissions
This skill requires ICE permissions: `ice:CreateYikeAssetUpload`, `ice:SubmitYikeStoryboardJob`, `ice:GetYikeStoryboardJob`.
For complete permission policies, see [references/ram-policies.md](references/ram-policies.md).
> **[MUST] Permission Error Handling:** When any command fails due to permission errors, read `references/ram-policies.md` for required permissions.
---
Parameter Confirmation
> **Confirm key parameters with user before file upload through natural dialogue.**
| Parameter | Required | Description | Default | |-----------|----------|-------------|---------| | file_path | ✅ | Text file path (txt/docx, ≤5MB, ≤30K chars) | User provides | | title | ✅ | Storyboard title | Extract from text | | source-type | ✅ | `Novel` or `Script` | Based on content analysis | | style | ✅ | Visual style ID | Based on genre | | voice | ✅ | Narration voice ID | Based on protagonist | | shot-split-mode | ✅ | Shot split mode | Based on narrative style | | ratio | Optional | `16:9`, `9:16`, `4:3`, `3:4` | `9:16` | | resolution | Optional | `720P`, `1K`, `2K`, `4K` | `720P` |
See [Task 0: Parameter Confirmation](#task-0-parameter-confirmation) for recommendation guide.
---
Text Type Classification
| Type | Value | Description | |------|-------|-------------| | Novel | `Novel` | Primarily narrative, descriptive, psychological content for reading | | Script | `Script` | Primarily scenes, dialogue, action descriptions for performance/filming |
**Classification Guide:**
Evaluate the following features to determine if text is novel or script (don't judge solely by dialogue presence - novels can have extensive dialogue too):
| Feature | Script | Novel | |---------|--------|-------| | Scene Markers | ✅ Has scene numbers, time, location, INT/EXT | ❌ No explicit scene markers | | Structure | ✅ "Character Name + Dialogue" dominant | ❌ Narrative text dominant | | Action Cues | ✅ Has stage directions, camera directions | ❌ No performable features | | Literary Expression | ❌ Minimal | ✅ Rich environmental descriptions, psychology, emotions |
**Classification Rules:**
1. **Script**: Dominated by scenes, dialogue, action descriptions 2. **Novel**: Dominated by narration, description, psychological activity 3. **Mixed Content**: Determine dominant feature, output "more like script" or "more like novel"
> **Important**: After classification, confirm text type with user or let user specify directly.
---
Core Workflow
Task 0: Parameter Confirmation
Before upload, analyze the text and confirm key parameters with the user.
Step 1: Analyze Text Content
head -c 1000 <file_path>
Determine: genre, narrative style (first/third person), protagonist characteristics.
Step 2: Recommend & Confirm Parameters
Based on analysis, make recommendations and confirm with user through natural dialogue.
**Recommendation Guide:**
| Parameter | Based On | Examples | |-----------|----------|----------| | style | Genre | Modern Urban → `CinematicRealism`; Period Drama → `RealisticGuzhuangPro`; Fantasy → `RealisticXianxia`; Anime → `Ghibli` | | voice | Protagonist | Young Female → `sys_ClassicYoungWoman`; Young Male → `sys_GentleYoungMan`; Mature Male → `sys_Ca
Read more
name: alibabacloud-yike-storyboard description: | Yike Storyboard Creation Skill - Complete AI video creation workflow from novel/script to storyboard via conversational interface. Use this skill when users want to create storyboards, produce videos, convert novels/scripts to videos, or generate shot scripts. Trigger scenarios: "storyboard", "novel to video", "shot script", "script parsing", "video creation", "convert novel to video", "generate storyboard".
Yike Storyboard Creation Skill
Help users complete the AI video creation workflow from novel/script to storyboard via conversational interface.
---
Prerequisites
1. Aliyun CLI Check
> **Pre-check: Aliyun CLI >= 3.3.3 required** > > ```bash > aliyun version > ``` > > Verify version >= 3.3.3. If not installed or version is too low, > run `curl -fsSL https://aliyuncli.alicdn.com/setup.sh | bash` to update, > or see [references/cli-installation-guide.md](references/cli-installation-guide.md) for installation instructions. > > Then **[MUST]** run the following commands to configure CLI: > ```bash > # Enable auto plugin installation > aliyun configure set --auto-plugin-install true > > # Update plugins to latest > aliyun plugin update > > # Set region to cn-shanghai (required for ICE service) > aliyun configure set --region cn-shanghai > ```
**[MUST] CLI User-Agent** — Every `aliyun` CLI command invocation must include: `--user-agent AlibabaCloud-Agent-Skills/alibabacloud-yike-storyboard`
2. ICE Plugin Installation
> **Pre-check: ICE CLI Plugin required** > > ```bash > aliyun plugin install --names ice > ``` > > Verify plugin is installed: > ```bash > aliyun ice --help > ```
---
Service Activation
1. Activate IMS (Intelligent Media Services)
> **Activation Link:** https://ice.console.aliyun.com/guide/default > > Log in with your Alibaba Cloud account and activate ICE Intelligent Media Services.
2. Log in to yikeai platform
> **Platform Link:** https://www.yikeai.com/#/home > > Visit the product website and authorize login with your Alibaba Cloud account. > Currently Wanjing Yike is in invitation-only phase. Click [Apply for Access](https://survey.aliyun.com/apps/zhiliao/0FZ3TNiNP?spm=yikecom.4ad070b.0.0.53f53564Lny1lL) to submit your application.
---
Credential Verification
> **Pre-check: Alibaba Cloud Credentials Required** > > **Security Rules:** > - **DO NOT** read, print, or output AK/SK values > - **ONLY USE** `aliyun configure list` to check credential status > > ```bash > aliyun configure list > ``` > > **If no valid profile exists, STOP and:** > 1. Get credentials from [Alibaba Cloud Console](https://ram.console.aliyun.com/manage/ak) > 2. Run `aliyun configure` to set up credentials
---
RAM Permissions
This skill requires ICE permissions: `ice:CreateYikeAssetUpload`, `ice:SubmitYikeStoryboardJob`, `ice:GetYikeStoryboardJob`.
For complete permission policies, see [references/ram-policies.md](references/ram-policies.md).
> **[MUST] Permission Error Handling:** When any command fails due to permission errors, read `references/ram-policies.md` for required permissions.
---
Parameter Confirmation
> **Confirm key parameters with user before file upload through natural dialogue.**
| Parameter | Required | Description | Default | |-----------|----------|-------------|---------| | file_path | ✅ | Text file path (txt/docx, ≤5MB, ≤30K chars) | User provides | | title | ✅ | Storyboard title | Extract from text | | source-type | ✅ | `Novel` or `Script` | Based on content analysis | | style | ✅ | Visual style ID | Based on genre | | voice | ✅ | Narration voice ID | Based on protagonist | | shot-split-mode | ✅ | Shot split mode | Based on narrative style | | ratio | Optional | `16:9`, `9:16`, `4:3`, `3:4` | `9:16` | | resolution | Optional | `720P`, `1K`, `2K`, `4K` | `720P` |
See [Task 0: Parameter Confirmation](#task-0-parameter-confirmation) for recommendation guide.
---
Text Type Classification
| Type | Value | Description | |------|-------|-------------| | Novel | `Novel` | Primarily narrative, descriptive, psychological content for reading | | Script | `Script` | Primarily scenes, dialogue, action descriptions for performance/filming |
**Classification Guide:**
Evaluate the following features to determine if text is novel or script (don't judge solely by dialogue presence - novels can have extensive dialogue too):
| Feature | Script | Novel | |---------|--------|-------| | Scene Markers | ✅ Has scene numbers, time, location, INT/EXT | ❌ No explicit scene markers | | Structure | ✅ "Character Name + Dialogue" dominant | ❌ Narrative text dominant | | Action Cues | ✅ Has stage directions, camera directions | ❌ No performable features | | Literary Expression | ❌ Minimal | ✅ Rich environmental descriptions, psychology, emotions |
**Classification Rules:**
1. **Script**: Dominated by scenes, dialogue, action descriptions 2. **Novel**: Dominated by narration, description, psychological activity 3. **Mixed Content**: Determine dominant feature, output "more like script" or "more like novel"
> **Important**: After classification, confirm text type with user or let user specify directly.
---
Core Workflow
Task 0: Parameter Confirmation
Before upload, analyze the text and confirm key parameters with the user.
Step 1: Analyze Text Content
head -c 1000 <file_path>
Determine: genre, narrative style (first/third person), protagonist characteristics.
Step 2: Recommend & Confirm Parameters
Based on analysis, make recommendations and confirm with user through natural dialogue.
**Recommendation Guide:**
| Parameter | Based On | Examples | |-----------|----------|----------| | style | Genre | Modern Urban → `CinematicRealism`; Period Drama → `RealisticGuzhuangPro`; Fantasy → `RealisticXianxia`; Anime → `Ghibli` | | voice | Protagonist | Young Female → `sys_ClassicYoungWoman`; Young Male → `sys_GentleYoungMan`; Mature Male → `sys_Ca
Official Alibaba Cloud Agent Skills collection, providing AI agents with rich Alibaba Cloud product capabilities and general-purpose tooling.
Other skills on alibabacloud-aiops-skills.
- /alibabacloud-agentbay-aio-skills
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), including plotting charts, running scripts, or viewing code output. Covers requests like "run this code", "execute
Open skill - /alibabacloud-agentloop-dataset
Operate Alibaba Cloud AgentLoop Dataset resources with aliyun CLI and the AgentLoop API version 2026-05-20. Use when requests concern AgentLoop datasets, data rows, Dataset schemas, embedding fields, semantic search, ExecuteQuery, AgentSpace data, 数据集, 数据写入, 数据查询, 语义检索, or ask
Open skill - /alibabacloud-agentloop-evaluation
Orchestrate AgentLoop evaluation workflows through the Aliyun CLI plugin with safe previews, saved evaluator and evaluator-skill management, one-shot sample tests, trace or dataset batch runs, polling, and result inspection. Analyze evaluation quality and low-score cases from
Open skill - /alibabacloud-agentloop-experience
Proactively use AgentLoop Recall to retrieve prior Alibaba Cloud AgentLoop experience through the bundled SearchContext CLI whenever the user asks or implies that prior work may help. Trigger for requests to check, search, recall, retrieve, look up, review, consult, reference,
Open skill - /alibabacloud-agentloop-management
AgentLoop APM接入 / AI可观测接入 / 应用监控接入 / 自研探针 / 探针安装. Use for Python aliyun-bootstrap (aliyun-instrument), Java AliyunJavaAgent, Golang instgo, Node.js cms_node_sdk, PHP/.NET OpenTelemetry, ack-onepilot, LicenseKey, AgentLoop workspace agentloop-*. Also for LangChain, Dify,
Open skill - /alibabacloud-avatar-video
Use Alibaba Cloud DashScope API and LingMou to generate AI video and speech. Seven capabilities — (1) LivePortrait talking-head (image + audio → video, two-step), (2) EMO talking-head, (3) AA/AnimateAnyone full-body animation (three-step), (4) T2I text-to-image (Wan 2.x, default
Open skill

