AI Agent Skills for Wan — Enable your AI Agent to easily leverage Wan's AIGC capabilities.
Wan-skills is a suite of skills designed for AI Agents, empowering them with AIGC capabilities through API calls.
Skills List
| name | description | scripts | refenence |
|---|---|---|---|
| wan2.7-image-skill | Create 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.py |
common.md image-generation-editing.md |
| wan-pptx-generator | Convert 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.
Prerequisites: An Alibaba Cloud account is required
-
Sign up for an Alibaba Cloud account
- visit https://www.aliyun.com/
- Complete account registration
-
Activate ModelStudio Service
- visit https://modelstudio.console.aliyun.com/
- Activate the ModelStudio service
-
create API Key
- Go to the ModelStudio Console → API Key Management
- create new API Key
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/"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.gitSpecify 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
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
English documentation: Wan2.7 - image generation and editing
中文版文档:万相-图像生成与编辑2.7