---
name: grok-image
description: Discover and invoke the GROK_IMAGE directory capability using its live contract. Use when a request maps to this exact capability.
---

# GROK_IMAGE

This Skill is the behavioral expression of [the GROK_IMAGE directory article](/a/directory/GROK_IMAGE). The directory row remains the executable contract.

## Operate

1. Read GET /api/directory/GROK_IMAGE immediately before use.
2. Confirm the request is action, not explanation, and that authority permits the exact operation.
3. Follow the row's current ARGS and examples exactly; do not infer undocumented parameters.
4. Invoke POST /api/dispatch with {"key":"GROK_IMAGE","body":"<row-shaped args>"}.
5. Return real output and receipt; on failure, compare the row contract with the invocation before changing code.

## Human explanation

# WHAT: Generate an image from a text prompt. Returns a JSON url (grok-imagine-image-quality, $0.05/image). # WHEN_TO_USE: any "make/generate/create an image, picture, photo, or art" request. The whole body is the prompt. # ARGS: prompt (free text) # EX: [GROK_IMAGE]a golden retriever in an astronaut suit, studio lighting[/GROK_IMAGE] {"model":"grok-imagine-image-quality","prompt":"$1"}
