{
  "schemaVersion": "1.0",
  "item": {
    "slug": "nvidia-image-gen",
    "name": "Nvidia Image Gen",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/TY-teo/nvidia-image-gen",
    "canonicalUrl": "https://clawhub.ai/TY-teo/nvidia-image-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/nvidia-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nvidia-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py"
    ],
    "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/nvidia-image-gen"
    },
    "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/nvidia-image-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/nvidia-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nvidia-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nvidia-image-gen/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": "NVIDIA Image Generation",
        "body": "Generate and edit images using NVIDIA's FLUX models."
      },
      {
        "title": "Models",
        "body": "ModelUse CaseSpeedQualitydevHigh-quality text-to-imageNormalBestschnellFast text-to-imageFastGoodkontextImage editingNormalBest"
      },
      {
        "title": "Quick Start",
        "body": "# Generate an image\npython scripts/generate.py \"A cute cat in space\"\n\n# Edit an existing image\npython scripts/generate.py \"Add sunglasses\" -i photo.jpg -o edited.png"
      },
      {
        "title": "Text-to-Image (dev/schnell)",
        "body": "ParameterShortDefaultDescriptionprompt(required)Text description-o, --outputoutput.pngOutput file path--width1024Output width in pixels--height1024Output height in pixels--aspect-ratio-ar1:1Aspect ratio preset--steps-s30Diffusion steps--seed0Random seed (0=random)--model-mautoModel selection"
      },
      {
        "title": "Image Editing (kontext)",
        "body": "ParameterShortDefaultDescriptionprompt(required)Edit instruction-i, --input(required)Input image path-o, --outputoutput.pngOutput file path--steps-s30Diffusion steps--cfg3.5Guidance scale--seed0Random seed"
      },
      {
        "title": "Supported Aspect Ratios",
        "body": "RatioResolution1:11024×102416:91344×7689:16768×13444:31216×8323:4832×1216"
      },
      {
        "title": "Basic Generation",
        "body": "python scripts/generate.py \"A mountain landscape at sunset\""
      },
      {
        "title": "Wide Format (16:9)",
        "body": "python scripts/generate.py \"A panoramic beach view\" -ar 16:9"
      },
      {
        "title": "Portrait Mode (9:16)",
        "body": "python scripts/generate.py \"A professional headshot\" -ar 9:16"
      },
      {
        "title": "Custom Size",
        "body": "python scripts/generate.py \"A banner image\" --width 1344 --height 768"
      },
      {
        "title": "Fast Generation",
        "body": "python scripts/generate.py \"Quick sketch of a robot\" -m schnell"
      },
      {
        "title": "Edit an Image",
        "body": "python scripts/generate.py \"Make the background a sunset\" -i input.jpg -o output.png"
      },
      {
        "title": "Reproducible Results",
        "body": "python scripts/generate.py \"A robot\" --seed 12345"
      },
      {
        "title": "Output",
        "body": "The script outputs MEDIA:/path/to/image.png which can be sent directly to chat."
      },
      {
        "title": "API Key",
        "body": "The API key is embedded in the script. To use a different key, set the NVIDIA_API_KEY environment variable."
      }
    ],
    "body": "NVIDIA Image Generation\n\nGenerate and edit images using NVIDIA's FLUX models.\n\nModels\nModel\tUse Case\tSpeed\tQuality\ndev\tHigh-quality text-to-image\tNormal\tBest\nschnell\tFast text-to-image\tFast\tGood\nkontext\tImage editing\tNormal\tBest\nQuick Start\n# Generate an image\npython scripts/generate.py \"A cute cat in space\"\n\n# Edit an existing image\npython scripts/generate.py \"Add sunglasses\" -i photo.jpg -o edited.png\n\nParameters\nText-to-Image (dev/schnell)\nParameter\tShort\tDefault\tDescription\nprompt\t\t(required)\tText description\n-o, --output\t\toutput.png\tOutput file path\n--width\t\t1024\tOutput width in pixels\n--height\t\t1024\tOutput height in pixels\n--aspect-ratio\t-ar\t1:1\tAspect ratio preset\n--steps\t-s\t30\tDiffusion steps\n--seed\t\t0\tRandom seed (0=random)\n--model\t-m\tauto\tModel selection\nImage Editing (kontext)\nParameter\tShort\tDefault\tDescription\nprompt\t\t(required)\tEdit instruction\n-i, --input\t\t(required)\tInput image path\n-o, --output\t\toutput.png\tOutput file path\n--steps\t-s\t30\tDiffusion steps\n--cfg\t\t3.5\tGuidance scale\n--seed\t\t0\tRandom seed\nSupported Aspect Ratios\nRatio\tResolution\n1:1\t1024×1024\n16:9\t1344×768\n9:16\t768×1344\n4:3\t1216×832\n3:4\t832×1216\nExamples\nBasic Generation\npython scripts/generate.py \"A mountain landscape at sunset\"\n\nWide Format (16:9)\npython scripts/generate.py \"A panoramic beach view\" -ar 16:9\n\nPortrait Mode (9:16)\npython scripts/generate.py \"A professional headshot\" -ar 9:16\n\nCustom Size\npython scripts/generate.py \"A banner image\" --width 1344 --height 768\n\nFast Generation\npython scripts/generate.py \"Quick sketch of a robot\" -m schnell\n\nEdit an Image\npython scripts/generate.py \"Make the background a sunset\" -i input.jpg -o output.png\n\nReproducible Results\npython scripts/generate.py \"A robot\" --seed 12345\n\nOutput\n\nThe script outputs MEDIA:/path/to/image.png which can be sent directly to chat.\n\nAPI Key\n\nThe API key is embedded in the script. To use a different key, set the NVIDIA_API_KEY environment variable."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TY-teo/nvidia-image-gen",
    "publisherUrl": "https://clawhub.ai/TY-teo/nvidia-image-gen",
    "owner": "TY-teo",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/nvidia-image-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/nvidia-image-gen",
    "agentUrl": "https://openagent3.xyz/skills/nvidia-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/nvidia-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/nvidia-image-gen/agent.md"
  }
}