7.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.
Skill Snapshot
| name | grok-image |
| description | Generate images using Grok (xAI) image generation API. Use when you need to create images from text prompts. OpenClaw Skills integration. |
| owner | raphbaph |
| repository | raphbaph/grok-imagine-render |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @raphbaph/grok-imagine-render |
| last updated | Feb 7, 2026 |
Maintainer

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:
- Read GROK_API_KEY from ~/.clawdbot/.env
- Call Grok's image generation API
- 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
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.
