What problem does it solve?
Turning a finished video into platform-ready publishing material requires manual cover selection, aspect-ratio re-editing, copywriting for each social platform, and chapter card design. This Skill automates that entire post-edit packaging workflow through four modes backed by Qwen-VL-max vision scoring and ffmpeg.
Core Features & Use Cases
- Smart Cover Pick: ffmpeg thumbnail prefiltering plus 6-axis VLM aesthetic scoring selects the top-N cover frames with bounding-box annotations.
- Multi-Aspect Recompose: Converts 16:9 footage to 9:16 or 1:1 using scene-cut detection, VLM subject tracking, and EMA-smoothed dynamic cropping.
- 5-Platform SEO Pack: Generates titles, descriptions, and hashtags for TikTok, Bilibili, WeChat, Xiaohongshu, and YouTube in parallel.
- Chapter Cards: Renders chapter PNGs from HTML templates via Playwright, with an ffmpeg drawtext fallback.
- Use Case: After editing a 10-minute vlog, run cover_pick for 8 scored thumbnails, multi_aspect for a vertical Shorts version, and seo_pack for per-platform copy — all with upfront cost estimates in CNY.
Quick Start
Ask the assistant to use media_post_create with mode cover_pick on your edited video file to get scored cover candidates.