$npx skillfedfor your agent

aliyun-video-style-repaint

Aliyun Video Style Repaint applies one of eight preset artistic styles to your videos via Alibaba's DashScope API. Choose from Japanese manga, American comics, 3D cartoon, Chinese ink painting, paper art, and other effects, then submit your video for async processing and download the styled result.

Aliyun Video Style Repaint converts videos into artistic styles like manga, comics, cartoons, and ink painting.

AI-generated summary based on this skill's SKILL.md

★ 397  34 MITupdated by cinience

Decision gist · record as of 2026-07-18

Aliyun Video Style Repaint converts videos into artistic styles like manga, comics, cartoons, and ink painting. Aliyun Video Style Repaint applies one of eight preset artistic styles to your videos via Alibaba's DashScope API. Choose from Japanese manga, American comics, 3D cartoon, Chinese ink painting, paper art, and other effects, then submit your video for async processing and download the styled result.

manual: git clone https://github.com/cinience/alicloud-skills → cp -r alicloud-skills/skills/ai/video/aliyun-video-style-repaint ~/.claude/skills/aliyun-video-style-repaint
skills/ai/video/aliyun-video-style-repaint/SKILL.md · version a176f799

Use it when

  • Yes, aliyun-video-style-repaint includes manga style as one of its eight preset artistic transformations.
  • Aliyun Video Style Repaint uses asynchronous processing through Alibaba's DashScope video synthesis API.

Verify before relying

Read SKILL.md below before installing (4 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

cinience/alicloud-skills/aliyun-video-style-repaint · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What artistic styles can aliyun-video-style-repaint apply to video?

Aliyun Video Style Repaint offers eight preset artistic styles including Japanese manga, American comics, 3D cartoon, Chinese ink painting, paper art, and other effects. You select your preferred style and submit your video for processing through Alibaba's DashScope API.

Can I convert video to manga style using this tool?

Yes, aliyun-video-style-repaint includes manga style as one of its eight preset artistic transformations. Simply upload your video, select the manga style option, and the tool will process it asynchronously via DashScope, then you can download the styled result.

How does aliyun-video-style-repaint process videos?

Aliyun Video Style Repaint uses asynchronous processing through Alibaba's DashScope video synthesis API. You submit your video with your chosen artistic style, and the system processes it in the background. Once complete, you download the transformed video with the applied artistic effect.

What is the license for aliyun-video-style-repaint?

Aliyun Video Style Repaint is released under the MIT license, allowing free use, modification, and distribution with minimal restrictions.

Can aliyun-video-style-repaint turn video into cartoon style?

Yes, aliyun-video-style-repaint includes cartoon style transformation among its eight preset options. The tool can automatically convert your video to cartoon or 3D cartoon illustration style through the DashScope API.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Video Style Repaint

Validation

mkdir -p output/aliyun-video-style-repaint
python -m py_compile skills/ai/video/aliyun-video-style-repaint/scripts/repaint_video.py && echo "py_compile_ok" > output/aliyun-video-style-repaint/validate.txt

Pass criteria: command exits 0 and output/aliyun-video-style-repaint/validate.txt is generated.

Output And Evidence

  • Save task IDs, polling responses, and final video URLs to output/aliyun-video-style-repaint/.
  • Keep at least one end-to-end run log for troubleshooting.

Prerequisites

  • Install SDK (recommended in a venv):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install requests
  • Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials.
  • This API is only available in the Beijing region. You must use a Beijing-region API

(truncated - see the full file via the links below)

File tree — 4 files
skills/ai/video/aliyun-video-style-repaint/SKILL.md
skills/ai/video/aliyun-video-style-repaint/references/api_reference.md
skills/ai/video/aliyun-video-style-repaint/references/sources.md
skills/ai/video/aliyun-video-style-repaint/scripts/repaint_video.py

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Transform video into artistic styles like manga, comics, or ink painting”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

aliyun-happyhorse-t2v
by cinience · cinience/alicloud-skills

This skill wraps Alibaba Cloud's HappyHorse 1.0 text-to-video model through the async DashScope video-synthesis API. Submit a text prompt and configure resolution (720P or 1080P), aspect ratio, duration (3–15 seconds), and optional seed for reproducibility; the skill polls for task completion and returns your generated MP4 video URL.

MITupdated Jul 2026
★ 397repo stars
aliyun-wan-i2v
by cinience · cinience/alicloud-skills

Aliyun Wan I2V taps DashScope's Wan 2.7 model to synthesize videos from static images asynchronously. It handles single-image generation, frame interpolation between two images, video extension from clips, and audio-driven animation with lip-sync capabilities.

MITupdated Jul 2026
★ 397repo stars
aliyun-happyhorse-r2v
by cinience · cinience/alicloud-skills

This skill generates videos by blending multiple reference images into a single output, with prompts that map each image to a character placeholder (character1, character2, etc.). Supports 1–9 images per video, customizable resolution, aspect ratio, and duration via the DashScope async API.

MITupdated Jul 2026
★ 397repo stars
aliyun-wan-videoedit
by cinience · cinience/alicloud-skills

This skill harnesses Alibaba's Wan 2.7 video editing model to transform video appearance through style transfer (clay, anime, etc.) or content-aware edits guided by text prompts and optional reference images. It handles async task creation, polling, and media validation across multiple aspect ratios and resolutions.

MITupdated Jul 2026
★ 397repo stars
aliyun-vidu-video
by cinience · cinience/alicloud-skills

This skill wraps Alibaba Cloud's DashScope Vidu video-synthesis API, enabling text-to-video, image-to-video, keyframe interpolation, and reference-subject generation. It handles async task creation, polling, and result retrieval across multiple Vidu model variants (Q3 Pro/Turbo, Q2) with configurable resolution, duration, audio, and watermark options.

MITupdated Jul 2026
★ 397repo stars
aliyun-modelstudio-entry-test
by cinience · cinience/alicloud-skills

Execute lightweight validation across 18 Aliyun Model Studio capabilities—text-to-image, video generation, TTS, ASR, speech translation, voice cloning, omni multimodal, visual reasoning, embedding, and reranking. Run one small request per skill, record results, and verify API connectivity and model availability.

MITupdated Jul 2026
★ 397repo stars

More skills aliyun-wan-video (MIT)

Tags
video-synthesisartistic-renderingstyle-transferasync-processinganimation-effectsdashscope-apicontent-transformationvisual-effectsbatch-video-processing