ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

grok-image

Generate images using Grok (xAI) image generation API. Use when you need to create images from text prompts.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/raphbaph/grok-imagine-render
Or

Grok Image Generation

Setup

Add your API key to ~/.clawdbot/.env:

GROK_API_KEY=xai-your-key-here

Usage

Generate images with a simple prompt:

Generate a cute raccoon character with friendly smile

The skill will:

  1. Read GROK_API_KEY from ~/.clawdbot/.env
  2. Call Grok's image generation API
  3. Save the image and return the path

Options

  • Custom output path: Add --output /path/to/image.png
  • Size: --size 512x512 (default: 1024x1024)

Notes

  • Uses grok-imagine-image model
  • Images are saved to the workspace or specified path

Metadata

Author@raphbaph
Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-raphbaph-grok-imagine-render": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.