Migeking
Community@Migeking
Migeking provides Xiaohongshu (RED) video production pipelines generating GSAP-animated vertical videos from Markdown with TTS voiceover, BGM, and Canvas physics rendering.
Agent Skills by Migeking
Showing 5 vetted skills indexed across 1 GitHub repositories.
xhs-canvas-video
Renders Canvas and GSAP physics animations into MP4 videos via Playwright and FFmpeg piping.
xhs-video-pipeline
Converts Markdown articles into 1080x1440 GSAP animation videos with BGM and TTS voiceover.
xhs-video-maker
Routes Xiaohongshu video production requests to GSAP or HyperFrames pipelines based on user preferences.
visual-story-workflow
Generates interactive GSAP HTML video previews from scripts before optional rendering to MP4.
xhs-video-workflow
Convert Markdown notes into vertical GSAP kinetic typography videos with ChatTTS voiceover.
Frequently Asked Questions About Migeking
FAQPage SchemaWhat tasks can I accomplish with Migeking's video skills?βΌ
You can turn Markdown notes into 1080x1920 or 1080x1440 GSAP-animated Xiaohongshu videos with ChatTTS voiceover and BGM, render 60fps Canvas physics animations via FFmpeg piping, and build interactive HTML story previews before committing to full video rendering.
Who are these video pipeline skills designed for?βΌ
Content creators and developers producing Xiaohongshu or Douyin knowledge videos, product intros, brand stories, and tutorials who want code-driven kinetic typography and physics-based motion graphics rather than manual video editing.
How does the video production runtime process work?βΌ
The orchestrator asks your preference, then routes to a pipeline: Pipeline A (GSAP screenshots plus BGM, ~15-25 minutes) or Pipeline B (HyperFrames plus TTS, ~30-45 minutes). The Canvas skill streams frames directly through a pipe to FFmpeg for in-memory video synthesis.
Do these skills auto-publish videos to Xiaohongshu?βΌ
No. All pipelines explicitly exclude automatic publishing for compliance reasons. They only generate the MP4 video files, voiceover, and BGM mix; uploading and publishing to the platform remains a manual step.
What are the key technical dependencies and constraints?βΌ
Requirements include GSAP for animation, FFmpeg for rendering, ChatTTS with fixed seed (seed=42, huggingface source) for voiceover, and Canvas for physics scenes. Critical constraints: CSS '.slide.clip { opacity: 1 }' is mandatory, GSAP script included only once, and the first frame serves as the cover.