tensorslab-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.

Authentication Check

Before any video generation, verify the API key is configured:

# 仅检查变量是否存在,不输出完整值
[ -n "$TENSORSLAB_API_KEY" ] && echo "✅ API key is set" || echo "❌ TENSORSLAB_API_KEY is not set"

If not set, display this friendly message:

您好!要生成高质量的内容,您需要先进行简单的配置:
Related skills
Installs
19
GitHub Stars
6
First Seen
Feb 28, 2026