# Thor Generator

> Thor Image Generation Skill

- Skill: `javimosch/thor-generator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/thor-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/thor-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/thor-generator

---

# Thor Image Generation Skill

This skill allows the assistant to generate high-quality images using the local ComfyUI "Thor" pipeline.

## System Capabilities
- **Model:** ComfyUI / Thor
- **Input:** String (Prompt)
- **Output:** Image file saved to `~/Desktop/bring_img`

## Execution Protocol
When the user asks to generate an image, the assistant MUST execute the following command via the `exec` tool:

```bash
cd ~/ComfyUI && source venv/bin/activate && python3 thor_generate_image.py "{{prompt}}" ~/Desktop/bring_img

