Wan-skills

April 17, 2026 Β· View on GitHub

AI Agent Skills for Wan β€” Enable your AI Agent to easily leverage Wan's AIGC capabilities.


🌟 Core Capabilities

Wan-skills is a suite of skills designed for AI Agents, empowering them with AIGC capabilities through API calls.

Skills List

namedescriptionscriptsrefenence
wan2.7-image-skillCreate content using the image generation and editing capabilities of the wan2.7-image model.image-generation-editing.py file_to_oss.py parse_resolution.py check_wan_task_status.pycommon.md image-generation-editing.md
wan-pptx-generatorConvert documents, text, or topic descriptions into professional PowerPoint slides enriched with AI-generated images. Powered by qwen-doc-turbo and wan2.7-image models.pptx_generator.py-

Continuously update the skill list with a variety of new skills.


πŸš€ Quick Start

Step 1: Get API Key

Prerequisites: An Alibaba Cloud account is required

  1. Sign up for an Alibaba Cloud account

  2. Activate ModelStudio Service

  3. create API Key

    • Go to the ModelStudio Console β†’ API Key Management
    • create new API Key

Step 2: Configure environment variables

export DASHSCOPE_API_KEY="your-access-key"

Region selection

Select the appropriate DASHSCOPE_BASE_URL based on your region.

# Chinese Mainland (Beijing) - default
export DASHSCOPE_BASE_URL="https://dashscope.aliyuncs.com/api/v1/"

# Singapore (Uncomment to use)
# export DASHSCOPE_BASE_URL="https://dashscope-intl.aliyuncs.com/api/v1/"

Step 3: Install skill

After cloning this repo, specify the installation of the corresponding skill in the AI Agent's chat interface, using wan2.7-image-skill as an example:

clone this repo

git clone https://github.com/Wan-Video/Wan-skills.git

Specify the skill path in the AI Agent chat interface for installation, where /path/to/ is the actual local path on the user's machine.

Install the skill from this directory  /path/to/Wan-skills/skills/wan2.7-image-skill

πŸ“‚ Project Structure

Wan-skills/
β”œβ”€β”€ LICENSE.txt
β”œβ”€β”€ README_zh.md
β”œβ”€β”€ README.md
└── skills
    β”œβ”€β”€ wan-pptx-generator                      # wan-pptx-generator PPT generation skill
    β”‚Β Β  β”œβ”€β”€ scripts
    β”‚Β Β  β”‚Β Β  └── pptx_generator.py               # Core generation script
    β”‚Β Β  └── SKILL.md                            # Skill description file
    └── wan2.7-image-skill                      # wan2.7-image image generation and editing skill
        β”œβ”€β”€ references
        β”‚Β Β  β”œβ”€β”€ common.md                       # General configuration documentation
        β”‚Β Β  └── image-generation-editing.md     # Detailed usage documentation
        β”œβ”€β”€ scripts
        β”‚Β Β  β”œβ”€β”€ check_wan_task_status.py        # Asynchronous task status query script
        β”‚Β Β  β”œβ”€β”€ file_to_oss.py                  # File upload script
        β”‚Β Β  β”œβ”€β”€ image-generation-editing.py     # Core generation script
        β”‚Β Β  └── parse_resolution.py             # Resolution parsing script
        └── SKILL.md                            # Skill description file

API Reference Documentation

English documentation: Wan2.7 - image generation and editing

δΈ­ζ–‡η‰ˆζ–‡ζ‘£οΌšδΈ‡η›Έ-ε›Ύεƒη”ŸζˆδΈŽηΌ–θΎ‘2.7