{
  "schemaVersion": "1.0",
  "item": {
    "slug": "flux-image",
    "name": "Flux Image",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/okaris/flux-image",
    "canonicalUrl": "https://clawhub.ai/okaris/flux-image",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/flux-image",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flux-image",
    "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/flux-image"
    },
    "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/flux-image",
    "agentPageUrl": "https://openagent3.xyz/skills/flux-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flux-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flux-image/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": "FLUX Image Generation",
        "body": "Generate images with FLUX models via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a futuristic city at night\"}'\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": "FLUX Models",
        "body": "ModelApp IDSpeedQualityUse CaseFLUX Dev LoRAfalai/flux-dev-loraMediumHighestProduction, custom stylesFLUX.2 Klein LoRAfalai/flux-2-klein-loraFastestGoodFast iteration, 4B/9B sizes"
      },
      {
        "title": "High-Quality Generation",
        "body": "infsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"professional product photo of headphones, studio lighting, white background\"\n}'"
      },
      {
        "title": "Fast Generation (Klein)",
        "body": "infsh app run falai/flux-2-klein-lora --input '{\"prompt\": \"abstract art, colorful\"}'"
      },
      {
        "title": "With LoRA Custom Styles",
        "body": "infsh app sample falai/flux-dev-lora --save input.json\n\n# Edit to add lora_url for custom style\ninfsh app run falai/flux-dev-lora --input input.json"
      },
      {
        "title": "Image-to-Image",
        "body": "infsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"transform to watercolor style\",\n  \"image_url\": \"https://your-image.jpg\"\n}'"
      },
      {
        "title": "For Other Image Tasks",
        "body": "# Image editing with natural language\ninfsh app run falai/reve --input '{\"prompt\": \"change background to beach\"}'\n\n# Upscaling\ninfsh app run falai/topaz-image-upscaler --input '{\"image_url\": \"https://...\"}'"
      },
      {
        "title": "Related Skills",
        "body": "# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All image generation models\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Upscaling\nnpx skills add inference-sh/skills@image-upscaling\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\nStreaming Results - Real-time progress updates"
      }
    ],
    "body": "FLUX Image Generation\n\nGenerate images with FLUX models via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\ninfsh app run falai/flux-dev-lora --input '{\"prompt\": \"a futuristic city at night\"}'\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\nFLUX Models\nModel\tApp ID\tSpeed\tQuality\tUse Case\nFLUX Dev LoRA\tfalai/flux-dev-lora\tMedium\tHighest\tProduction, custom styles\nFLUX.2 Klein LoRA\tfalai/flux-2-klein-lora\tFastest\tGood\tFast iteration, 4B/9B sizes\nExamples\nHigh-Quality Generation\ninfsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"professional product photo of headphones, studio lighting, white background\"\n}'\n\nFast Generation (Klein)\ninfsh app run falai/flux-2-klein-lora --input '{\"prompt\": \"abstract art, colorful\"}'\n\nWith LoRA Custom Styles\ninfsh app sample falai/flux-dev-lora --save input.json\n\n# Edit to add lora_url for custom style\ninfsh app run falai/flux-dev-lora --input input.json\n\nImage-to-Image\ninfsh app run falai/flux-dev-lora --input '{\n  \"prompt\": \"transform to watercolor style\",\n  \"image_url\": \"https://your-image.jpg\"\n}'\n\nFor Other Image Tasks\n# Image editing with natural language\ninfsh app run falai/reve --input '{\"prompt\": \"change background to beach\"}'\n\n# Upscaling\ninfsh app run falai/topaz-image-upscaler --input '{\"image_url\": \"https://...\"}'\n\nRelated Skills\n# Full platform skill (all 150+ apps)\nnpx skills add inference-sh/skills@inference-sh\n\n# All image generation models\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Upscaling\nnpx skills add inference-sh/skills@image-upscaling\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\nStreaming Results - Real-time progress updates"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/flux-image",
    "publisherUrl": "https://clawhub.ai/okaris/flux-image",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/flux-image",
    "downloadUrl": "https://openagent3.xyz/downloads/flux-image",
    "agentUrl": "https://openagent3.xyz/skills/flux-image/agent",
    "manifestUrl": "https://openagent3.xyz/skills/flux-image/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/flux-image/agent.md"
  }
}