Migeking avatar

Migeking

Community

@Migeking

2Followers
|
14Public Repos
|
5Published Skills

Migeking provides Xiaohongshu (RED) video production pipelines generating GSAP-animated vertical videos from Markdown with TTS voiceover, BGM, and Canvas physics rendering.

Skills Distribution
DomainUI/UX & Crea...Video Rendering & .. (45%)Text-to-Speech & A.. (20%)Content Pipeline O.. (20%)Growth, Marketing .. (15%)

Agent Skills by Migeking

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Migeking

FAQPage Schema
What 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.