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

Authorization

BEFORE any image 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:

python scripts/tensorslab_auth.py

This will open a browser for authorization. Wait for "Authorization Successful!" before proceeding.

Related skills
Installs
14
GitHub Stars
6
First Seen
Mar 20, 2026