← All skills
Tencent SkillHub · Communication & Collaboration

Image Generation (Ollama x/z-image-turbo · macOS only)

Génère une image en local via Ollama x/z-image-turbo sur macOS et l'envoie sur WhatsApp selon le prompt donné.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Génère une image en local via Ollama x/z-image-turbo sur macOS et l'envoie sur WhatsApp selon le prompt donné.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
generate_image.py, runner.py, SKILL.md, test_api_call.py, whatsapp_integration.py, whatsapp_routes.yaml

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Config
  • SKILL.md Primary doc
  • generate_image.py Scripts
  • runner.py Scripts
  • test_api_call.py Scripts
  • whatsapp_integration.py Scripts
  • whatsapp_routes.yaml Config