# Send Nvidia Image Gen to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/nvidia-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nvidia-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate.py"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "nvidia-image-gen",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-05-02T19:39:14.643Z",
      "expiresAt": "2026-05-03T19:39:14.643Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nvidia-image-gen",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=nvidia-image-gen",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "nvidia-image-gen"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/TY-teo/nvidia-image-gen"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/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"
  }
}
```
## Documentation

### NVIDIA Image Generation

Generate and edit images using NVIDIA's FLUX models.

### Models

ModelUse CaseSpeedQualitydevHigh-quality text-to-imageNormalBestschnellFast text-to-imageFastGoodkontextImage editingNormalBest

### Quick Start

# Generate an image
python scripts/generate.py "A cute cat in space"

# Edit an existing image
python scripts/generate.py "Add sunglasses" -i photo.jpg -o edited.png

### Text-to-Image (dev/schnell)

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

### Image Editing (kontext)

ParameterShortDefaultDescriptionprompt(required)Edit instruction-i, --input(required)Input image path-o, --outputoutput.pngOutput file path--steps-s30Diffusion steps--cfg3.5Guidance scale--seed0Random seed

### Supported Aspect Ratios

RatioResolution1:11024×102416:91344×7689:16768×13444:31216×8323:4832×1216

### Basic Generation

python scripts/generate.py "A mountain landscape at sunset"

### Wide Format (16:9)

python scripts/generate.py "A panoramic beach view" -ar 16:9

### Portrait Mode (9:16)

python scripts/generate.py "A professional headshot" -ar 9:16

### Custom Size

python scripts/generate.py "A banner image" --width 1344 --height 768

### Fast Generation

python scripts/generate.py "Quick sketch of a robot" -m schnell

### Edit an Image

python scripts/generate.py "Make the background a sunset" -i input.jpg -o output.png

### Reproducible Results

python scripts/generate.py "A robot" --seed 12345

### Output

The script outputs MEDIA:/path/to/image.png which can be sent directly to chat.

### API Key

The API key is embedded in the script. To use a different key, set the NVIDIA_API_KEY environment variable.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TY-teo
- Version: 1.0.0
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-05-02T19:39:14.643Z
- Expires at: 2026-05-03T19:39:14.643Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/nvidia-image-gen)
- [Send to Agent page](https://openagent3.xyz/skills/nvidia-image-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/nvidia-image-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/nvidia-image-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/nvidia-image-gen)