# Send AI 火宝 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": "huobao-image-generation",
    "name": "AI 火宝",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/kongweigen/huobao-image-generation",
    "canonicalUrl": "https://clawhub.ai/kongweigen/huobao-image-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/huobao-image-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=huobao-image-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "scripts/i2i.py",
      "scripts/t2i.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/huobao-image-generation"
    },
    "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/huobao-image-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/huobao-image-generation",
    "agentUrl": "https://openagent3.xyz/skills/huobao-image-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/huobao-image-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/huobao-image-generation/agent.md"
  }
}
```
## Documentation

### AI 火宝

🔥 火山引擎 AI 生图 Skill。支持多种模型。

### 环境变量

export HUOBAO_API_KEY="<your-api-key>"

或使用 --api-key 参数传入。

### 支持的模型

模型说明gemini-2.5-flash-imageGemini 2.5 Flash Imagegemini-2.5-flash-image-previewGemini 2.5 Flash Image Previewnano-bananaNano Banananano-banana-proNano Banana Pronano-banana-pro_4kNano Banana Pro 4Kdoubao-seedream-4-5-251128豆包 Seedream 4.5

### 支持的尺寸

尺寸说明1x1正方形16x9宽屏9x16竖屏3x4竖屏4x3宽屏

### 文生图 (text2image)

python3 scripts/t2i.py "提示词" --model nano-banana-pro --size 1x1

### 图生图 (image2image)

python3 scripts/i2i.py --image <图片URL> --prompt "描述" --model nano-banana-pro

### 参数

参数说明prompt提示词（必填）--model模型名称（默认: nano-banana-pro）--size尺寸（默认: 1x1）--count生成数量 1-4 (默认: 1)--watermark是否添加水印 (默认: true)--api-keyAPI Key（必填）--debug调试模式

### 示例

# 文生图 - Nano Banana Pro
python3 scripts/t2i.py "一只可爱的猫咪" --model nano-banana-pro --size 1x1 --api-key "sk-xxx"

# 文生图 - Gemini 2.5 Flash
python3 scripts/t2i.py "风景画" --model gemini-2.5-flash-image --size 16x9 --api-key "sk-xxx"

# 图生图
python3 scripts/i2i.py --image "https://example.com/img.jpg" --prompt "动漫风格" --model nano-banana-pro --api-key "sk-xxx"

### 输出格式

成功返回 JSON：

{
  "success": true,
  "prompt": "...",
  "model": "nano-banana-pro",
  "size": "1x1",
  "count": 1,
  "images": [{"url": "..."}],
  "usage": {...}
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: kongweigen
- Version: 1.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/huobao-image-generation)
- [Send to Agent page](https://openagent3.xyz/skills/huobao-image-generation/agent)
- [JSON manifest](https://openagent3.xyz/skills/huobao-image-generation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/huobao-image-generation/agent.md)
- [Download page](https://openagent3.xyz/downloads/huobao-image-generation)