tensorslab-image

Installation
SKILL.md

TensorsLab Image Generation

Overview

This skill enables AI-powered image generation through TensorsLab's API, supporting both text-to-image and image-to-image workflows. The agent enhances user prompts with detailed visual descriptions before calling the API, ensuring high-quality outputs.

Authentication Check

Before any image 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
16
GitHub Stars
6
First Seen
Feb 28, 2026