File contents Validate GenAI Stack
Validate the complete GenAI infrastructure.
Target : $ARGUMENTS
Targets
all: Complete validation (default)
services: Docker services connectivity
auth: ComfyUI authentication tokens
models: Available models inventory
notebooks: GenAI notebook execution
vram: GPU/VRAM availability
Scripts
python scripts/genai-stack/validate_stack.py # Full validation
python scripts/genai-stack/validate_notebooks.py # Notebook execution
python scripts/genai-stack/check_vram.py # GPU check
python scripts/genai-stack/list_models.py # Model inventory
python scripts/genai-stack/list_nodes.py # ComfyUI nodes
python scripts/genai-stack/docker_manager.py # Docker management
Service Mapping
Notebooks
Service
Requirement
01-1, 01-3
OpenAI API
OPENAI_API_KEY
01-4, 02-3
SD Forge
Local or myia.io
01-5, 02-1
ComfyUI Qwen
COMFYUI_AUTH_TOKEN, ~29GB VRAM
02-4
Z-Image/vLLM
~10GB VRAM
Configuration (.env)
# MyIA.AI.Notebooks/GenAI/.env
LOCAL_MODE=false
COMFYUI_API_URL=https://qwen-image-edit.myia.io
COMFYUI_AUTH_TOKEN=your_token
OPENAI_API_KEY=sk-...
ZIMAGE_API_URL=https://z-image.myia.io
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: jsboige-coursia-validate-genai 3 description: Validate GenAI Stack 4 --- 5 6 # Validate GenAI Stack 7 8 Validate the complete GenAI infrastructure. 9 10 **Target**: `$ARGUMENTS` 11 12 ## Targets 13 14 - `all`: Complete validation (default) 15 - `services`: Docker services connectivity 16 - `auth`: ComfyUI authentication tokens 17 - `models`: Available models inventory 18 - `notebooks`: GenAI notebook execution 19 - `vram`: GPU/VRAM availability 20 21 ## Scripts 22 23 ```bash 24 python scripts/genai-stack/validate_stack.py # Full validation 25 python scripts/genai-stack/validate_notebooks.py # Notebook execution 26 python scripts/genai-stack/check_vram.py # GPU check 27 python scripts/genai-stack/list_models.py # Model inventory 28 python scripts/genai-stack/list_nodes.py # ComfyUI nodes 29 python scripts/genai-stack/docker_manager.py # Docker management 30 ``` 31 32 ## Service Mapping 33 34 | Notebooks | Service | Requirement | 35 |-----------|---------|-------------| 36 | 01-1, 01-3 | OpenAI API | OPENAI_API_KEY | 37 | 01-4, 02-3 | SD Forge | Local or myia.io | 38 | 01-5, 02-1 | ComfyUI Qwen | COMFYUI_AUTH_TOKEN, ~29GB VRAM | 39 | 02-4 | Z-Image/vLLM | ~10GB VRAM | 40 41 ## Configuration (.env) 42 43 ```bash 44 # MyIA.AI.Notebooks/GenAI/.env 45 LOCAL_MODE=false 46 COMFYUI_API_URL=https://qwen-image-edit.myia.io 47 COMFYUI_AUTH_TOKEN=your_token 48 OPENAI_API_KEY=sk-... 49 ZIMAGE_API_URL=https://z-image.myia.io 50 ``` 51 52 --- 53 > Converted and distributed by [TomeVault](https://tomevault.io/claim/jsboige) — claim your Tome and manage your conversions. 54 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/jsboige--coursia--validate-genai commit bfcf0db3ce
Frequently asked questions How do I install the Jsboige Coursia Validate Genai skill? Run npx skillmds@latest add tomevault-io/jsboige-coursia-validate-genai in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Jsboige Coursia Validate Genai skill do? Validate GenAI Stack It is listed under Coding & Dev Tools on SkillMD.
Is Jsboige Coursia Validate Genai safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Jsboige Coursia Validate Genai? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Jsboige Coursia Validate Genai free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Jsboige Coursia Validate Genai? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.