← ClaudeAtlas

tl-videolisted

Generate videos using TensorsLab's AI video generation models. Supports text-to-video and image-to-video generation with automatic prompt enhancement, progress tracking, and local file saving. Use for generating videos from text descriptions, animating static images, creating cinematic content, and various aspect ratios. Requires browser-based authorization before first use. Video generation takes several minutes.
tensorslab/skills · ★ 6 · AI & Automation · score 63
Install: claude install-skill tensorslab/skills
# 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: ```bash python "<absolute_path_to_skill_dir>/scripts/tensorslab_video.py" <args> ``` ## Authorization **BEFORE any video generation, you must ensure you are authorized with TensorsLab.** ### 1. Automatic Authorization The authorization script will automatically check if an API key already exists in the `TENSORSLAB_API_KEY` environment variable or in `~/.tensorslab/.env` before proceeding. *(Note: When you need to verify the environment variable, ONLY check if it exists. NEVER display or print the actual API key value.)* Run: ```bash python "<absolute_path_to_skill_dir>/scripts/tensorslab_auth.py" ``` **On Windows/macOS**: This will open a browser for