# Send Flux Image to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/flux-image",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flux-image",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "flux-image",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T09:11:08.199Z",
      "expiresAt": "2026-05-10T09:11:08.199Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flux-image",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=flux-image",
        "contentDisposition": "attachment; filename=\"flux-image-0.1.5.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "flux-image"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### FLUX Image Generation

Generate images with FLUX models via inference.sh CLI.

### Quick Start

curl -fsSL https://cli.inference.sh | sh && infsh login

infsh app run falai/flux-dev-lora --input '{"prompt": "a futuristic city at night"}'

Install 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.

### FLUX Models

ModelApp IDSpeedQualityUse CaseFLUX Dev LoRAfalai/flux-dev-loraMediumHighestProduction, custom stylesFLUX.2 Klein LoRAfalai/flux-2-klein-loraFastestGoodFast iteration, 4B/9B sizes

### High-Quality Generation

infsh app run falai/flux-dev-lora --input '{
  "prompt": "professional product photo of headphones, studio lighting, white background"
}'

### Fast Generation (Klein)

infsh app run falai/flux-2-klein-lora --input '{"prompt": "abstract art, colorful"}'

### With LoRA Custom Styles

infsh app sample falai/flux-dev-lora --save input.json

# Edit to add lora_url for custom style
infsh app run falai/flux-dev-lora --input input.json

### Image-to-Image

infsh app run falai/flux-dev-lora --input '{
  "prompt": "transform to watercolor style",
  "image_url": "https://your-image.jpg"
}'

### For Other Image Tasks

# Image editing with natural language
infsh app run falai/reve --input '{"prompt": "change background to beach"}'

# Upscaling
infsh app run falai/topaz-image-upscaler --input '{"image_url": "https://..."}'

### Related Skills

# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@inference-sh

# All image generation models
npx skills add inference-sh/skills@ai-image-generation

# Upscaling
npx skills add inference-sh/skills@image-upscaling

Browse all apps: infsh app list

### Documentation

Running Apps - How to run apps via CLI
Image Generation Example - Complete image generation guide
Streaming Results - Real-time progress updates
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: okaris
- Version: 0.1.5
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T09:11:08.199Z
- Expires at: 2026-05-10T09:11:08.199Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/flux-image)
- [Send to Agent page](https://openagent3.xyz/skills/flux-image/agent)
- [JSON manifest](https://openagent3.xyz/skills/flux-image/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/flux-image/agent.md)
- [Download page](https://openagent3.xyz/downloads/flux-image)