{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ollama-x-z-image-turbo",
    "name": "Image Generation (Ollama x/z-image-turbo · macOS only)",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Eric51/ollama-x-z-image-turbo",
    "canonicalUrl": "https://clawhub.ai/Eric51/ollama-x-z-image-turbo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ollama-x-z-image-turbo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ollama-x-z-image-turbo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "generate_image.py",
      "runner.py",
      "SKILL.md",
      "test_api_call.py",
      "whatsapp_integration.py",
      "whatsapp_routes.yaml"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ollama-x-z-image-turbo"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ollama-x-z-image-turbo",
    "agentPageUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Description",
        "body": "Génère des images via Ollama (modèle x/z-image-turbo) et les envoie sur WhatsApp."
      },
      {
        "title": "Déclenchement",
        "body": "Quand l'utilisateur demande de générer/créer/dessiner une image (ou variantes), suivre ces étapes :"
      },
      {
        "title": "Étape 1 — Générer l'image",
        "body": "Exécuter via exec avec pty=true (obligatoire) :\n\npython3 /Users/openclaw/.openclaw/skills/ollama-x-z-image-turbo/runner.py \\\n  --prompt \"<PROMPT>\" \\\n  --width 1024 --height 1024 --steps 20 \\\n  --out /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png -v\n\nImportant :\n\npty=true est obligatoire (Ollama nécessite un TTY)\ntimeout=120 minimum recommandé\nAjuster --width, --height, --steps selon la demande"
      },
      {
        "title": "Étape 2 — Envoyer sur WhatsApp",
        "body": "Utiliser l'outil message :\n\naction: send\nchannel: whatsapp\nto: <numéro>\nmessage: <légende>\nfilePath: /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png"
      },
      {
        "title": "Paramètres disponibles",
        "body": "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"
      },
      {
        "title": "Exemples de demandes utilisateur",
        "body": "\"Génère une image d'un chat astronaute\"\n\"Crée-moi une illustration d'un coucher de soleil\"\n\"Dessine un robot dans une forêt\"\n\"Fais une image de …\""
      },
      {
        "title": "Prérequis",
        "body": "Ollama actif sur http://127.0.0.1:11434\nModèle installé : x/z-image-turbo:latest"
      }
    ],
    "body": "Ollama x/z-image-turbo Skill\nDescription\n\nGénère des images via Ollama (modèle x/z-image-turbo) et les envoie sur WhatsApp.\n\nDéclenchement\n\nQuand l'utilisateur demande de générer/créer/dessiner une image (ou variantes), suivre ces étapes :\n\nÉtape 1 — Générer l'image\n\nExécuter via exec avec pty=true (obligatoire) :\n\npython3 /Users/openclaw/.openclaw/skills/ollama-x-z-image-turbo/runner.py \\\n  --prompt \"<PROMPT>\" \\\n  --width 1024 --height 1024 --steps 20 \\\n  --out /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png -v\n\n\nImportant :\n\npty=true est obligatoire (Ollama nécessite un TTY)\ntimeout=120 minimum recommandé\nAjuster --width, --height, --steps selon la demande\nÉtape 2 — Envoyer sur WhatsApp\n\nUtiliser l'outil message :\n\naction: send\nchannel: whatsapp\nto: <numéro>\nmessage: <légende>\nfilePath: /Users/openclaw/.openclaw/workspace/tmp/ollama_image.png\n\nParamètres disponibles\nParamètre\tDéfaut\tDescription\n--prompt\trequis\tDescription de l'image\n--width\t1024\tLargeur en pixels\n--height\t1024\tHauteur en pixels\n--steps\t20\tÉtapes de débruitage\n--seed\taléa\tGraine pour reproductibilité\n--negative\taucun\tPrompt négatif\n--timeout\t300\tTimeout en secondes\nExemples de demandes utilisateur\n\"Génère une image d'un chat astronaute\"\n\"Crée-moi une illustration d'un coucher de soleil\"\n\"Dessine un robot dans une forêt\"\n\"Fais une image de …\"\nPrérequis\nOllama actif sur http://127.0.0.1:11434\nModèle installé : x/z-image-turbo:latest"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Eric51/ollama-x-z-image-turbo",
    "publisherUrl": "https://clawhub.ai/Eric51/ollama-x-z-image-turbo",
    "owner": "Eric51",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo",
    "downloadUrl": "https://openagent3.xyz/downloads/ollama-x-z-image-turbo",
    "agentUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ollama-x-z-image-turbo/agent.md"
  }
}