omni-image
Installation
SKILL.md
⚠️ VISION PROTOCOL
CRITICAL: For general chat inquiries ("what is this?", "describe this image", "extract text"), DO NOT USE the describe command.
- PRIORITY: Use your native multimodal (vision) capabilities. It is faster and preserves context.
- EXCEPTION: ONLY use the
describecommand if you need structured JSON analysis or specific identity-lock metadata required for a subsequent tool call.
Image Generation & Editing
Multi-provider image CLI. Default provider is xAI (Grok) at $0.02/image flat rate. OpenAI available via --provider openai.
Providers
| Provider | Default Model | Pricing | Key Env Var |
|---|---|---|---|
| xAI Pro (default) | grok-imagine-image-quality |
$0.07/image flat | XAI_API_KEY |
| xAI Standard | grok-imagine-image |
$0.02/image flat | XAI_API_KEY |
| OpenAI | gpt-image-2 |
$0.009-$0.200/image (quality-dependent) | OPENAI_API_KEY |
Both providers use the OpenAI SDK under the hood. The --provider flag switches the API endpoint and default model. Quality defaults to high.