Fal Kling Video is a skill that provides a programmatic interface to the Kling v1.6 Standard model through fal.ai. It covers the full lifecycle of AI video generation: submitting the generation request, managing the asynchronous polling queue required for long-running jobs, and automatically downloading the finished MP4 file to a local directory.
The skill supports two generation modes. Text-to-video creates video clips from natural language descriptions. Image-to-video animates a static image into a motion sequence, handling Base64 encoding of the input image internally so the calling agent does not need to manage that step.
Output format is configurable: aspect ratios of 16:9, 9:16, and 1:1 are supported, and clip duration can be set to either 5 seconds or 10 seconds. The skill includes built-in error handling for API timeouts and ensures consistent application of duration and aspect ratio parameters across requests.
This skill is appropriate when an agent workflow needs to produce video assets without manually implementing the submit-and-poll pattern that fal.ai requires for asynchronous jobs. It is not appropriate if the target model is something other than Kling v1.6 Standard, if a streaming or real-time delivery transport is required, or if output must go somewhere other than a local directory.