{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-image-generation",
    "name": "Ai Image Generation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/ai-image-generation",
    "canonicalUrl": "https://clawhub.ai/okaris/ai-image-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-image-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-image-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/ai-image-generation"
    },
    "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/ai-image-generation",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-image-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-image-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-image-generation/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": "AI Image Generation",
        "body": "Generate images with 50+ AI models via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "# Install CLI\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate an image with FLUX\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a cat astronaut in space\"}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Available Models",
        "body": "ModelApp IDBest ForFLUX Dev LoRAfalai/flux-dev-loraHigh quality with custom stylesFLUX.2 Klein LoRAfalai/flux-2-klein-loraFast with LoRA support (4B/9B)Gemini 3 Progoogle/gemini-3-pro-image-previewGoogle's latestGemini 2.5 Flashgoogle/gemini-2-5-flash-imageFast Google modelGrok Imaginexai/grok-imagine-imagexAI's model, multiple aspectsSeedream 4.5bytedance/seedream-4-52K-4K cinematic qualitySeedream 4.0bytedance/seedream-4-0High quality 2K-4KSeedream 3.0bytedance/seedream-3-0-t2iAccurate text renderingRevefalai/reveNatural language editing, text renderingImagineArt 1.5 Profalai/imagine-art-1-5-pro-previewUltra-high-fidelity 4KTopaz Upscalerfalai/topaz-image-upscalerProfessional upscaling"
      },
      {
        "title": "Browse All Image Apps",
        "body": "infsh app list --category image"
      },
      {
        "title": "Text-to-Image with FLUX",
        "body": "infsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"professional product photo of a coffee mug, studio lighting\"\n}'"
      },
      {
        "title": "Fast Generation with FLUX Klein",
        "body": "infsh app run falai/flux-2-klein-lora --input '{\"prompt\": \"sunset over mountains\"}'"
      },
      {
        "title": "Google Gemini 3 Pro",
        "body": "infsh app run google/gemini-3-pro-image-preview --input '{\n  \"prompt\": \"photorealistic landscape with mountains and lake\"\n}'"
      },
      {
        "title": "Grok Imagine",
        "body": "infsh app run xai/grok-imagine-image --input '{\n  \"prompt\": \"cyberpunk city at night\",\n  \"aspect_ratio\": \"16:9\"\n}'"
      },
      {
        "title": "Reve (with Text Rendering)",
        "body": "infsh app run falai/reve --input '{\n  \"prompt\": \"A poster that says HELLO WORLD in bold letters\"\n}'"
      },
      {
        "title": "Seedream 4.5 (4K Quality)",
        "body": "infsh app run bytedance/seedream-4-5 --input '{\n  \"prompt\": \"cinematic portrait of a woman, golden hour lighting\"\n}'"
      },
      {
        "title": "Image Upscaling",
        "body": "infsh app run falai/topaz-image-upscaler --input '{\"image_url\": \"https://...\"}'"
      },
      {
        "title": "Stitch Multiple Images",
        "body": "infsh app run infsh/stitch-images --input '{\n  \"images\": [\"https://img1.jpg\", \"https://img2.jpg\"],\n  \"direction\": \"horizontal\"\n}'"
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# FLUX-specific skill\nnpx skills add inference-sh/skills@flux-image\n\n# Upscaling & enhancement\nnpx skills add inference-sh/skills@image-upscaling\n\n# Background removal\nnpx skills add inference-sh/skills@background-removal\n\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n# AI avatars from images\nnpx skills add inference-sh/skills@ai-avatar-video\n\nBrowse all apps: infsh app list"
      },
      {
        "title": "Documentation",
        "body": "Running Apps - How to run apps via CLI\nImage Generation Example - Complete image generation guide\nApps Overview - Understanding the app ecosystem"
      }
    ],
    "body": "AI Image Generation\n\nGenerate images with 50+ AI models via inference.sh CLI.\n\nQuick Start\n# Install CLI\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate an image with FLUX\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a cat astronaut in space\"}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nAvailable Models\nModel\tApp ID\tBest For\nFLUX Dev LoRA\tfalai/flux-dev-lora\tHigh quality with custom styles\nFLUX.2 Klein LoRA\tfalai/flux-2-klein-lora\tFast with LoRA support (4B/9B)\nGemini 3 Pro\tgoogle/gemini-3-pro-image-preview\tGoogle's latest\nGemini 2.5 Flash\tgoogle/gemini-2-5-flash-image\tFast Google model\nGrok Imagine\txai/grok-imagine-image\txAI's model, multiple aspects\nSeedream 4.5\tbytedance/seedream-4-5\t2K-4K cinematic quality\nSeedream 4.0\tbytedance/seedream-4-0\tHigh quality 2K-4K\nSeedream 3.0\tbytedance/seedream-3-0-t2i\tAccurate text rendering\nReve\tfalai/reve\tNatural language editing, text rendering\nImagineArt 1.5 Pro\tfalai/imagine-art-1-5-pro-preview\tUltra-high-fidelity 4K\nTopaz Upscaler\tfalai/topaz-image-upscaler\tProfessional upscaling\nBrowse All Image Apps\ninfsh app list --category image\n\nExamples\nText-to-Image with FLUX\ninfsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"professional product photo of a coffee mug, studio lighting\"\n}'\n\nFast Generation with FLUX Klein\ninfsh app run falai/flux-2-klein-lora --input '{\"prompt\": \"sunset over mountains\"}'\n\nGoogle Gemini 3 Pro\ninfsh app run google/gemini-3-pro-image-preview --input '{\n  \"prompt\": \"photorealistic landscape with mountains and lake\"\n}'\n\nGrok Imagine\ninfsh app run xai/grok-imagine-image --input '{\n  \"prompt\": \"cyberpunk city at night\",\n  \"aspect_ratio\": \"16:9\"\n}'\n\nReve (with Text Rendering)\ninfsh app run falai/reve --input '{\n  \"prompt\": \"A poster that says HELLO WORLD in bold letters\"\n}'\n\nSeedream 4.5 (4K Quality)\ninfsh app run bytedance/seedream-4-5 --input '{\n  \"prompt\": \"cinematic portrait of a woman, golden hour lighting\"\n}'\n\nImage Upscaling\ninfsh app run falai/topaz-image-upscaler --input '{\"image_url\": \"https://...\"}'\n\nStitch Multiple Images\ninfsh app run infsh/stitch-images --input '{\n  \"images\": [\"https://img1.jpg\", \"https://img2.jpg\"],\n  \"direction\": \"horizontal\"\n}'\n\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# FLUX-specific skill\nnpx skills add inference-sh/skills@flux-image\n\n# Upscaling & enhancement\nnpx skills add inference-sh/skills@image-upscaling\n\n# Background removal\nnpx skills add inference-sh/skills@background-removal\n\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n# AI avatars from images\nnpx skills add inference-sh/skills@ai-avatar-video\n\n\nBrowse all apps: infsh app list\n\nDocumentation\nRunning Apps - How to run apps via CLI\nImage Generation Example - Complete image generation guide\nApps Overview - Understanding the app ecosystem"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/ai-image-generation",
    "publisherUrl": "https://clawhub.ai/okaris/ai-image-generation",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-image-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-image-generation",
    "agentUrl": "https://openagent3.xyz/skills/ai-image-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-image-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-image-generation/agent.md"
  }
}