安全扫描
OpenClaw
可疑
medium confidenceThe skill generally matches its stated purpose (generate images with Ollama and send via WhatsApp) but has several incoherences and surprising pieces (undeclared binary requirements, extra FastAPI endpoints that post externally, and hard-coded agent paths) that warrant caution before installing.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/9
- Initial release of the skill. - Generates images using the Ollama `x/z-image-turbo` model (macOS only). - Automatically sends the generated image to WhatsApp with a caption. - Supports custom generation parameters (size, steps, seed, negative prompt). - Requires a local Ollama instance running on macOS with the corresponding model installed.
● 无害
安装命令
点击复制官方npx clawhub@latest install ollama-x-z-image-turbo
🇨🇳 镜像加速npx clawhub@latest install ollama-x-z-image-turbo --registry https://cn.longxiaskill.com
技能文档
Description
Génère des images via Ollama (modèlex/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 viaexec avec pty=true (obligatoire) :
python3 /Users/openclaw/.openclaw/skills/ollama-x-z-image-turbo/runner.py \
--prompt "" \
--width 1024 --height 1024 --steps 20 \
--out /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png -v
Important :
pty=trueest obligatoire (Ollama nécessite un TTY)timeout=120minimum recommandé- Ajuster
--width,--height,--stepsselon la demande
Étape 2 — Envoyer sur WhatsApp
Utiliser l'outil message :action: send
channel: whatsapp
to:
message:
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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库