{
  "schemaVersion": "1.0",
  "item": {
    "slug": "siliconflow-video-gen",
    "name": "SiliconFlow Video Gen",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/lilei0311/siliconflow-video-gen",
    "canonicalUrl": "https://clawhub.ai/lilei0311/siliconflow-video-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/siliconflow-video-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=siliconflow-video-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-video-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-video-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/siliconflow-video-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-video-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-video-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 Video Generation Skill",
        "body": "Generate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video."
      },
      {
        "title": "Features",
        "body": "🎬 Text-to-Video: Generate videos from text descriptions\n🖼️ Image-to-Video: Animate static images with motion\n🎥 Cinematic Quality: Powered by Wan2.2 (14B params)\n🔑 Auto API Key Detection: Reads from environment or OpenClaw config"
      },
      {
        "title": "Requirements",
        "body": "Environment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)"
      },
      {
        "title": "Installation",
        "body": "npx clawhub install siliconflow-video-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": "Text-to-Video",
        "body": "python3 scripts/generate.py \"A woman walking in a blooming garden, cinematic shot\""
      },
      {
        "title": "Image-to-Video",
        "body": "python3 scripts/generate.py \"Camera slowly zooming in\" --image-url https://example.com/image.jpg"
      },
      {
        "title": "Models",
        "body": "ModelTypeCostWan-AI/Wan2.2-T2V-A14BText-to-Video¥2/videoWan-AI/Wan2.2-T2V-A14BImage-to-Video¥2/video"
      },
      {
        "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 Video Generation Skill\n\nGenerate videos using SiliconFlow API with Wan2.2 model. Supports both Text-to-Video and Image-to-Video.\n\nFeatures\n🎬 Text-to-Video: Generate videos from text descriptions\n🖼️ Image-to-Video: Animate static images with motion\n🎥 Cinematic Quality: Powered by Wan2.2 (14B params)\n🔑 Auto API Key Detection: Reads from environment or OpenClaw config\nRequirements\nEnvironment Variable: SILICONFLOW_API_KEY\nOptional Config File: ~/.openclaw/openclaw.json (for auto-detect)\nInstallation\nnpx clawhub install siliconflow-video-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\nText-to-Video\npython3 scripts/generate.py \"A woman walking in a blooming garden, cinematic shot\"\n\nImage-to-Video\npython3 scripts/generate.py \"Camera slowly zooming in\" --image-url https://example.com/image.jpg\n\nModels\nModel\tType\tCost\nWan-AI/Wan2.2-T2V-A14B\tText-to-Video\t¥2/video\nWan-AI/Wan2.2-T2V-A14B\tImage-to-Video\t¥2/video\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-video-gen",
    "publisherUrl": "https://clawhub.ai/lilei0311/siliconflow-video-gen",
    "owner": "lilei0311",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/siliconflow-video-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/siliconflow-video-gen",
    "agentUrl": "https://openagent3.xyz/skills/siliconflow-video-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/siliconflow-video-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/siliconflow-video-gen/agent.md"
  }
}