skills$openclaw/grok-image
raphbaph7.3k

by raphbaph

grok-image – OpenClaw Skill

grok-image is an OpenClaw Skills integration for ai ml workflows. Generate images using Grok (xAI) image generation API. Use when you need to create images from text prompts.

7.3k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

namegrok-image
descriptionGenerate images using Grok (xAI) image generation API. Use when you need to create images from text prompts. OpenClaw Skills integration.
ownerraphbaph
repositoryraphbaph/grok-imagine-render
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @raphbaph/grok-imagine-render
last updatedFeb 7, 2026

Maintainer

raphbaph

raphbaph

Maintains grok-image in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
generate_image.py
2.7 KB
_meta.json
302 B
SKILL.md
728 B
SKILL.md

name: grok-image description: Generate 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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install grok-image?

Run openclaw add @raphbaph/grok-imagine-render in your terminal. This installs grok-image into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/raphbaph/grok-imagine-render. Review commits and README documentation before installing.