ollama-x-z-image-turbo

Image & Video Generation
v1.0.0
Benign

Génère des images via **Ollama** (modèle `x/z-image-turbo`) et les envoie sur WhatsApp.

639 downloads639 installsby @eric51

Setup & Installation

Install command

clawhub install eric51/ollama-x-z-image-turbo

If the CLI is not installed:

Install command

npx clawhub@latest install eric51/ollama-x-z-image-turbo

Or install with OpenClaw CLI:

Install command

openclaw skills install eric51/ollama-x-z-image-turbo

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/eric51/ollama-x-z-image-turbo

What This Skill Does

Generates images locally using Ollama's x/z-image-turbo model and sends them to a WhatsApp recipient. Accepts a text prompt with optional parameters for dimensions, denoising steps, seed, and negative prompt.

Runs image generation on local hardware via Ollama, avoiding cloud API costs and keeping prompts off external servers.

When to Use It

  • Sending a generated illustration to a WhatsApp contact
  • Creating visual references for a group chat discussion
  • Generating images at custom resolutions for different layouts
  • Reproducing a specific image using a fixed seed value
  • Attaching AI-generated artwork to a WhatsApp message caption
View original SKILL.md file
# Ollama x/z-image-turbo Skill

## Description
Génère des images via **Ollama** (modèle `x/z-image-turbo`) et les envoie sur WhatsApp.

## Déclenchement
Quand l'utilisateur demande de **générer/créer/dessiner une image** (ou variantes), suivre ces étapes :

### Étape 1 — Générer l'image
Exécuter via `exec` avec **pty=true** (obligatoire) :
```bash
python3 /Users/openclaw/.openclaw/skills/ollama-x-z-image-turbo/runner.py \
  --prompt "<PROMPT>" \
  --width 1024 --height 1024 --steps 20 \
  --out /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png -v
```

**Important** :
- `pty=true` est **obligatoire** (Ollama nécessite un TTY)
- `timeout=120` minimum recommandé
- Ajuster `--width`, `--height`, `--steps` selon la demande

### Étape 2 — Envoyer sur WhatsApp
Utiliser l'outil **message** :
```
action: send
channel: whatsapp
to: <numéro>
message: <légende>
filePath: /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png
```

## Paramètres disponibles
| Paramètre   | Défaut | Description                     |
|-------------|--------|---------------------------------|
| --prompt    | requis | Description de l'image          |
| --width     | 1024   | Largeur en pixels               |
| --height    | 1024   | Hauteur en pixels               |
| --steps     | 20     | Étapes de débruitage            |
| --seed      | aléa   | Graine pour reproductibilité    |
| --negative  | aucun  | Prompt négatif                  |
| --timeout   | 300    | Timeout en secondes             |

## Exemples de demandes utilisateur
- "Génère une image d'un chat astronaute"
- "Crée-moi une illustration d'un coucher de soleil"
- "Dessine un robot dans une forêt"
- "Fais une image de …"

## Prérequis
- Ollama actif sur `http://127.0.0.1:11434`
- Modèle installé : `x/z-image-turbo:latest`

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Sending a generated illustration to a WhatsApp contact

AGENT
  1. 1Sending a generated illustration to a WhatsApp contact
  2. 2Creating visual references for a group chat discussion
  3. 3Generating images at custom resolutions for different layouts
  4. 4Reproducing a specific image using a fixed seed value
  5. 5Attaching AI-generated artwork to a WhatsApp message caption
OUTPUT
Génère des images via **Ollama** (modèle `x/z-image-turbo`) et les envoie sur WhatsApp.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedMar 1, 2026