{
  "schemaVersion": "1.0",
  "item": {
    "slug": "siliconflow-image-gen",
    "name": "SiliconFlow Image Gen",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lilei0311/siliconflow-image-gen",
    "canonicalUrl": "https://clawhub.ai/lilei0311/siliconflow-image-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/siliconflow-image-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=siliconflow-image-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "skill.json",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/siliconflow-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/siliconflow-image-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/siliconflow-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "SiliconFlow Image Generation Skill",
        "body": "Generate images using SiliconFlow API with support for FLUX.1, Stable Diffusion, and more."
      },
      {
        "title": "Features",
        "body": "🎨 Multiple Models: FLUX.1-schnell (free), FLUX.1-dev, Stable Diffusion 3.5\n🔑 Auto API Key Detection: Reads from environment or OpenClaw config\n💾 Auto Download: Saves generated images locally\n📱 OpenClaw Ready: Designed for OpenClaw Agent integration"
      },
      {
        "title": "Requirements",
        "body": "Environment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)"
      },
      {
        "title": "Installation",
        "body": "npx clawhub install siliconflow-image-gen"
      },
      {
        "title": "Configuration",
        "body": "Set your SiliconFlow API key:\n\nexport SILICONFLOW_API_KEY=\"your-api-key\"\n\nOr configure in OpenClaw:\n\n{\n  \"models\": {\n    \"providers\": {\n      \"siliconflow\": {\n        \"apiKey\": \"your-api-key\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "Command Line",
        "body": "# Generate with default model (FLUX.1-schnell)\npython3 scripts/generate.py \"A cup of coffee on wooden table\"\n\n# Specify model\npython3 scripts/generate.py \"Sunset over mountains\" --model \"black-forest-labs/FLUX.1-dev\"\n\n# Save to file\npython3 scripts/generate.py \"Cute cat\" --output ~/Desktop/cat.png"
      },
      {
        "title": "Available Models",
        "body": "ModelCostQualitySpeedblack-forest-labs/FLUX.1-schnellFreeGoodFastblack-forest-labs/FLUX.1-devPaidExcellentMediumstabilityai/stable-diffusion-3-5-largePaidExcellentMedium"
      },
      {
        "title": "Security Notes",
        "body": "This skill requires an API key to call SiliconFlow services\nThe script reads ~/.openclaw/openclaw.json only to auto-detect API keys\nNo sensitive data is transmitted except to api.siliconflow.cn\nReview the code at scripts/generate.py before providing credentials"
      },
      {
        "title": "Author",
        "body": "MaxStorm Team"
      },
      {
        "title": "License",
        "body": "MIT"
      }
    ],
    "body": "SiliconFlow Image Generation Skill\n\nGenerate images using SiliconFlow API with support for FLUX.1, Stable Diffusion, and more.\n\nFeatures\n🎨 Multiple Models: FLUX.1-schnell (free), FLUX.1-dev, Stable Diffusion 3.5\n🔑 Auto API Key Detection: Reads from environment or OpenClaw config\n💾 Auto Download: Saves generated images locally\n📱 OpenClaw Ready: Designed for OpenClaw Agent integration\nRequirements\nEnvironment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)\nInstallation\nnpx clawhub install siliconflow-image-gen\n\nConfiguration\n\nSet your SiliconFlow API key:\n\nexport SILICONFLOW_API_KEY=\"your-api-key\"\n\n\nOr configure in OpenClaw:\n\n{\n  \"models\": {\n    \"providers\": {\n      \"siliconflow\": {\n        \"apiKey\": \"your-api-key\"\n      }\n    }\n  }\n}\n\nUsage\nCommand Line\n# Generate with default model (FLUX.1-schnell)\npython3 scripts/generate.py \"A cup of coffee on wooden table\"\n\n# Specify model\npython3 scripts/generate.py \"Sunset over mountains\" --model \"black-forest-labs/FLUX.1-dev\"\n\n# Save to file\npython3 scripts/generate.py \"Cute cat\" --output ~/Desktop/cat.png\n\nAvailable Models\nModel\tCost\tQuality\tSpeed\nblack-forest-labs/FLUX.1-schnell\tFree\tGood\tFast\nblack-forest-labs/FLUX.1-dev\tPaid\tExcellent\tMedium\nstabilityai/stable-diffusion-3-5-large\tPaid\tExcellent\tMedium\nSecurity Notes\nThis skill requires an API key to call SiliconFlow services\nThe script reads ~/.openclaw/openclaw.json only to auto-detect API keys\nNo sensitive data is transmitted except to api.siliconflow.cn\nReview the code at scripts/generate.py before providing credentials\nAuthor\n\nMaxStorm Team\n\nLicense\n\nMIT"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lilei0311/siliconflow-image-gen",
    "publisherUrl": "https://clawhub.ai/lilei0311/siliconflow-image-gen",
    "owner": "lilei0311",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/siliconflow-image-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/siliconflow-image-gen",
    "agentUrl": "https://openagent3.xyz/skills/siliconflow-image-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-image-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-image-gen/agent.md"
  }
}