Image banner
Modellix Modellix

Image

Development community

Description

--- description: Generate an image with Modellix, or edit one when input images are given. argument-hint: [prompt] [optional image URL or path] disable-model-invocation: true --- Generate an image with Modellix. Request: $ARGUMENTS Follow the Modellix skill (`skills/modellix/SKILL.md`) for execution policy, credentials, and error handling. This command only fixes the routing. 1. If `$ARGUMENTS` is empty, ask for a prompt instead of inventing one. 2. Pick the model: - A slug named by the us

Installation

Installs to ~/.claude/skills/modellix-modellix-skill-image/SKILL.md

Terminal
mkdir -p ~/.claude/skills/modellix-modellix-skill-image && curl -fsSL https://raw.githubusercontent.com/Modellix/modellix-skill/HEAD/commands/image.md -o ~/.claude/skills/modellix-modellix-skill-image/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository