tl-video

Installation
SKILL.md

TensorsLab Video Generation

Overview

This skill enables AI-powered video generation through TensorsLab's API, supporting both text-to-video and image-to-video workflows. Video generation is a time-intensive process - tasks typically take several minutes to complete.

Script Path

The Python scripts for this skill are located in the scripts/ subdirectory relative to this SKILL.md file. Always use the absolute path when executing scripts. Determine the absolute path based on where this skill is installed.

For example, if this SKILL.md is at /path/to/skills/tl-video/SKILL.md, then:

  • Auth script: python "/path/to/skills/tl-video/scripts/tensorslab_auth.py"
  • Video script: python "/path/to/skills/tl-video/scripts/tensorslab_video.py"

When executing, construct the command using the resolved absolute path:

python "<absolute_path_to_skill_dir>/scripts/tensorslab_video.py" <args>
Related skills
Installs
16
GitHub Stars
6
First Seen
Mar 20, 2026