# Send Cloudflare Image Generation 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": "cloudflare-image-gen",
    "name": "Cloudflare Image Generation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/EXPYSF98/cloudflare-image-gen",
    "canonicalUrl": "https://clawhub.ai/EXPYSF98/cloudflare-image-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cloudflare-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudflare-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_image.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cloudflare-image-gen",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:33:39.115Z",
      "expiresAt": "2026-05-08T21:33:39.115Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudflare-image-gen",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cloudflare-image-gen",
        "contentDisposition": "attachment; filename=\"cloudflare-image-gen-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cloudflare-image-gen"
      },
      "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/cloudflare-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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cloudflare-image-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/cloudflare-image-gen",
    "agentUrl": "https://openagent3.xyz/skills/cloudflare-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cloudflare-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cloudflare-image-gen/agent.md"
  }
}
```
## Documentation

### Cloudflare Image Generation

This skill generates images using Cloudflare Workers AI @cf/black-forest-labs/flux-1-schnell model.

### Credentials

Account ID: 1e89d3ce76cbfef3b5c340e3984b7a52
Token: aCTA2KaKa1n3ayFDL-LPmZ-JgUC0HHgA5Msy18Bk
Model: @cf/black-forest-labs/flux-1-schnell

### Usage

Run the script directly:

python3 /home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts/generate_image.py "your prompt here" -o output.png

Or use the Python function:

import sys
sys.path.insert(0, '/home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts')
from generate_image import generate_image

output_path = generate_image("a black horse")

### Output

The script saves the generated image as PNG and returns the file path. Send the image to the user via Telegram.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: EXPYSF98
- Version: 1.0.0
## 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-01T21:33:39.115Z
- Expires at: 2026-05-08T21:33:39.115Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cloudflare-image-gen)
- [Send to Agent page](https://openagent3.xyz/skills/cloudflare-image-gen/agent)
- [JSON manifest](https://openagent3.xyz/skills/cloudflare-image-gen/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cloudflare-image-gen/agent.md)
- [Download page](https://openagent3.xyz/downloads/cloudflare-image-gen)