专门用于生成漫画/动画风格的视频,内置多种风格模板,无需复杂的提示词工程。
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionmanga-style-videoExecute the skills CLI command in your project's root directory to begin installation:
Fetches manga-style-video from freestylefly/canghe-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate manga-style-video. Access via /manga-style-video in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
199
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
199
stars
专门用于生成漫画/动画风格的视频,内置多种风格模板,无需复杂的提示词工程。
| 风格代码 | 名称 | 特点 |
|---|---|---|
japanese |
日式治愈系 | 吉卜力风格、手绘水彩、温馨治愈 |
ghibli |
吉卜力风格 | Studio Ghibli、宫崎骏动画风格 |
chinese |
国风水墨 | 中国传统水墨、淡雅诗意、工笔线条 |
cartoon |
美式卡通 | 迪士尼皮克斯、3D卡通、色彩鲜艳 |
sketch |
铅笔素描 | 手绘线条、黑白灰、艺术感 |
watercolor |
水彩手绘 | 透明质感、色彩晕染、艺术插画 |
manga_comic |
日式漫画 | 黑白网点、速度线、动态构图 |
chibi |
Q版萌系 | 大头比例、可爱萌系、圆润线条 |
需要设置 ARK_API_KEY 环境变量。
cp .canghe-skills/.env.example .canghe-skills/.env
.canghe-skills/.env 文件,填写你的 API Key:ARK_API_KEY=your-actual-api-key-here
export ARK_API_KEY="your-api-key"
process.env).canghe-skills/.env~/.canghe-skills/.env生成日式治愈风格视频:
cd ~/.openclaw/workspace/skills/manga-style-video
python3 scripts/manga_style_video.py "女孩在樱花树下读书"
# 国风水墨风格
python3 scripts/manga_style_video.py "山水意境" --style chinese
# 美式卡通风格
python3 scripts/manga_style_video.py "可爱小动物" --style cartoon
# 吉卜力风格
python3 scripts/manga_style_video.py "乡村风景" --style ghibli
# 使用角色图片作为参考
python3 scripts/manga_style_video.py "奶奶在包饺子" \
--style japanese \
--image ~/Desktop/character.png
python3 scripts/manga_style_video.py "春节团圆场景" \
--style japanese \
--image character.png \
--duration 10 \
--ratio 9:16 \
--resolution 1080p \
--output ~/Desktop/my_video.mp4
| 参数 | 必需 | 默认值 | 说明 |
|---|---|---|---|
prompt |
✅ | - | 视频内容描述 |
--style |
❌ | japanese | 漫画风格 |
--image |
❌ | - | 参考图片路径 |
--duration |
❌ | 10 | 时长(秒) |
--ratio |
❌ | 9:16 | 比例(16:9/9:16/1:1/4:3) |
--resolution |
❌ | 1080p | 分辨率 |
--output |
❌ | - | 输出路径 |
--no-wait |
❌ | false | 不等待完成 |
python3 scripts/manga_style_video.py \
"白发奶奶在厨房忙碌,窗外阳光洒进来" \
--style japanese \
--duration 8
python3 scripts/manga_style_video.py \
"古代女子在荷塘边弹琴,荷花盛开" \
--style chinese \
--ratio 16:9
# 分镜1:角色登场
python3 scripts/manga_style_video.py \
"双马尾女孩站在校门口微笑" \
--style chibi \
--image girl.png \
--output scene1.mp4
# 分镜2:动作场景
python3 scripts/manga_style_video.py \
"女孩在教室认真读书" \
--style chibi \
--image girl.png \
--output scene2.mp4
python3 scripts/manga_style_video.py \
"小猫咪在草地上打滚,超级可爱" \
--style chibi \
--duration 5
python3 scripts/manga_style_video.py --list-styles
输出:
🎨 可用的漫画风格:
japanese - 日式治愈系
ghibli - 吉卜力风格
chinese - 国风水墨
cartoon - 美式卡通
sketch - 铅笔素描
watercolor - 水彩手绘
manga_comic - 日式漫画
chibi - Q版萌系
日式动画风格,吉卜力工作室风格,手绘水彩质感,柔和粉彩色调,
线条简洁流畅,温馨治愈,细腻的背景描绘,宫崎骏风格
中国传统水墨画风格,国风动画,淡雅色调,山水意境,
工笔线条,古风手绘,诗意唯美
Q版大头比例,萌系可爱风格,圆润线条,明亮色彩,
卡通渲染,治愈系表情
POST /api/v3/contents/generations/tasksdoubao-seedance-1-5-pro-251215(默认)1. 选择漫画风格 → 获取对应提示词模板
2. 组合用户描述 + 风格提示词
3. 调用 Seedance API 生成视频
4. 等待生成完成 → 下载视频
默认保存到 ~/Desktop/,文件名格式:
manga_{风格}_{时间戳}.mp4
--style 参数控制--duration 控制时长| 普通提示词 | 漫画风格提示词(本技能自动生成) |
|---|---|
| "女孩在樱花树下" | "女孩在樱花树下,日式动画风格,吉卜力工作室风格,手绘水彩质感,柔和粉彩色调,线条简洁流畅,温馨治愈" |
# 创建脚本
for i in 1 2 3; do
python3 scripts/manga_style_video.py \
"分镜$i的场景描述" \
--style japanese \
--image character.png \
--output scene_$i.mp4 &
done
wait
如果想要特定的混合风格,可以直接使用 seedance-video-generation 技能,手动编写提示词。
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
affaan-m/everything-claude-code
remotion-dev/skills
supercent-io/skills-template
heygen-com/skills
zrong/skills
davila7/claude-code-templates
I recommend manga-style-video for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
manga-style-video is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added manga-style-video from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
manga-style-video fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
Useful defaults in manga-style-video — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
manga-style-video reduced setup friction for our internal harness; good balance of opinion and flexibility.
manga-style-video fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
manga-style-video is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: manga-style-video is focused, and the summary matches what you get after install.
Registry listing for manga-style-video matched our evaluation — installs cleanly and behaves as described in the markdown.
showing 1-10 of 74