video▌
116 indexed skills · max 10 per page
ai-video-gen
heygen-com/skills · AI/ML
Generate AI videos from text prompts. Supports multiple providers (VEO 3.1, Kling, Sora, Runway, Seedance), configurable aspect ratios, and optional reference images for image-to-video generation.
12-principles-of-animation
raphaelsalaja/userinterface-wiki · Video
Review animation code for compliance with Disney's 12 principles adapted for web interfaces.
douyin-video-summary
liu-wei-ai/douyin-video-summary · Video
Extract, transcribe, and summarize Douyin videos with local whisper.cpp processing. \n \n Handles both short ( v.douyin.com ) and direct Douyin URLs by parsing video IDs and intercepting audio via browser JavaScript \n Uses ffmpeg to convert audio to WAV and whisper.cpp for local Chinese transcription, with automatic Metal GPU acceleration on Apple Silicon \n Generates structured summaries with core points, details, and one-line takeaways in markdown format \n Optional Feishu (Lark) document syn
manim-video
browser-use/video-use · design
Production pipeline for creating mathematical animations with Manim.
ai-avatar-video
inference-sh/skills · AI/ML
Create AI avatars and talking head videos via inference.sh CLI.
seedance-video
freestylefly/canghe-skills · Video
使用字节跳动 Seedance-1.5-pro 模型 (doubao-seedance-1-5-pro-251215) 根据文本或图片生成视频。
jianying-video-gen
cclank/lanshu-waytovideo · Video
通过 Playwright 自动化操作剪映(xyq.jianying.com),使用 Seedance 2.0 模型生成 AI 视频。
lottie-animations
freshtechbro/claudedesignskills · Video
Lottie is a library for rendering After Effects animations in real-time on web, iOS, Android, and React Native. Created by Airbnb, it allows designers to ship animations as easily as shipping static assets. Animations are exported from After Effects as JSON files using the Bodymovin plugin, then rendered natively with minimal performance overhead.
comfyui-video-pipeline
mckruz/comfyui-expert · Frontend
Orchestrates video generation across three engines, selecting the best one based on requirements and available resources.
flutter-animations
madteacher/mad-agents-skills · Video
Comprehensive guide for implementing animations in Flutter with decision trees and patterns for every animation type. \n \n Covers five animation approaches: implicit animations (AnimatedContainer, AnimatedOpacity, TweenAnimationBuilder), explicit animations (AnimationController, Tween, AnimatedWidget/AnimatedBuilder), hero animations (shared element transitions), staggered animations (sequential/overlapping with Interval timing), and physics-based animations (spring, gravity, fling) \n Includes