{
  "schemaVersion": "1.0",
  "item": {
    "slug": "seedream-image-for-openclaw",
    "name": "Seedream",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/crabfishxy/seedream-image-for-openclaw",
    "canonicalUrl": "https://clawhub.ai/crabfishxy/seedream-image-for-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/seedream-image-for-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seedream-image-for-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/generate_image.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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/seedream-image-for-openclaw"
    },
    "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/seedream-image-for-openclaw",
    "agentPageUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/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": "Seedream",
        "body": "本 Skill 封装了火山引擎（Volcengine）的 Seedream-4.5 图片生成能力，支持通过文本提示词或参考图生成高质量 AI 图像。"
      },
      {
        "title": "文生图",
        "body": "生成单张图片（默认分辨率）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一只赛博朋克风格的猫\" --api-key YOUR_API_KEY\n\n指定分辨率（如 2K, 4K 或具体像素）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"壮丽的山川日出\" --size \"2K\" --api-key YOUR_API_KEY"
      },
      {
        "title": "图生图",
        "body": "提供参考图片 URL：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"将其风格变为印象派\" --image \"https://example.com/input.jpg\" --api-key YOUR_API_KEY"
      },
      {
        "title": "生成组图",
        "body": "生成一组内容关联的图片（最多 15 张）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一个宇航员在不同行星上的探险经历\" --sequential --max-images 4 --api-key YOUR_API_KEY"
      },
      {
        "title": "API Key 配置",
        "body": "可以通过以下方式提供 API Key：\n\n命令行参数 --api-key\n环境变量 VOLC_API_KEY"
      },
      {
        "title": "参数说明",
        "body": "--prompt: (必选) 图像生成的文本描述。\n--model: (可选) 模型 ID，默认为 doubao-seedream-4-5-251128。\n--size: (可选) 图像尺寸。支持 2K, 4K 或 2048x2048 等格式。\n--image: (可选) 参考图 URL 或 Base64 编码。\n--sequential: (可选) 开启组图生成功能。\n--max-images: (可选) 组图生成的最大图片数量（1-15）。"
      },
      {
        "title": "工作流",
        "body": "调用 generate_image.py 脚本。\n脚本会输出以 MEDIA_URL:  开头的图片链接。\n提取链接并使用 Markdown 语法展示：![Generated Image](URL)。\n除非用户要求，否则无需下载图片。"
      },
      {
        "title": "注意事项",
        "body": "Seedream-4.5 支持中英文提示词。\n组图功能仅在 Seedream-4.5/4.0 模型中有效。\n确保提供的图片 URL 可公开访问。"
      }
    ],
    "body": "Seedream\n\n本 Skill 封装了火山引擎（Volcengine）的 Seedream-4.5 图片生成能力，支持通过文本提示词或参考图生成高质量 AI 图像。\n\n使用方法\n文生图\n\n生成单张图片（默认分辨率）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一只赛博朋克风格的猫\" --api-key YOUR_API_KEY\n\n\n指定分辨率（如 2K, 4K 或具体像素）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"壮丽的山川日出\" --size \"2K\" --api-key YOUR_API_KEY\n\n图生图\n\n提供参考图片 URL：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"将其风格变为印象派\" --image \"https://example.com/input.jpg\" --api-key YOUR_API_KEY\n\n生成组图\n\n生成一组内容关联的图片（最多 15 张）：\n\nuv run {baseDir}/scripts/generate_image.py --prompt \"一个宇航员在不同行星上的探险经历\" --sequential --max-images 4 --api-key YOUR_API_KEY\n\nAPI Key 配置\n\n可以通过以下方式提供 API Key：\n\n命令行参数 --api-key\n环境变量 VOLC_API_KEY\n参数说明\n--prompt: (必选) 图像生成的文本描述。\n--model: (可选) 模型 ID，默认为 doubao-seedream-4-5-251128。\n--size: (可选) 图像尺寸。支持 2K, 4K 或 2048x2048 等格式。\n--image: (可选) 参考图 URL 或 Base64 编码。\n--sequential: (可选) 开启组图生成功能。\n--max-images: (可选) 组图生成的最大图片数量（1-15）。\n工作流\n调用 generate_image.py 脚本。\n脚本会输出以 MEDIA_URL: 开头的图片链接。\n提取链接并使用 Markdown 语法展示：![Generated Image](URL)。\n除非用户要求，否则无需下载图片。\n注意事项\nSeedream-4.5 支持中英文提示词。\n组图功能仅在 Seedream-4.5/4.0 模型中有效。\n确保提供的图片 URL 可公开访问。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/crabfishxy/seedream-image-for-openclaw",
    "publisherUrl": "https://clawhub.ai/crabfishxy/seedream-image-for-openclaw",
    "owner": "crabfishxy",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/seedream-image-for-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seedream-image-for-openclaw/agent.md"
  }
}