多智能体协同的商品视频创作流水线,支持从商品信息到成视频的全流程创作:文案生成、故事策划、脚本创作、分镜设计、图片生成、字幕创作、音效推荐及视频合成;适用于电商商品宣传、品牌推广、社交媒体营销等场景
npx skills add https://github.com/anbeime/skill --skill product-video-creator
moviepy>=1.0.3
pillow>=10.0.0
opencv-python>=4.8.0
bgm/:背景音乐文件夹(可选,脚本会推荐也可使用默认)product_images/:商品原始图片(可选,智能体可基于描述生成)职责:分析商品信息,生成吸引目标受众的核心文案
执行要点:
输出:核心文案文本
职责:基于文案设计连贯的场景故事线,让商品卖点自然融入
执行要点:
输出:场景故事大纲(含每个场景的情节和卖点关联)
职责:将故事转化为具体的分镜脚本
执行要点:
输出:分镜脚本表格,格式参考 references/storyboard_format.md
职责:为每个分镜生成详细的画面描述,指导图片生成
执行要点:
输出:每个镜头的画面描述词列表
职责:为每个分镜生成符合描述的图片
执行要点:
输出:图片序列,命名为 scene_001.jpg, scene_002.jpg, ...
职责:为每个镜头创作字幕文本,并规划显示位置和时间
执行要点:
输出:字幕文本与时间配置,格式参考 references/subtitle_format.md
职责:推荐背景音乐和音效方案,提升视频感染力
执行要点:
输出:音频方案说明文档
职责:调用脚本将图片、字幕、音频合成为最终视频
执行要点:
scene_*.jpgsubtitles.jsonbgm.mp3(或其他格式)调用脚本:
python scripts/video_composer.py \
--images ./scene_*.jpg \
--subtitles ./subtitles.json \
--audio ./bgm.mp3 \
--output ./final_video.mp4 \
--fps 24 \
--duration 30
输出:最终视频文件 final_video.mp4
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.
Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.
Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.
This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.
Take anbeime/product-video-creator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.