Jump to related tools in the same category or review the original source on GitHub.

AI & LLMs @raphbaph Updated 2/26/2026

Grok Imagine Render OpenClaw Skill - ClawHub

Do you want your AI agent to automate Grok Imagine Render workflows? This free skill from ClawHub helps with ai & llms tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install grok-imagine-render

Full SKILL.md

Open original
namedescription
grok-imageGenerate images using Grok (xAI) image generation API. Use when you need to create images from text prompts.

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/raphbaph/grok-imagine-render

Related skills

If this matches your use case, these are close alternatives in the same category.