OpenClaw · Skill

Ollama X Z Image Turbo

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

Image & Video Generation
v1.0.0
VirusTotal: Benign

Install

Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.

Primary command

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

ClawHub installer

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

OpenClaw CLI

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

Direct OpenClaw install

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

What this skill does

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

Why it matters

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

Typical use cases

  • 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

Source instructions

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) :

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ètreDéfautDescription
--promptrequisDescription de l'image
--width1024Largeur en pixels
--height1024Hauteur en pixels
--steps20Étapes de débruitage
--seedaléaGraine pour reproductibilité
--negativeaucunPrompt négatif
--timeout300Timeout 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

Related OpenClaw skills

Browse all →
Featured slot

Your product here

Reserve this slot to reach operators and coding-agent buyers.

Shown where builders are actively comparing tools and deployment options.

Advertise