Wraps fal.ai's video models for text-to-video, image-to-video, and video-to-video generation with three quality tiers (budget at $0.25/5s up to premium at $1.20/5s). The implementation handles a real gotcha: fal serves results with CSP headers that break browser playback, so the skill always downloads to local workspace files instead of handing users dead links. Image and video references need public URLs, which it solves by running a persistent preview server to expose assets. The polling and billing proxy logic is baked in so you just call generate_video() with a prompt and model tier. Solid if you need short AI clips without rebuilding the fal integration yourself.
npx skills add https://github.com/starchild-ai-agent/official-skills --skill video